Highlights
- Arctic Code Vault Contributor
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
Pinned
1,819 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in flutter/flutter that received 12 comments
Driver vm service
Migrates package:flutter_driver to use package:vm_service. This will be needed to eventually completely migrate flutter_driver to null safety. To t…
- Revert "Driver vm service"
- Reland "Driver vm service""
- retry getting the main isolate
- Rework the way image chunk events are emitted
- Move service extension to correct binding so images are repainted after enabling/disabling, update test
- update packages
- reland List queue search optimization
- Improve performance of collectAllElements
- Add test for TabBarView
- Reland ensure visible fix for nested viewports
- Respect --enable-software-rendering flag on iOS simulators
- Revert "[null-safety] reland: migrate app side flutter driver to null-safety"
- revert dispose of images when done again
- Remove goldens request timeout
- Reland dispose images when done (#67100)
- Add benchmark/test for drawing images across frames
- Revert dispose images when done
- docs for image disposal
- Revert "Add a golden scenario test for fallback font rendering on iOS take 2"
- Wire up SkPixelGeometry for embedder API
- Ocmock dylib
- roll canvaskit to 0.19.0
- Forbid android.util.Log
- Skip flaky test
- Revert "[web] Support custom url strategies"
- Implement Image.clone for CanvasKit
- Add debugDisposed to Image
- Correctly handle centerSlice with resoultion-aware assets.
- fix simple dialog introducing additional node for semantics label
- Driver vm service
- Flutter Driver: command extensions and extension feature cleanup
- [devicelab] track any leaked processes
- [flutter_tools] move gradle download failure handling into tool
- [devicelab] delete disabled or not useful benchmarks
- Improve the document of pageView and ListView
- Migrate more tests
- prevent pageView scrolling when calling ensureVisible
- [flutter_tools] remove --with-driver-test
- Patch: Flutter driver export finder factory
- Flutter driver patch: export finder factory
- Manual engine roll from 2eac514f26a6 to 85ed6567226e (5 revisions)
- Flutter Driver - Create widget finders from serialized finders extensions
- Work around the glibc bug that causes rare Chrome crashes
- Implement documented behavior of WidgetsApp.builder
- Remove examples/catalog
- [NNBD] More test migration for Cupertino & Painting
- Snap the image offset to pixel grid when no scaling is applied
- Migrate more tests to null safety
- [flutter_tools] refactor local engine locator to its own class
- Fix hot reload support for typical usage of CupertinoTabView.
- reverted to old getScrollPhysics from 1.17 flutter version
- Warn tapping of non-visible area when test
- Some pull request reviews not shown.
- [video_player] Upgrade ExoPlayer
- [integration_test] Add a `run` method for proper reporting of test results
- fix pointer events by setting TestBindingEventSource
- [connectivity] Fix IllegalArgumentException & Add Log warning
- [google_maps_flutter] Android Code Inspection and Clean up
- [share] Replace deprecated Environment.getExternalStorageDirectory() call on Android.
- [video_player] Fix SSLProtocolException for low API version
- [in_app_purchase] Android Code Inspection and Clean up
- [webview_flutter] Android Code Inspection and Clean up
- Ensure root isolate create callback is invoked before the isolate is in the running phase.
- Collect logs in the background.
- Ocmock dylib
- Use buildroot clang for scenario app
- SecurityException: Permission Denial
- Preserve specified AssetResolvers when performing a hot restart or updating the asset directory
- [linux] Allow engine flags via environment vars
- Enabled metal on ios simulator
Created an issue in flutter/flutter that received 36 comments
Flutter driver appears to be broken on web
This is causing tree closures on engine and plugins /cc @jonahwilliams (because I think it might be related to your nullsafety PR) @jason-simmons i…
- package:integration_test polish/runnability
- Allow macOS view to run with a transparent view
- `ColorFiltered` should allow you to apply a color filter _without_ sending the bounds hint to skia
- Trybot failure on Linux docs: Firebase command not found
- Flake in FlutterPluginAppLifeCycleDelegateTest testDidBecomeActive
- Support `--enable-software-rendering` on iOS simulators`
- Test platform views on iOS using metal backend
- API docs are difficult to read for some users
- Provide some way to make an `Image` widget that is "offstage" to release its image resources.
- Add `debugDisposed` to `dart:ui` Images
- The image cache can lose track of a live image that it probably shouldn't lose track of