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 google/dart-sync-socket
A Dart VM Native Extension and supporting Dart libraries that provide synchronous socket and HTTP client support.
Dart 1
-
1,050 contributions in the last year
Contribution activity
September 2020
Created a pull request in flutter/flutter that received 9 comments
Migrate flutter_test
Description
Migrates flutter_test to null-safety.
I will migrate the tests of this package in a separate PR.
Related Issues
Fixes #53908.
Tests
I a…
+752
−643
•
9
comments
- Flutter Framework cherrypicks
- Page-subclasses to take children instead of builder
- Allow futures that resolve to null (incl. Future<void>) in Future/StreamBuilder
- Make CupertinoThemeData properties non-nullable
- A14n nnbd cupertino part
- Bump dartdoc to 0.34.0
- Fixes flutter_gallery_sksl_warmup__transition_perf_e2e after NNBD migration
- Make Navigator restorable (inkl. WidgetsApp, MaterialApp, CupertinoApp)
- Revert "Nnbd widgets"
- Added transformAlignment for container
- stock app rewrite using router
- migrate some material files to nullsafty
- Dispose of images after using them
- Make Navigator restorable (inkl. WidgetsApp, MaterialApp, CupertinoApp)
- GlobalKey docs improvement
- Default FittedBox's clipBehavior to none
- Flutter 1.22.0-12.2.pre Framework cherrypicks
- migrate some cupertino files to nullsafety
- apply upcoming lint cast_nullable_to_non_nullable
- enable lint unnecessary_nullable_for_final_variable_declarations
- migrate some cupertino files to nullsafety
- Add sample code to DefaultTextStyleTransition
- Add Overflow back with deprecation
- Allow new methods to be added to ui.Image for tests
- A14n nnbd cupertino part
- Changed field title to label in bottom_navigation_bar_test.dart
- Deprecate VelocityTracker default constructor and added VelocityTracker.withKind constructor
- Add versioning to gold endpoints
- reland always adds alert label for alert dialog in Android
- migrate some cupertino files to nullsafety
- remove non-nullability on Navigator methods
- Added clipBehavior to Overlay, Flow, AnimatedSize and AndroidView
- Added transfromAlignment parameter to container
- always adds alert label for alert dialog in Android
- Some pull request reviews not shown.
Created an issue in dart-lang/sdk that received 6 comments
Crash while running dart migrate on flutter_test
When running dart migrate on the flutter_test package I encountered the following error:
NoSuchMethodError: The getter 'typeProvider' was called on…
6
comments

