trex 1.1.0 copy "trex: ^1.1.0" to clipboard
trex: ^1.1.0 copied to clipboard

discontinuedreplaced by: turbo

T-Rex - Hooks, Statable widget & Trackable variables - The most efficient State Management solution...

1.1.0 #

  • Actually removed the hooks() function which was still left in the previous version and caused errors

1.0.5 #

  • Removed the hooks() function as it can cause errors when the framework loads or restarts the application
  • Changed all examples and code to reflect the changes in code

1.0.4 #

  • Fixed the bug that doesn't reinitialize the hooks, or call the hooks() function when the Widget rebuilds.
  • Now the reassemble() function of HookableElement calls hooks() when the app is hot restarted.

1.0.3 #

  • Added default constructor for Hookable that receives and passes the Key value to the super class
  • Added default constructor for Statable that receives and passes the Key value to the super class

1.0.2 #

  • Added examples for Hook, Hookable, Statable, Hookful and Tx
  • Updated root README.md with example for using Statable widget and Hookful
  • Formatted files according to Dart conventions

1.0.1 #

  • Updated README.md with example for using Hook

1.0.0 #

  • Hook
  • Hookable widget to use hooks seamlessly in applications
  • Hookful
  • Statable
  • Tx
  • Extension methods for bool, Color, double, int, List
  • Custom operators for Tx<List
  • Custom operators for Tx<Map<K, V>> to mimick the functionality of Map<K, V>

0.0.1 #

  • Initial Commit
1
likes
90
pub points
19%
popularity

Publisher

verified publisheraldrinsartfactory.com

T-Rex - Hooks, Statable widget & Trackable variables - The most efficient State Management solution...

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on trex