随笔分类 -  Flutter

Flutter
摘要:import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}) : super(k 阅读全文
posted @ 2022-07-07 17:51 飞雪飘鸿 阅读(33) 评论(0) 推荐(0) 编辑
摘要:一、确认环境和版本。VS Code版本1.63.2,Flutter2.81 在vscode中按快捷键 Ctrl + Shift + P flutter:New Application Project 此处可能遇到无数问题,可逐一解决。关键在于ADB Commanads Disconnect from 阅读全文
posted @ 2022-02-24 21:28 飞雪飘鸿 阅读(383) 评论(0) 推荐(0) 编辑
摘要:点击查看代码 buildscript { repositories { //repositories闭包 google() jcenter() //代码托管库:设置之后可以在项目中轻松引用jcenter上的开源项目 } dependencies { //dependencies闭包 classpat 阅读全文
posted @ 2022-02-24 15:00 飞雪飘鸿 阅读(157) 评论(0) 推荐(0) 编辑

https://damo.alibaba.com/ https://tianchi.aliyun.com/course?spm=5176.21206777.J_3941670930.5.87dc17c9BZNvLL
点击右上角即可分享
微信分享提示