solidart icon indicating copy to clipboard operation
solidart copied to clipboard

Signals in Dart and Flutter, inspired by SolidJS

Results 5 solidart issues
Sort by recently updated
recently updated
newest added

- **CHORE**: Improved `Solid` widget performance by more than **3000%** in finding ancestor providers. During my performance tests, before I was able to observe up to `71` signals (provided through...

feature

`dart run custom_lint ` works for me only if I temporarily comment out some packages in my pubspec.yaml (in my case they are `sqlite3_flutter_libs`, `path_provider`, `device_info_plus` and `shared_preferences`). If I...

This is a feature request ### Background story In Solidart v2-dev, it uses alien_signals to build high-performance Signals👍. But before Solidart took action, I built flutter_alien_signals; this was not my...

feature

resolves #148 alien_signals uses a more reasonable API layering and offers a slight performance improvement. Memory stability has also been improved. For Solidart, the biggest benefit is that ReactiveMap/ReactiveList/ReactiveSet can...