Fluttering
Flutter enthusiast.
You'll find me on stackoverflow.
Or as a speaker in Flutter meetups
Highlights
- 61 discussions answered
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,424 contributions in the last year
Less
More
Activity overview
Contribution activity
April 2022
Created 99 commits in 10 repositories
Created 1 repository
- rrousselGit/sponsorkit TypeScript
Created a pull request in google/json_serializable.dart that received 15 comments
Support using non-nullable JsonConverter on nullable properties
This allows using JsonConverter<int, ...> on int? value.
This also gracefully handles null JSON when using JsonConverter<..., int> on Object? value,…
+431
−16
•
15
comments
Opened 9 other pull requests in 5 repositories
rrousselGit/freezed
3
merged
firebase/flutterfire
3
merged
google/json_serializable.dart
1
open
flutter/devtools
1
merged
rrousselGit/flutter_hooks
1
merged
Reviewed 16 pull requests in 6 repositories
rrousselGit/riverpod
4 pull requests
rrousselGit/flutter_hooks
4 pull requests
firebase/flutterfire
3 pull requests
rrousselGit/functional_widget
3 pull requests
google/json_serializable.dart
1 pull request
flutter/devtools
1 pull request
Created an issue in rrousselGit/freezed that received 3 comments
Opened 16 other issues in 8 repositories
rrousselGit/riverpod
6
open
- Make sure uncaught exceptions within providers are properly reported to the zone
- Delay selectors & provider rebuilds until their first widget read
- Add a WidgetRef.listen variant which can be used inside initState
- Document how to scope providers
- Pause StreamProvider subscription when the provider isn't listened
- ref.onCancel is fired on autoDispose StateProviders when calling "read"
rrousselGit/freezed
2
open
1
closed
dart-lang/sdk
1
open
1
closed
antfu/sponsorkit
1
closed
dart-lang/pub
1
open
google/json_serializable.dart
1
open
dart-lang/linter
1
open
dart-lang/language
1
open
Answered 8 discussions in 1 repository
rrousselGit/riverpod
rrousselGit/riverpod
- ref.listen don't listen to first state of state notifier provider
- ref.listen don't listen to first state of state notifier provider
- How to rebuild widgets without assinging new value to the entire state?
- Multiple screens using the same but different providers
- Multiple screens using the same but different providers
- Doc example confusion
- Doc example confusion
- Providers for generic class?
53
contributions
in private repositories
Apr 1 – Apr 20