会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
富坚老贼
https://github.com/buchizaodian
新随笔
管理
上一页
1
···
14
15
16
17
18
19
20
21
22
···
86
下一页
2020年10月20日
给设备添加udid
摘要: https://blog.csdn.net/Lemon_xueyf/article/details/100174943 一、注册udid到官网 1. 2. 二、生成profile 1. 2. 3. 4. 生成文件名 5.下载profile 6.导入profile 双击生成的profile文件 7.导
阅读全文
posted @ 2020-10-20 08:56 富坚老贼
阅读(169)
评论(0)
推荐(0)
2020年10月12日
5.class
摘要: 一、 类 class Greeter { greeting: string; constructor(message: string) { this.greeting = message; } greet() { return "Hello, " + this.greeting; } } let g
阅读全文
posted @ 2020-10-12 16:00 富坚老贼
阅读(112)
评论(0)
推荐(0)
2020年10月10日
flutter 发布到testflight
摘要: 介绍 https://developer.apple.com/testflight/ 上架流程 https://help.apple.com/app-store-connect/#/devdc42b26b8 1.输入测试信息 https://appstoreconnect.apple.com/ 进入
阅读全文
posted @ 2020-10-10 14:14 富坚老贼
阅读(1272)
评论(0)
推荐(0)
2020年10月9日
flutter material-程序结构和导航
摘要: structure and navigation Appbar BottomNavigationBar Drawer MaterialApp Scaffold SliverAppBar TabBar TabBarView WidgetsApp
阅读全文
posted @ 2020-10-09 11:52 富坚老贼
阅读(113)
评论(0)
推荐(0)
flutter material-layout
摘要: Divider 分割线 Column( children: [ Container( color: Colors.amber, child: const Center( child: Text('上'), ), ), Divider( //分割线颜色 color: Colors.black, //前
阅读全文
posted @ 2020-10-09 08:54 富坚老贼
阅读(161)
评论(0)
推荐(0)
flutter widgets目录
摘要: 一、material风格 # Buttons MaterialButton\RaisedButton\FlatButton\IconButton\FloatingActionButton\OutlineButton\DropdownButton # Dialogs, alerts, and pane
阅读全文
posted @ 2020-10-09 08:36 富坚老贼
阅读(146)
评论(0)
推荐(0)
2020年10月2日
flutter 图标
摘要: https://flutter.github.io/cupertino_icons/
阅读全文
posted @ 2020-10-02 11:18 富坚老贼
阅读(123)
评论(0)
推荐(0)
2020年10月1日
flutter 嵌入ios
摘要: 在iosapp同级路径下 flutter create -t module --org com.example my_flutter 在iosapp的跟路径下 pod init 在生成的podfile文件中添加 flutter_application_path = '../my_flutter' l
阅读全文
posted @ 2020-10-01 15:45 富坚老贼
阅读(359)
评论(0)
推荐(0)
2020年9月30日
flutter 嵌入到android
摘要: flutter添加到android原生 1.创建一个flutter module flutter create -t module --org com.example my_flutter 2.在原生build.gradle下 android { //... compileOptions { sou
阅读全文
posted @ 2020-09-30 10:14 富坚老贼
阅读(617)
评论(0)
推荐(0)
Android Gradle插件DSL
摘要:
阅读全文
posted @ 2020-09-30 08:39 富坚老贼
阅读(171)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
22
···
86
下一页
公告