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
/
plugin
/
common
History
Kirill Nikolaev
27f77cbef5
Document that all MethodChannel callbacks must be called on the main thread. (
#6245
)
...
This further addresses
https://github.com/flutter/flutter/issues/14568
.
2018-09-27 15:48:29 -07:00
..
ActivityLifecycleListener.java
…
BasicMessageChannel.java
…
BinaryCodec.java
…
BinaryMessenger.java
Add texture support (eg video, camera) (
#4159
)
2017-11-02 10:57:29 +01:00
EventChannel.java
Make EventChannel survive hot restart on Android (
#4350
)
2017-11-13 07:47:36 +01:00
FlutterException.java
…
JSONMessageCodec.java
…
JSONMethodCodec.java
Add texture support (eg video, camera) (
#4159
)
2017-11-02 10:57:29 +01:00
JSONUtil.java
Fix build break caused by
https://github.com/flutter/engine/pull/4491
(
#4524
)
2018-01-07 07:51:46 -08:00
MessageCodec.java
…
MethodCall.java
…
MethodChannel.java
Document that all MethodChannel callbacks must be called on the main thread. (
#6245
)
2018-09-27 15:48:29 -07:00
MethodCodec.java
…
PluginRegistry.java
Platform Views: Android and MethodChannel APIs, and implementation skeleton. (
#5684
)
2018-07-11 14:11:15 -07:00
StandardMessageCodec.java
Make standard codecs extensible (
#4770
)
2018-03-16 00:08:08 +00:00
StandardMethodCodec.java
Fix lint errors to prepare for building Android files in Google (
#5440
)
2018-06-01 10:16:50 -07:00
StringCodec.java
…