flutterrausch's Stars
leoafarias/fvm
Flutter Version Management: A simple CLI to manage Flutter SDK versions.
iglance/iGlance
Free system monitor for OSX and macOS. See all system information at a glance in the menu bar.
Erfaniaa/text-to-commit-history
Write a large text on your GitHub profile, with your commits history (contribution graph).
wbrakowski/Most-Useful-BC-Repositories
sidsbrmnn/jwt_decode
A lightweight Dart package to decode JSON Web Tokens and to check its validity.
JohannesMilke/riverpod_providers_example
The state management with Riverpod has many advantages over the Provider such as higher performance and more comfortable usage.
JohannesMilke/riverpod_notifiers_example
Riverpod state management goes to the second round. This time we look at Notifiers.
JohannesMilke/calculator_riverpod_example
Let's use Riverpod to implement the logic of our beautiful calculator in Flutter.
JohannesMilke/riverpod_modifiers_example
Riverpod has integrated modifiers that allow you to pass arguments to your providers or to destroy your state again.