Results 2 comments of 8trees

Same here. Worked correctly with StatefulWidget, but not with Provider package. The build method doesn't seem to be called after notifyChanges(). ``` SettingsTile.switchTile( initialValue: context.select((SettingsViewModel viewModel) => viewModel.enableNotification), onToggle: (value)...