This website requires JavaScript.
Explore
Help
Sign In
DEV
/
flutter_flutter
Watch
1
Star
0
Fork
0
You've already forked flutter_flutter
mirror of
https://github.com/flutter/flutter.git
synced
2026-02-20 02:29:02 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
flutter_flutter
/
shell
/
platform
/
android
/
io
/
flutter
/
view
History
Amir Hardon
82071e9161
Don't access a11y APIs with reflection starting Android P. (
#8393
)
2019-03-31 23:21:51 -07:00
..
AccessibilityBridge.java
Delegate a11y events and action to/from embedded Android platform views. (
#8250
)
2019-03-25 14:26:49 -07:00
AccessibilityViewEmbedder.java
Don't access a11y APIs with reflection starting Android P. (
#8393
)
2019-03-31 23:21:51 -07:00
FlutterCallbackInformation.java
…
FlutterMain.java
Look up ICU symbols based on the path to libflutter.so as a fallback (
#8139
)
2019-03-12 18:33:33 -07:00
FlutterNativeView.java
Do not drop the DartExecutor's message handler when a FlutterNativeView is detached from the FlutterView (
#8254
)
2019-03-21 18:08:58 -07:00
FlutterRunArguments.java
…
FlutterView.java
Do not drop the DartExecutor's message handler when a FlutterNativeView is detached from the FlutterView (
#8254
)
2019-03-21 18:08:58 -07:00
ResourceCleaner.java
Fix NullPointerException in ResourceCleaner (
#7838
)
2019-02-15 12:56:37 -08:00
ResourceExtractor.java
Suppress deprecation warning for use of Build.CPU_ABI (
#8154
)
2019-03-13 14:36:35 -07:00
ResourcePaths.java
…
ResourceUpdater.java
Support for loading dynamic patches in AOT mode. (
#7744
)
2019-02-08 10:47:01 -08:00
TextureRegistry.java
…
VsyncWaiter.java
…