Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
Forked from dart-archive/observe
Support for marking objects as observable, and getting notifications when those objects are mutated
Dart 1
-
-
-
-
Forked from FirebaseExtended/firebase-dart
Dart wrapper for Firebase (will eventually move to Firebase GitHub org)
Dart
716 contributions in the last year
Contribution activity
December 2020
Created 45 commits in 2 repositories
Created a pull request in flutter/flutter that received 5 comments
Remove duplicate code in Element.rebuild() and BuildOwner.buildScope()
Description
Element.rebuild() and BuildOwner.buildScope() both had code to
manager the BuildOwner._debugCurrentBuildTarget state variable.
Unfortun…
Opened 4 other pull requests in 1 repository
Reviewed 2 pull requests in 1 repository
flutter/flutter 2 pull requests
Created an issue in flutter/flutter that received 1 comment
Null check operator error in RenderFlex. _hasOverflow
Steps to reproduce
Write the following into test/bug_report.dart, then test via flutter test test/bug_report.dart:
import 'package:flutter/widgets.…

