Skip to content
Avatar
🎯
Fluttering
🎯
Fluttering

Sponsors

@yagi2 @nissiy @leynier @atruby21 @RobertBrunhage @passsy @codediodeio @dbbd59 @najeira @identi-app @yun-cheng @PavelPZ
Block or Report

Block or report rrousselGit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. provider Public

    InheritedWidgets, but simple

    Dart 4.4k 456

  2. riverpod Public

    A simple way to access state while robust and testable.

    Dart 3.3k 513

  3. 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.

    Dart 2.4k 141

  4. freezed Public

    Code generation for immutable classes that has a simple syntax/API without compromising on the features.

    Dart 1.2k 165

  5. A code generator to write widgets as function without loosing the benefits of classes.

    Dart 503 42

  6. A Dart testing utility for asserting that some code emits a compilation error.

    Dart 26 2

1,329 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri
Activity overview
Contributed to rrousselGit/riverpod, invertase/spec, rrousselGit/freezed and 27 other repositories

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() =>

+3,962 −466 2 comments
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…

5 comments

Seeing something unexpected? Take a look at the GitHub profile guide.