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
68a42e3f47
Add nullability annotations to MethodChannel/MethodCall. (
#6393
)
...
This works towards resolving
https://github.com/flutter/flutter/issues/19888
.
2018-10-02 15:02:16 -07:00
..
ActivityLifecycleListener.java
…
BasicMessageChannel.java
…
BinaryCodec.java
…
BinaryMessenger.java
…
EventChannel.java
…
FlutterException.java
…
JSONMessageCodec.java
…
JSONMethodCodec.java
…
JSONUtil.java
…
MessageCodec.java
…
MethodCall.java
Add nullability annotations to MethodChannel/MethodCall. (
#6393
)
2018-10-02 15:02:16 -07:00
MethodChannel.java
Add nullability annotations to MethodChannel/MethodCall. (
#6393
)
2018-10-02 15:02:16 -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
…
StandardMethodCodec.java
Fix lint errors to prepare for building Android files in Google (
#5440
)
2018-06-01 10:16:50 -07:00
StringCodec.java
…