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
Popular repositories
-
Forked from google/flutter-desktop-embedding
Desktop implementations of the Flutter embedding API
-
-
Forked from Dart-Code/Dart-Code
Dart and Flutter support for Visual Studio Code (VSCode).
-
Forked from flutter/flutter
Flutter makes it easy and fast to build beautiful mobile apps.
-
-
Forked from flutter/plugins
Plugins for Flutter, including FlutterFire, maintained by the Flutter team
Dart
1,038 contributions in the last year
Contribution activity
December 2019
Created a pull request in google/flutter-desktop-embedding that received 2 comments
Covert file_chooser API to Futures
file_chooser was written with an ObjC-like callback API, when an API based on futures would be more idiomatic for Dart. This converts to a Futures-…