ordered_set
provider
Our great sponsors
- Appwrite - The open-source backend cloud platform
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
ordered_set | provider | |
---|---|---|
1 | 2 | |
14 | 4,926 | |
- | - | |
0.0 | 0.0 | |
3 months ago | 19 days ago | |
Dart | Dart | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ordered_set
-
Five features I wish Dart had
The great news about this one item list as well is that these are just proposals to add functions to the SDK, which, as we already learned, can be easily done with extension functions. That is where Dartlin comes to rescue again, providing all the aforementioned functions (with the Kotlin nomenclature) and even more (like the handy associate or groupBy). Another useful bit of code can be found on my ordered_set package's Comparing class, to be used alongside functions that take sorting orders. So you can get all these goodies right now, but would be even better to have them standardized into the SDK.
provider
-
Almost Netflix: A Netflix clone built with Flutter + Appwrite
To make things a bit easier to use and more reusable, we are going to use provider library instead of InheritedWidget, including simplified resource management, reduced boilerplate, lazy loading and a nice listening mechanism to go with ChangeNotifier
-
How to create a new Flutter Project with a Boilerplate
Provider ⇨ State Management
What are some alternatives?
flutter_boilerplate_project - A boilerplate project created in flutter using MobX and Provider.
mobx.dart - MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
flushbar - Custom widget for Flutter
sembast.dart - Simple io database
easy_dynamic_theme - Automatically get your OS defined Theme (Dynamic), force your prefered one (Light / Dark) and of course, persist this choice in your device
binder - A lightweight, yet powerful way to bind your application state with your business logic.
riverbloc - `flutter_bloc` implemented with `riverpod` instead of `provider`.
demo-almost-netflix-for-flutter - A Netflix clone built with @appwrite + @flutter
xxtea-dart - XXTEA encryption algorithm library for Dart.
inheritable - Inheritable - Aspect based efficient by default, zero-dependency, declarative state/dependency management for flutter
flame - A Flutter based game engine.
validators - :turtle: String validation and sanitization for Dart.