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,329 contributions in the last year
Activity overview
Contribution activity
August 2022
Created 21 commits in 1 repository
Created a pull request in rrousselGit/riverpod that received 2 comments
Add Notifier + NotifierProvider, a new syntax for StateNotifier
This adds a new syntax for a StateNotifier-like object Before: class Counter extends StateNotifier<int> { Counter(): super(0); void increment() => …
Opened 7 other pull requests in 1 repository
rrousselGit/riverpod
1
open
4
merged
2
closed
Reviewed 4 pull requests in 4 repositories
rrousselGit/freezed
1 pull request
flutter/devtools
1 pull request
flutter/flutter
1 pull request
rrousselGit/riverpod
1 pull request
Created an issue in dart-lang/linter that received 5 comments
Add a meta annotation for marking a class/function as "package private"
Describe the rule you'd like to see implemented When writing a package, it is common to define a public class that should not be exported by the pa…





