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 2
-
1,188 contributions in the last year
Contribution activity
October 2020
Created a pull request in flutter/flutter that received 6 comments
Sound null safety for framework and flutter_test
This fixes all issues expect the test failures from test/widgets/widget_inspector_test.dart, which are resolved by @jacob314 in #68661.
Fixes #68562
- Make Material/CupertinoLocalizations non-nullable
- Migrate all of examples/layers to sound null safety
- Remove dartdoc checker exclusion for class and library files
- Migrate missed tests
- Migrate last batch of tests
- Migrate some widget tests to NNBD
- Do not instantiate intermediate tabs during transition
- Migrate more tests
- Migrate some widget tests to NNBD
- Make CupertinoTabScaffold restorable
- ++
- Fix tree
- Migrate tests to null-safety
- Fix nullability for some routing related stuff
- Migrate more material tests
- Implement documented behavior of WidgetsApp.builder
- Reland removal of examples/catalog
- Revert "Remove examples/catalog"
- Migrate More Material Tests
- Migrate some material tests to nnbd
- Remove examples/catalog
- Remove required for onRemove in InteractiveInkFeature.create
- Make FlutterErrorDetails.exception non-nullable as documented
- Migrate more tests to null safety
- Migrate some more non-test utils for tests
- Some pull requests not shown.
- Improve backbuttondispatcher
- Fix overscroll edge case that puts NestedScrollViews out of sync
- Allow OverlayEntry to lock route disposal
- Update to dartdoc 0.36.1
- Move service extension to correct binding so images are repainted after enabling/disabling, update test
- Deprecate/disable `nullOk` in `MediaQuery.of`
- Fix links to GitHub bug template
- Add clipBehavior to BoxFit doc
- Fix assert due to VSCode passing in an isolateId as well as the expected args to setPubRootDirectories.
- Fix null safety error in inspector service extensions taking a variable number of args.
- enable unnecessary_string_escapes and use_raw_strings
- [a11y] do not attach onTap semantics if no onTap handler is provided to InkWell
- use_is_even_rather_than_modulo
- Delay route disposal to after the next frame
- Mark keys that match a shortcut, but have no action defined as "not handled".
- reland List queue search optimization
- Sync lints
- Convert some more widget tests to NNBD
- Update package:stack_trace dependency to 1.10.0-nullsafety.4
- Updated Builder API doc
- Improve performance of collectAllElements
- Mark unusuallyLongTimeout as internal
- Allow to override app media query.
- Migrate Switch tests to null safety.
- SpringDescription parameter for the AnimationController fling method
- Some pull request reviews not shown.

