Library of functions, extensions, widgets and classes I use to develop apps.
Core utilities and interfaces to abstract common use cases
flutter pub add core_resources --git-path=core_resources --git-url=https://github.com/icarohs7/flutter-resources
Extensions and utilities for masks applied to texts
flutter pub add masked_text_resources --git-path=masked_text_resources --git-url=https://github.com/icarohs7/flutter-resources
Search widgets and utilities
flutter pub add search_resources --git-path=search_resources --git-url=https://github.com/icarohs7/flutter-resources
Stream + RxDart extensions and utilities
flutter pub add stream_resources --git-path=stream_resources --git-url=https://github.com/icarohs7/flutter-resources
Adds the Reactor
class, a wrapper around ValueNotifier
and many utilities
from functional programming including the fpdart
package
flutter pub add reactor_fp_resources --git-path=reactor_fp_resources --git-url=https://github.com/icarohs7/flutter-resources
ValueNotifier extensions and utilities
flutter pub add value_notifier_resources --git-path=value_notifier_resources --git-url=https://github.com/icarohs7/flutter-resources