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
Matt Carroll
55c64a92d8
Point old plugin registry accessors to new embedding plugin accessors. (
#44225
) (
#13739
)
2019-11-09 01:55:59 +00:00
..
ActivityLifecycleListener.java
…
BasicMessageChannel.java
Expanded channel buffer resize to method channels. (
#12725
)
2019-10-02 17:59:59 -07:00
BinaryCodec.java
…
BinaryMessenger.java
Android Embedding Refactor PR34: Fill in missing nullability annotations. (
#9384
)
2019-06-19 23:44:15 -07:00
ErrorLogResult.java
…
EventChannel.java
Add @UiThread to MethodChannel and related classes/calls (
#32642
). (
#8947
)
2019-05-13 13:26:31 -07:00
FlutterException.java
Remove more asserts and fix a11y check (
#8896
)
2019-05-08 01:19:24 -07:00
JSONMessageCodec.java
…
JSONMethodCodec.java
…
JSONUtil.java
…
MessageCodec.java
Android Embedding Refactor PR34: Fill in missing nullability annotations. (
#9384
)
2019-06-19 23:44:15 -07:00
MethodCall.java
…
MethodChannel.java
Expanded channel buffer resize to method channels. (
#12725
)
2019-10-02 17:59:59 -07:00
MethodCodec.java
…
PluginRegistry.java
Point old plugin registry accessors to new embedding plugin accessors. (
#44225
) (
#13739
)
2019-11-09 01:55:59 +00:00
StandardMessageCodec.java
Fix objects equal to null not being detected as null (
#11283
)
2019-09-16 12:16:38 -07:00
StandardMethodCodec.java
…
StringCodec.java
…