Fluttering
Flutter enthusiast.
You'll find me on stackoverflow.
Or as a speaker in Flutter meetups
Sponsors
Block or Report
Block or report rrousselGit
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
flutter_hooks Public
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.
-
functional_widget Public
A code generator to write widgets as function without loosing the benefits of classes.
-
expect_error Public
A Dart testing utility for asserting that some code emits a compilation error.
1,325 contributions in the last year
Less
More
Activity overview
Contributed to
rrousselGit/riverpod,
invertase/dart_custom_lint,
firebase/flutterfire
and 34 other
repositories
Contribution activity
March 2023
Created 2 repositories
Created a pull request in invertase/dart_custom_lint that received 2 comments
Opened 18 other pull requests in 5 repositories
rrousselGit/riverpod
8
merged
invertase/dart_custom_lint
5
merged
1
open
1
closed
rrousselGit/provider
1
merged
rrousselGit/dart_frog
1
closed
VeryGoodOpenSource/dart_frog
1
open
Reviewed 20 pull requests in 4 repositories
rrousselGit/riverpod
9 pull requests
- Add conversion assists for various widgets, including Hook-based widgets
- docs: add one line install command
- docs: v2 fr translations of homepage's new sections and community examples link
- If dependencies is empty, add const
- Fix/cors error pubdev example
- add provider family name suffix option
- Add the ability to customize the generated provider name
- lint: avoid_buildContext_in_providers
- Updated counter example to the new @riverpod syntax
invertase/dart_custom_lint
5 pull requests
firebase/flutterfire
5 pull requests
flame-engine/flame
1 pull request
Created an issue in dart-lang/language that received 13 comments
Could macros expose the source's identity of a function/class/method for hot-reload's sake?
Hello! This is about a problem I believe macros currently do not allow implementing when build_runner does. This is about empowering stateful-hot-r…
13
comments
Opened 29 other issues in 3 repositories
rrousselGit/riverpod
17
open
4
closed
- Warn if a notifier mock doesn't extend a notifier base class
- Should AsyncValue.asData be renamed to AsyncValue.asAsyncData?
-
lint: Warn if the return value of a provider is a generated type (which could generate
dynamic
) - Statically detect missing missing scoped provider overrides
- Test root scope overrides with tester.pumpWidget
- Warn if ref.watch is used in a showDialog/showModal without a Consumer
- FutureProvider/AsyncNotifier should filter identical AsyncData
- ref.refresh/ref.invalidate should respect circular dependencies asserts
- Warn if a provider is specified as dependency but the provider is not imported + quick fix
- Warn if "when" is used in a life-cycle that is never re-executed
- new lint: Warn if a circular dependency is spotted
-
Should calling
ref.state =
inside the initialization of a provider count as "AsyncLoading.isRefreshing"? - type 'SimpleIdentifierImpl' is not a subtype of type 'PropertyAccess' in type cast
-
lint: Don't specify
listen(onError:
` if a provider is async - New lint: avoid AsyncValue.when/co inside providers
- Warn if a generated class is used as input of a provider
- type 'SimpleIdentifierImpl' is not a subtype of type 'PropertyAccess' in type cast
- Warn if a Notifier has public fields
- Scoped providers should not generate a "ref" typedef
- Warn if a provider unconditionally throws
- Warn about ref/scoped provider misuse
invertase/dart_custom_lint
5
open
2
closed
- File analysis isn't performed after code-generators output their files.
- Plugin cleanup seems to throw on Windows?
- FormatException in unknown condition
- Fix CLI hangs on crash
- Check version conflicts on only the dependencies of plugins instead of all the dependencies of a project
-
Try running
pub get
before declaring that a plugin failed to start when there is a dependency conflict. - FileSystemException when files are deleted
dart-lang/language
1
closed
Answered 10 discussions in 1 repository
rrousselGit/riverpod
rrousselGit/riverpod
-
I get Bad state: error when calling onDispose
This contribution was made on Mar 22
-
How to initialize Notifier based on the value of another provider?
This contribution was made on Mar 19
-
Which class to use when you make a mixin for both family and non-family AutoDisposeAsyncNotifier<T>?
This contribution was made on Mar 18
-
provider.isRefreshing is always false, even when using ref.invalidate / ref.refresh - What am I missing?
This contribution was made on Mar 15
-
Provider selector is still being executed even if the only watcher is removed in debug mode
This contribution was made on Mar 9
-
Question regarding a notifier its family "modifier"
This contribution was made on Mar 7
-
[riverpod_generator] Refactoring provider class with riverpod_generator
This contribution was made on Mar 7
-
Class 'MockSomeAsyncNotifier' has no instance method '_setElement'.
This contribution was made on Mar 7
-
Will StateProvider be available soon in riverpod_generator?
This contribution was made on Mar 2
-
riverpod_lint: I don't understand one of the lints
This contribution was made on Mar 2