Popular repositories
903 contributions in the last year
Less
More
Contribution activity
August 2021
Created 22 commits in 5 repositories
Created a pull request in flutter/flutter that received 7 comments
Fix some errors in snippets
Description This addresses the problem of spurious failures on Cirrus (only) of the sample analysis script. I think that the fact that it doesn't o…
+18
−20
•
7
comments
Opened 18 other pull requests in 5 repositories
flutter/assets-for-api-docs
1
open
10
merged
- Remove extraneous files
- Update CI scripts, fix Dockerfile to add flutter build prerequisites
- Update CI to use flutter_plugin_tools
- Move sampler compilation into a temporary directory.
- Fix test CI script to run ALL the tests, instead of just the ones it likes.
- Bump version
- Add missing dependency
- Convert sampler to be runnable with pub global run
- Fix snippet ids so that they don't have invalid characters in them, and use LineInfo
- Make linked samples parseable
- Bump snippets version to 0.2.1
flutter/flutter
3
merged
google/platform.dart
2
merged
flutter/engine
1
merged
dart-lang/dartdoc
1
merged
Reviewed 23 pull requests in 6 repositories
flutter/flutter
11 pull requests
- Adding Tooltip.custom constructor to create a tooltip with custom widget.
- Removed no-shuffle tag and fixed leak in debug_test.dart
- Animation controller test
- Fix AnimatedCrossFade would focus on a hidden widget
- Added a check to the analyzer script to detect skipped tests.
- Overridable action
- Fix compile error in SliverAppBar sample code
- disable analyze linux
- Add prints
- Switch document generation to use the snippets package
- Don't display empty tooltips on popup menus.
flutter/assets-for-api-docs
4 pull requests
flutter/engine
4 pull requests
openfoodfacts/smooth-app
2 pull requests
flutter/cocoon
1 pull request
dart-lang/dartdoc
1 pull request
Created an issue in flutter/flutter that received 8 comments
assets-for-api-docs repo needs flutter build pre-requisites in CI
Description
I wanted to enable a test in the assets-for-api-docs repo that would run flutter build, and since that repo is only barely setup for CI…
8
comments