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
gaaclarke
f407e06970
Resize channel buffers (
#12402
)
...
Made it so you can resize channel buffers by sending messages to them.
2019-10-01 10:31:25 -07:00
..
ActivityLifecycleListener.java
…
BasicMessageChannel.java
Resize channel buffers (
#12402
)
2019-10-01 10:31:25 -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
Guard Android logs (
#8824
)
2019-05-03 14:32:29 -07:00
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
Android Embedding Refactor PR34: Fill in missing nullability annotations. (
#9384
)
2019-06-19 23:44:15 -07:00
MethodCodec.java
…
PluginRegistry.java
Removed outdated deprecation comments (
#9087
)
2019-05-25 15:02:52 -07: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
…