flutter_super 1.4.10 copy "flutter_super: ^1.4.10" to clipboard
flutter_super: ^1.4.10 copied to clipboard

Reactive state management framework for scalable flutter applications.

1.4.10 #

  • Refactored the package to align with flutter's MVVM architecture.

1.4.9 #

  • Solve pub.dev static analysis issue.

1.4.8 #

  • Added state getters and setters for Rx Collections, this makes them compatible with the context.watch and the SuperConsumer APIs.

1.4.7 #

  • Disabled logging by default;

1.4.6 #

  • Fixed issue where SuperConsumer widget wasn't rebuilt on loading state change

1.4.5 #

  • Code Optimizations

1.4.4 #

  • New: AutoDispose can now be set for each individual dependency in Super.create and Super.init.

1.4.3 #

  • SuperController onBuild method now called each time the widget's build method is invoked.

1.4.2 #

  • onBuild method added to SuperController.

1.4.2-dev.1 #

  • v1.4.2 pre release

1.4.1 #

  • Code adjustments.

1.4.0 #

  • Minor code optimizations.

1.3.9-test.2 #

  • Testing Analysis on pub.

1.3.9-test.1 #

  • Testing Analysis on pub.

1.3.8 #

  • Fixed a bug with affecting super_test.

1.3.7 #

  • Minor bug fix from v1.3.6.

1.3.6 #

  • Addition fo SuperAppConfig to the SuperApp widget. It provides new properties e.g onInit, onError etc.

1.3.5 #

  • fixed bug in SuperConsumer widget which caused a dispatching notifications error due to all previously added listeners not having been removed before the widget is disposed.

1.3.4 #

  • .gitignored SuperStructure.md

1.3.3 #

  • Updated package dependencies

1.3.2 #

  • Update README.md

1.3.0 #

  • Breaking Changes.
    • use .state instead of .value to access the state of an Rx object.
  • Dart classes abstraction to package dart_super

1.2.9-dev.1 #

  • dev channel(Breaking Changes).

1.2.8 #

  • Formal release of dev channel.

1.2.6-dev.1 #

  • Type inference added for context.watch method.

1.2.5 #

  • feat: New context.watch API. Access the state of an Rx Object and trigger a rebuild without using builders.

1.2.2-dev.3 #

  • v1.2.5 pre-release

1.2.2-dev.2 #

  • v1.2.5 pre-release

1.2.2-dev.1 #

  • v1.2.5 pre-release

1.2.1 #

  • Update README.md

1.2.0 #

  • feat: New loading state for RxNotifiers
  • feat: SuperConsumers can now display a loading widget while an RxNotifier is in loading state.

1.1.5-dev.3 #

  • v1.2.0 pre-release

1.1.5-dev.2 #

  • Minor bug fixes

1.1.5-dev.1 #

  • Minor bug fixes

1.1.4 #

  • Update Documentation

1.1.3 #

  • Minor bug fixes.
  • Minor code optimizations
  • Updated example project

1.1.2 #

  • Minor code optimizations.
  • Added more tests for AsyncBuilder widget.

1.1.1 #

  • Update README.md

1.1.0 #

  • Add mounted property to Rx Types to validate if dispose method was called or not.
  • Completed tests for SuperController, MergeRx, RxListener.
  • Increased code coverage to 99%.

1.0.4 #

  • Minor Documentation correction.

1.0.3 #

  • Modified the SuperModel == operator to compare null values.

1.0.2 #

  • Temporarily removed faulty codecov link from README.

1.0.1 #

  • Temporarily removed homepage and documentation from pubspec.yaml.

1.0.0 #

  • Stable release of the Super framework.
25
likes
160
points
173
downloads
screenshot

Documentation

API reference

Publisher

verified publisherdrdejavu.ng

Weekly Downloads

Reactive state management framework for scalable flutter applications.

Repository (GitHub)
View/report issues

Topics

#state #widget #reactive

License

MIT (license)

Dependencies

dart_super, flutter

More

Packages that depend on flutter_super