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,059 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 12 commits in 3 repositories
Created 1 repository
Created a pull request in flutter/flutter that received 5 comments
[framework] switch to default Map from HashMap
We've seen several instances where the default hash map (LinkedHashMap) has better performance than HashMap. LinkedHashMap.of has a fast path for …
+17
−20
•
5
comments
Opened 24 other pull requests in 3 repositories
flutter/flutter
3
open
8
closed
6
merged
- [flutter_tools] switch to tester with fractional translation and no raster cache
- remove .packages condition to unblock roll
- Add flutter_tester_fractional_translation as signed
- [flutter_tools] remove assertion for deprecation .packages
- [flutter_tools] fix test asset loading
- [framework] fix slider regression due to touch slop changes
- [flutter_tools] migrate some integration tests to null safety
- use immutable buffer for loading asset images
- [WIP] Use SIMD for matrix multiplication
- [WIP] Use SIMD for multiplication
- add image load benchmark
- [framework] make list rpb conditional on scrolling
- remove assert on markNeedsCompositingBitsUpdate
- Widen RPB compositing condition
- SIMD multiplication
- partial revert of repaint boundary change
- allow opting out of compositing
flutter/engine
3
merged
1
open
1
closed
dnfield/vector_graphics
1
open
1
merged
Reviewed 30 pull requests in 4 repositories
flutter/flutter
20 pull requests
- [flutter_tools] fix test asset loading
- Implement paintsChild on RenderObjects that skip painting on their children
- [flutter_tools] switch to tester with fractional translation and no raster cache
- switched to a double variant of clamp to avoid boxing
- Roll Flutter Engine from 58193a3b6ef1 to 10e0e15347d3 (5 revisions)
- Make _RenderCustomClip respect clipBehavior
- add noSuchMethod to _MulticastCanvas to unblock smoke testing against forthcoming new getTransform/Clip methods
- Fix avoid_redundant_argument_values analyzer warnings enabled in the latest Dart SDK
- use immutable buffer for loading asset images
- [framework] fix slider regression due to touch slop changes
- Wait longer for the vmservice out file to appear
- Marks Linux_android animated_complex_opacity_perf__e2e_summary to be unflaky
- add image load benchmark
-
fix
SliverReorderableListnot work on Android platform bug - Add a mechanism to observe layer tree composition.
-
Fix a
_WrappedScrollBehavior.shouldNotifybug - [flutter_releases] remove assert on markNeedsCompositingBitsUpdate #103227
- Fix a [CupertinoDatePicker] semantics bug
- [flutter_releases] partial revert of repaint boundary change (#102962)
- [framework] remove forced compositing from opacity
flutter/engine
6 pull requests
- allow flutter tester to disable font loading from asset bundle
- added a clampDouble for faster clamping
- compile a flutter tester with SUPPORT_FRACTIONAL_TRANSLATION and raster cache disabled
- Add support for loading asset directly from ImmutableBuffer
- Revert "[gn] Extract target_os, target_cpu resolution"
- Add support for API that accepts float opacity from framework scene builder
flutter/plugins
2 pull requests
dnfield/vector_graphics
2 pull requests
Created an issue in flutter/flutter that received 7 comments
Consider disabling repaint boundaries (at the render object level) if a scrollable cannot actually scroll
The function of a repaint boundary in a scrollable is primarily that it allows the scrolling to change the offset of the child picture without repa…
7
comments
Opened 12 other issues in 1 repository
flutter/flutter
11
open
1
closed
- Flutter Tester asset and font loading
- Old flutter gallery text contrast tests fail when images actually load
- [CP] SliverReorderableList can not reorder on Android platform
- [CP] Slider in Drawer Doesn't Slide
- Google testing for #102687 disappeared
- Multiprovider leaves some room for optimization
- Changes to Image loading with ImmutableBuffer may cause previously suppressed image load errors to surface
- Add ImmutableBuffer.fromFile to improve Image.file memory usage
- Consider adjusting the raster cache 3 frame heuristic
- Consider implementing ImmutableBuffer.fromAsset on the web
- vector_graphics package should be more careful about forced compositing
- Support larger color encodings

