当前位置:网站首页>A Collection of Flutter Tutorials (2022 Edition)
A Collection of Flutter Tutorials (2022 Edition)
2022-08-04 12:32:00 【Knowledge is fat】
I. What is Flutter
Flutter is an open source mobile application software development kit developed by Google for developing applications for Android, iOS, Windows, macOS, Linux Desktop, Google Fuchsia.
The first version of Flutter supports the Android operating system, codenamed "Sky".It was announced at the Flutter developer conference in April 2015, with the stated goal of achieving 120FPS rendering performance.During the keynote at Google Developer Days in Shanghai, Google announced Flutter Release Preview 2, the last major release before Flutter 1.0.On December 4, 2018, Flutter 1.0 was released at the Flutter Live event and was the first "stable" release of the framework.On December 11, 2019, Flutter 1.12 was released at the Flutter Interactive event, announcing that Flutter was the first UI platform designed for ambient computing.On May 12, 2022, Flutter 3 was released at Google I/O 2022, officially supporting Windows, macOS, Linux and other operating systems.
Second, Flutter Quick Start
1. To start developing desktop applications with Flutter, you need to configure desktop support with a one-time configuration change.
$ flutter config --enable-macos-desktop # for the macOS runner
2. To confirm that Flutter for desktop is enabled, run the following command.
$ flutter devices
3. Create a new Flutter app
flutter create flutter_desktop_sample
4. Run the application on the macOS platform:
flutter run -d macos
Three, Flutter macOS development series
"Flutter macOS Tutorial 01 macOS App Development Quick Start (Tutorial including source code)"p>
"Flutter macOS Tutorial 03 Write your first macos application (tutorial including source code)"
a>边栏推荐
- 基于BiLSTM的回归预测方法
- 隐私计算与数据流通:关系、作用及功能
- Based on the BiLSTM regression forecast method
- Focus!2022 interview must brush 461 interview questions summary + interview + resume template
- ECCV 2022 | 通往数据高效的Transformer目标检测器
- 244页pdf!《2022 中国云计算生态蓝皮书》发布
- ECCV 2022 | Towards Data Efficient Transformer Object Detectors
- 形态学(膨胀、腐蚀)
- TensorFlow学习记录(三):高阶操作 & 神经网络与全连接层
- [牛客网]OR63删除公共字符
猜你喜欢
随机推荐
Flutter教程大全合集(2022年版)
Hands-on Deep Learning_LeNet
yolo系列的Neck模块
【RISC-V】Trap和Exception
244页pdf!《2022 中国云计算生态蓝皮书》发布
200ppi转以太网通过4Gwifi在医药设备移动平台(平板电脑、手机)
编辑器vscode Already included file name ‘xxx‘ differs from file name ‘xxx‘ only in casing报错
MySQL - Explain详解
Analysis and comparison of mobile cross-end technical solutions
MySQL索引原理以及SQL优化
能力更强,医疗单据识别+医疗知识库校验
业务中我们如何更新缓存?Redis
Cache character stream
IBM Q复制新增QSUB
全面认识MOS管,一篇文章就够了
【UML】信息系统分析与设计知识点总结
分布式链路追踪Jaeger + 微服务Pig在Rainbond上的实践分享
数据中台建设(九):数据中台资产运营机制
常用代码模板1——基础语法
到底什么是JS原型