flutter_triple 1.2.7 copy "flutter_triple: ^1.2.7" to clipboard
flutter_triple: ^1.2.7 copied to clipboard

outdated

Implementation of the Segmented State Pattern (SSP) nicknamed Triple.

[1.2.7] - 2022-02-24 #

  • Update triple

[1.2.6] - 2022-01-10 #

  • Update triple;

[1.2.5] - 2021-10-21 #

  • Update triple;
  • Added Store.when for a value of one of three mapped possibilities.
  • Added @protected on update, setError, setLoading.

[1.2.4+3] - 2021-08-05 #

  • Update triple;

[1.2.3+2] - 2021-07-17 #

  • Fix ScopedBuild in first event in triple;

[1.2.1] - 2021-07-04 #

[1.2.0] - 2021-07-02 #

  • Added [factory] ScopedBuilder.transition for customization of main widget.
ScopedBuilder.transition(
   store: counter,
   transition: (_, child) {
   return AnimatedSwitcher(
       duration: Duration(milliseconds: 400),
       child: child,
     );
   },
   onLoading: (_) => Text('Loading...'),
   onState: (_, state) => Text('$state'),
 ),

[1.0.6] - 2021-05-10 #

  • Update Triple package

[1.0.5+1] - 2021-03-30 #

  • Updated RxNotifier
  • Updated Triple
  • Updated documentation

[1.0.0] - 2021-03-03 #

The Initial version providers:

  • StreamStore and NotifierStore
  • RxNotifier support
  • Triple Tracking
  • rxObserver
  • ScopedBuilder and TripleBuilder
121
likes
0
pub points
93%
popularity

Publisher

verified publisherflutterando.com.br

Implementation of the Segmented State Pattern (SSP) nicknamed Triple.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, rx_notifier, triple

More

Packages that depend on flutter_triple