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 40 million developers.
Sign up-
Google
- United States
- uga-tech.blogspot.com
Popular repositories
-
-
Forked from flutter/crashy
Sample Flutter app that demonstrates how to capture and report errors
-
377 contributions in the last year
Activity overview
Contribution activity
August 2019
Created a pull request in flutter/engine that received 6 comments
Shrink cirrus docker image: reduce RUN count, apt-get clean
Combine RUN commands so we have fewer runs and therefore fewer layers.
Call apt-get clean at the end so we don't carry apt metadata around.
These s…
+19
−28
•
6
comments
- Add profile mode to flutter web applications
- Handle compilation failures from web application
- Navigator change backup
- Restructure resident web runner usage to avoid SDK users that don't support dwds
- fix windows path for dwds/web builds
- don't call Platform.operatingSystem in RenderView diagnostics
- Add missing library to flutter tools BUILD.gn
- Reland Integrate dwds into flutter tool for web support
- [web][upstream] Update diagnostics to support web platform tests
- Integrate dwds into flutter tool for web support
Created an issue in dart-lang/sdk that received 18 comments
Dart2JS appears to tree-shake / optimize asserts incorrectly when enabled
As of 78ce916 of the Dart SDK the DDK does not seem to implement assert statements in the constructor initializer list.
We have the following code …
18
comments