Block or Report
Block or report jonahwilliams
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
json_widget Public archive
Compile time conversion from json to widgets (For some reason...)
-
-
-
flutter Public
Forked from flutter/flutter
Flutter makes it easy and fast to build beautiful mobile apps.
-
1,206 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2022
Created 39 commits in 6 repositories
Created a pull request in flutter/engine that received 25 comments
[windows] use angle fast path on d3d11 backend
Experimentally this makes things render faster on my end.
+6
−0
•
25
comments
Opened 34 other pull requests in 6 repositories
dnfield/vector_graphics
2
closed
1
open
10
merged
- performance micro-optimizations
- [WIP] basic text support
- Allow encoding transforms for linear/radial gradient, respect user space mode, and pre-transform linear gradients
- Correctly apply gradient transforms and respect userspace mode
- Remove assert
- compute correct scaling
- encode viewport into codec and correctly size widget
- correctly encode Uint16Lists
- transform shaders into correct coordinate space
- add support for linear and radial gradient
- Add support for saveLayer/restore
- Add support for encoding in the compiler, add basic example to package:vector_graphics
- add basic vector graphics asset
flutter/flutter
2
closed
8
merged
- Tighten text contrast bounds, fall back to larger bounds
- [framework] use Uint8List for SMC
- Revert "[framework] don't hit test for system nav bar or system chrome on desktop"
- [framework] Remove danger zone
- Revert "Do not eagerly allocate inherited widget caches when initializing element tree"
- one isolate per file
- Remove package:typed_data from package:flutter dependencies
- Add vs_build dep to windows performance test
- [framework] add gesture settings to draggable
- Add Windows performance benchmark
flutter/engine
1
closed
6
merged
- Ensure errors from Codec.getNextFrame can be caught
- ensure _futurize does not leak uncaught errors into the zone
- allow experimentally opting into MSAA on canvaskit
- Allow providing max_cache_entry flag to Dart
- Add support for setting thread priority in embedder.h and update windows embedding to do so
- [ui] cleanup natives.dart
- [ui] replace dynamic with Object?
flutter/devtools
1
open
1
merged
dart-lang/coverage
1
merged
flutter/website
1
merged
Reviewed 55 pull requests in 7 repositories
dnfield/vector_graphics
28 pull requests
- [WIP] basic text support
- performance micro-optimizations
- Update tiger.bin, update example, ignore platform folders in example
- Strokes can have shaders too
- Reduce precision to save binary size
- Gradient tranfsorm bounds
- Do not ignore blend mode when deciding whether to save a layer
- Fix gradient regressions, OoO support for use/gradients
- Fix missing stroke join
- Refactor parsing, start blend mode support, improve attribute inheritence/processing
- Tessellate fills
- Remove linear gradient tranfsorms from codec
- Allow encoding transforms for linear/radial gradient, respect user space mode, and pre-transform linear gradients
- Support masks, refactor related code.
- Fix RRect parsing, make PathBuilder chainable
- Support clips
- compute correct scaling
- encode viewport into codec and correctly size widget
- Small bugs
- transform shaders into correct coordinate space
- Add support for saveLayer/restore
- Add support for encoding in the compiler, add basic example to package:vector_graphics
- coverage
- Start VectorDrawable refactor
- Add paint, vertices, indexed vertices, and tests
- Some pull request reviews not shown.
flutter/flutter
15 pull requests
- Improve A11Y tests for text contrast
- Tighten text contrast bounds, fall back to larger bounds
- Removes soon to be deprecated analyzer option
- Adds an impeller variant of the new gallery transition perf benchmark
- [flutter_tool] Adds --enable-impeller flag to the run command
- Allow unknown device kind to scroll scrollables
-
Revert "Dismiss Modal Barrier on
handleTapCancel(#98191)" - [framework] Remove danger zone
- Marks Windows windows_home_scroll_perf__timeline_summary to be unflaky
- Migrate .packages -> package_config.json
- FocusTrap behavior by platform
- Remove package:typed_data from package:flutter dependencies
- Add vs_build dep to windows performance test
- Add Windows performance benchmark
- Revert "Clean up ClipboardStatusNotifier (#98951)" (#99361)
flutter/engine
7 pull requests
- Enable MSAA behind a flag for Android GL, add TODOs for other platforms
- allow experimentally opting into MSAA on canvaskit
- ensure _futurize does not leak uncaught errors into the zone
- Add support for setting thread priority in embedder.h and update windows embedding to do so
- [win32] support high frame rates
- [ui] cleanup natives.dart
- [ui] replace dynamic with Object?
flutter/impeller
2 pull requests
flutter/website
1 pull request
dart-lang/coverage
1 pull request
flutter/devtools
1 pull request
Created an issue in flutter/flutter that received 6 comments
Several painting.dart image APIs do not correctly propagate errors
For example, try:
decodeImageFromPixels(Uint8List.fromList(<int>[10, 30, 40]), 10, 10, PixelFormat.rgba8888, (Image image) { });
or
decodeImageFro…
6
comments