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/flutter-desktop-embedding
Examples of using, and testbed for, the in-development Flutter for Desktop
C++
-
-
431 contributions in the last year
Contribution activity
July 2020
- chunhtai/tests Batchfile
- chunhtai/flutter_boost Java
Created a pull request in flutter/flutter that received 4 comments
prevents sliver app bar from changing semantics tree when it is not n…
…ecesaary Description When ios swipe up to focus a collapsed sliver app bar, the semantics tree suddenly change its shape and ios accessibility api…
+38
−59
•
4
comments
- prototype ignore semantics actions
- Revert "remove usage to applyTextScaleFactorToWidgetSpan (#61636)"
- makes PopupMenuitem merge the semantics of its child
- Revert "InkDecoration do not paint if it's part of the tree doesn't g…
- Revert "fix intrinsic height and width for widget span (#61485)"
- add static method to create material hero controller
- remove usage to applyTextScaleFactorToWidgetSpan
- fix intrinsic height and width for widget span
- fix code comments in the route route didadd method
- reland "Adds semantics information for the popup menu item (#61258)"
- Revert "Adds semantics information for the popup menu item (#61258)"
- issue 61346 route can be added and disposed in the same frame
- Adds semantics information for the popup menu item
- fix semantics to only send relevant node update
- Ignore unmounted parent when _debugVerifyGlobalKeyReservation for GlobalKey check
- Make TabController animateTo() method work as expected
- Fix SemanticsNode.rect position for nested scrollables with useTwoPan…
- prototype ignore semantics actions
- SelectableText handles after Select All
- InkDecoration do not paint if it's part of the tree doesn't get painted
- Implement Router widget and widgets app api
- Fix overflow issue caused by a long title/subtitle for the vertical stepper
- fixes the overflow issue cause by a long subtitle on a narrow screen …
- FormField should autovalidate only if its content was changed (fixed)
- expose route settings for showModalBottomSheet
- [WIP] ScaffoldMessenger
Created an issue in flutter/flutter that received 5 comments
Flutter doctor can have a better suggestion for installing cocoapods
The flutter doctor detects if the cocoapods works correctly and prints out the suggestion if it does not. The current suggestion is something like …
5
comments