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 up
Popular repositories
-
-
-
Forked from flutter/plugins
Plugins for Flutter, including FlutterFire, maintained by the Flutter team
Dart 1
-
Forked from dart-archive/initialize
Provides a common interface for initialization annotations on top level methods, classes, and libraries in Dart
Dart
406 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in flutter/engine that received 1 comment
Remove the type parameter from `SkObjectFinalizationRegistry`.
Dart2js will pass the type parameter to the native object, which causes an error in Chrome Canary. Description Dart2js will pass the type parameter…
Created an issue in dart-lang/sdk that received 2 comments
dart2js passes type parameters to @JS constructors
We have a @js annotated class with a type parameter: typedef SkObjectFinalizer<T> = void Function(T key); @JS('window.FinalizationRegistry') class S…