Highlights
- 75 discussions answered
Block or Report
Block or report rrousselGit
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,314 contributions in the last year
Activity overview
Contribution activity
July 2022
Created 23 commits in 5 repositories
Created 1 repository
- rrousselGit/healthcheck Shell
Created a pull request in flutter/flutter that received 43 comments
Inheritedwidget update
This both: Allows InheritedElements to react to dependent removal. Allows Elements to eagerly remove their dependencies fixes #106549, fixes #106546
Opened 5 other pull requests in 2 repositories
firebase/flutterfire
3
open
1
merged
rrousselGit/freezed
1
merged
Reviewed 9 pull requests in 6 repositories
firebase/flutterfire
4 pull requests
flutter/flutter
1 pull request
rrousselGit/freezed
1 pull request
invertase/dart_custom_lint
1 pull request
rrousselGit/riverpod
1 pull request
rrousselGit/flutter_hooks
1 pull request
Created an issue in firebase/flutterfire that received 1 comment
[📚 ] Document query rules
This issue is for tracking the various query "edge-cases" that are probably worth documenting The following is a non-exhaustive list of points to c…