Skip to content
🎯
Fluttering
🎯
Fluttering

Pinned

  1. InheritedWidgets, but simple

    Dart 2.7k 216

  2. Provider but different. Allows reading providers while guaranteeing compile-safety

    Dart 391 24

  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 1.1k 57

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

    Dart 405 33

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

    Dart 297 22

  6. Overlay/OverlayEntry, but better

    Dart 98 3

1,689 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri

Contribution activity

July 2020

Created a pull request in rrousselGit/flutter_hooks that received 1 comment

Fix dispose order

+1,186 −1,181 1 comment

Created an issue in flutter/flutter that received 1 comment

Textfield inside appbar with CustomScrollView: Focusing the textfield scrolls to the top of the ScrollView

Steps to Reproduce Consider the following widget: void main() { runApp(MyApp()); } class MyApp extends HookWidget { @override Widget build(BuildCon…

1 comment

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

You can’t perform that action at this time.