# flutter_demo_jiaohu
A new Flutter application.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
原生与Flutter数据交互,主要就是构建好通道机制 Flutter 与原生交互使用Platform Channel。Flutter定义了三种不同类型的Channel,它们分别是: BasicMessageChannel:用于传递字符串和半结构化的信息(双向有返回值)。 MethodChannel:用于传递方法调用(method invocation)(双向有返回值)。 EventChannel: 用于数据流(event streams)的通信(仅支持数据单向传递,无返回值)。 三种Channel之间互相独立,各有用途,但它们在设计上却非常相近。每种Channel均有三个重要成员变量: name: String类型,代表Channel的名字,也是其唯一标识符。 messager:BinaryMessenger类型,代表消息信使,是消息的发送与接收的工具。 codec: MessageCodec类型或MethodCodec类型,代表消息的编解码器。
资源推荐
资源详情
资源评论
收起资源包目录
flutter_demo_jiaohu-master.zip (60个子文件)
flutter_demo_jiaohu-master
pubspec.yaml 3KB
ios
Runner
Info.plist 2KB
main.m 226B
Base.lproj
LaunchScreen.storyboard 2KB
Main.storyboard 2KB
AppDelegate.h 103B
Assets.xcassets
LaunchImage.imageset
LaunchImage.png 68B
README.md 336B
LaunchImage@3x.png 68B
Contents.json 391B
LaunchImage@2x.png 68B
AppIcon.appiconset
Icon-App-76x76@2x.png 3KB
Icon-App-76x76@1x.png 2KB
Icon-App-29x29@3x.png 2KB
Icon-App-29x29@1x.png 1KB
Icon-App-29x29@2x.png 2KB
Icon-App-60x60@3x.png 4KB
Icon-App-83.5x83.5@2x.png 4KB
Icon-App-20x20@2x.png 1KB
Icon-App-40x40@3x.png 3KB
Icon-App-40x40@1x.png 1KB
Icon-App-1024x1024@1x.png 11KB
Icon-App-40x40@2x.png 2KB
Icon-App-60x60@2x.png 3KB
Icon-App-20x20@1x.png 564B
Contents.json 2KB
Icon-App-20x20@3x.png 2KB
AppDelegate.m 424B
Runner.xcodeproj
xcshareddata
xcschemes
Runner.xcscheme 3KB
project.xcworkspace
contents.xcworkspacedata 152B
project.pbxproj 20KB
Flutter
Debug.xcconfig 30B
Release.xcconfig 30B
AppFrameworkInfo.plist 794B
Runner.xcworkspace
contents.xcworkspacedata 152B
lib
channel
MyBasicMessageChannel.dart 5KB
MyMethodChannel.dart 1KB
MyEventChannel.dart 1KB
main.dart 2KB
pubspec.lock 3KB
android
settings.gradle 484B
gradle
wrapper
gradle-wrapper.properties 234B
gradle.properties 30B
app
src
debug
AndroidManifest.xml 335B
profile
AndroidManifest.xml 335B
main
AndroidManifest.xml 2KB
res
mipmap-hdpi
ic_launcher.png 544B
mipmap-xxxhdpi
ic_launcher.png 1KB
mipmap-xhdpi
ic_launcher.png 721B
mipmap-mdpi
ic_launcher.png 442B
drawable
launch_background.xml 434B
values
styles.xml 361B
mipmap-xxhdpi
ic_launcher.png 1KB
java
com
mzw
flutter_demo_jiaohu
MainActivity.java 5KB
build.gradle 2KB
build.gradle 470B
.metadata 306B
test
widget_test.dart 1KB
README.md 553B
.gitignore 1KB
共 60 条
- 1
资源评论
- 年轻人jiaoyang2020-09-04挺详细的,还不错
马志武
- 粉丝: 412
- 资源: 59
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功