multiple_change_notifiers 2.1.2
multiple_change_notifiers: ^2.1.2 copied to clipboard
A package containing different kinds of ChangeNotifiers.
2.1.2 #
-
Add getter
EmptyValueListenable.maybeValue. -
Fixed LICENSE.
-
Migrated from linting rules lints to strict_analysis v3.0.1 core.yaml.
2.1.1 #
- Changed project structure.
2.1.0 #
- Renamed function
initializeMultipleChangeNotifierstosetMultipleChangeNotifiersLibConfigand removed requirement for the function to be called before the library can be used.
2.0.0 #
-
Bumped Dart SDK version constraint up to
>=3.3.0 <4.0.0 -
Added global function
initializeMultipleChangeNotifiers. This function needs to be called before themultiple_change_notifierslibrary can be used.
1.0.11 #
- Removed dependency on Flutter SDK.
1.0.10 #
- Added the mixin
ValueComparatorMixinwith adds thecomparatorproperty to a class. This property is a function that can be used to replace the default comparison of==to check for different values. This mixin has been mixed into theAdvancedValueNotifierandEmptyValueNotifierclasses.
1.0.9 #
- Added
VoidNotifierclass.
1.0.8 #
- Changed package name from
notifierstomultiple_change_notifiers.
1.0.7 #
-
Updated analysis_options.yaml.
-
Made package ready to get published on pub.flutter-io.cn
1.0.6 #
-
Fixed error caused by
KeyValueNotifier.dispose():Unsupported operation: Cannot clear unmodifiable Map
1.0.5 #
- Added disposable.dart.
1.0.4 #
-
Added key_value_notifier.dart.
-
Added key_value_listenable.dart.
1.0.3 #
-
Modified
StreamSubscriptionNotifierin stream_subscription_notifier.dart. -
Added stream_error.dart.
1.0.2 #
1.0.1 #
- Fixed a bug where calling
EmptyValueNotifier.toString(), whileEmptyValueNotifier.isEmptyistrue, threw aStateError.
1.0.0 #
-
Added advanced_value_notifier.dart.
-
Added empty_value_listenable.dart.
-
Added empty_value_notifier.dart.
-
Added typedefs.dart.
0.0.1 #
- initial release.