Pinned Repositories
dart_custom_lint
💡 Easily write powerful Dart & Flutter lint rules for your projects or for users of your packages.
boundary
Error Boundaries for Flutter
expect_error
A Dart testing utility for asserting that some code emits a compilation error.
flutter_hooks
React hooks for Flutter. Hooks are a new kind of object that manages a Widget life-cycles. They are used to increase code sharing between widgets and as a complete replacement for StatefulWidget.
freezed
Code generation for immutable classes that has a simple syntax/API without compromising on the features.
functional_widget
A code generator to write widgets as function without loosing the benefits of classes.
nested
A new kind of widgets that helps building nested widget tree using a linear syntax
provider
InheritedWidgets, but simple
riverpod
A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
state_notifier
ValueNotifier, but outside Flutter and with some extra perks
rrousselGit's Repositories
rrousselGit/nested
A new kind of widgets that helps building nested widget tree using a linear syntax
rrousselGit/boundary
Error Boundaries for Flutter
rrousselGit/union
Union types for dart
rrousselGit/todos
rrousselGit/flutter_architecture_samples
TodoMVC for Flutter
rrousselGit/provider-example
rrousselGit/analyzer_plugins
rrousselGit/dartx
Superpowers for Dart. Collection of useful static extension methods.
rrousselGit/demo_21-01-2019
rrousselGit/flutter-tutorials
The repo contains the source code for all the tutorials on the FilledStacks Youtube channel.
rrousselGit/awesome-flutter
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
rrousselGit/ci
A placeholder project to work on a CI for all of my different projects at once
rrousselGit/local_widget_state_approaches
A repository to create and compare different methodologies of reusing local widget state logics.
rrousselGit/responsive_scaffold
Responsive Scaffold - On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item. Maintainer: @rodydavis
rrousselGit/code_builder
A fluent API for generating valid Dart source code
rrousselGit/mobx.dart
MobX for the Dart language
rrousselGit/mocktail
A mock library for Dart inspired by mockito
rrousselGit/mono_repo
Allows easy management of repositories with multiple Dart packages
rrousselGit/photo_view
📸 A simple zoomable image widget for Flutter
rrousselGit/samples
A collection of Flutter examples and demos.
rrousselGit/async
A Dart package that contains tools to work with asynchronous computations.
rrousselGit/hot-restart-expando-reproduction
rrousselGit/packages
A collection of useful packages maintained by the Flutter team
rrousselGit/scroll-behaviors
A set of scroll behaviors for peoples to use.
rrousselGit/coverage_issue_reproduction
rrousselGit/coverage_regression_example
rrousselGit/functional_flutter_hooks_example
rrousselGit/Casper
The default personal blogging theme for Ghost
rrousselGit/redux
Predictable state container for JavaScript apps
rrousselGit/tests
Contributed tests for Flutter