当前位置:网站首页>[shutter] Introduction to the official example of shutter Gallery (project introduction | engineering construction)
[shutter] Introduction to the official example of shutter Gallery (project introduction | engineering construction)
2022-07-03 00:17:00 【Programmer community】
Find a strong Flutter Open source project , from Flutter Official Flutter Gallery , There are many functions for reference ;
This project is too strong , If you learn , Flutter UI The components are basically OK ;
This blog begins , Briefly introduce the main contents , Then analyze in detail for each technical point ;
One 、Flutter Gallery brief introduction
Flutter Gallery brief introduction :
- Project address : https://github.com/flutter/gallery , ( There are some problems during the visit , GitHub It's supposed to be cold )
- Domestic download address : https://pan.baidu.com/s/1HykdPJw2bDWddTqGEvdqBQ , Extraction code : 2wsk , Flutter Gallery It has been packed and put inside ;

Flutter Gallery Used to help developers learn and use Flutter ;
Flutter Gallery Included content :
- Material design ( Material Design ) Components : Android Style components ;
- Cupertino Components : iOS Style components ; ( [ˌkupərˈtinoʊ] )
- Behavior control related functions
- Use Flutter Small functions realized
Flutter Supported platforms : at present Flutter There are many supported platforms , 1 individual Web platform , 2 A mobile platform , 3 Desktop platform ;
- Android
- iOS
- web
- macOS
- Linux
- Windows
Two 、Flutter Gallery The project build
After downloading the source code , Find out Flutter Gallery The configuration of itself does not match , Need to be in pubspec.yaml Lieutenant general args The version number of the plug-in is set to 1.6.0 ;
args: ^1.6.0Reference resources 【 Error log 】Flutter Report errors ( Because xx depends on flutter_driver any from sdk which depends on args 1.6.0 )
Then I'll talk about what I need Flutter SDK edition , The latest stable version of Flutter SDK 2.0.2 No related function found in , Explain that updated Flutter edition , Here we use the latest Beta Test version of SDK , 2.1.0-12.2.pre edition ;
Reference resources 【 Error log 】Flutter Build error reporting ( Error: Method not found: ‘CupertinoModalPopupRoute‘. | Download the latest Flutter SDK edition )
stay Android Studio Welcome interface selection " Open an Existing Project " Options ,

Select the project you want to open ,

modify pubspec.yaml Medium args Plug in version number ,
args: ^1.6.0modify pubspec.yaml After the configuration , Click on the top right corner " Pub get " Button , Download dependency package ,

Change the current Flutter SDK Set the version to the latest version ,

Dart SDK Also set to the latest version , 
Not in the interface Logcat panel , Reference resources 【 Error log 】Android Studio Of Flutter The code interface does not Logcat panel Blog solution ;

Configuration Engineering SDK ,

To configure Facets ,

Running the project , take apk Install into your phone ;

边栏推荐
- JDBC Exercise case
- Digital collection trading website domestic digital collection trading platform
- 直击产业落地!飞桨重磅推出业界首个模型选型工具
- Slf4j + logback logging framework
- [reading notes] phased summary of writing reading notes
- JDBC tutorial
- How QT exports data to PDF files (qpdfwriter User Guide)
- Practical series - free commercial video material library
- The privatization deployment of SaaS services is the most efficient | cloud efficiency engineer points north
- 经济学外文文献在哪查?
猜你喜欢
![[shutter] shutter open source project reference](/img/3f/b1d4edd8f8e8fd8e6b39548448270d.jpg)
[shutter] shutter open source project reference

Maybe you read a fake Tianlong eight

Digital collection trading website domestic digital collection trading platform

maya渔屋建模

Wechat applet basic learning (wxss)

Bean load control

In February 2022, the ranking list of domestic databases: oceanbase regained its popularity with "three consecutive increases", and gaussdb is expected to achieve the largest increase this month

带角度的检测框 | 校准的深度特征用于目标检测(附实现源码)

Interpretation of new plug-ins | how to enhance authentication capability with forward auth

開源了 | 文心大模型ERNIE-Tiny輕量化技術,又准又快,效果全開
随机推荐
yolov5test. Py comment
[shutter] open the third-party shutter project
CADD课程学习(4)-- 获取没有晶体结构的蛋白(SWISS-Model)
论文的英文文献在哪找(除了知网)?
The privatization deployment of SaaS services is the most efficient | cloud efficiency engineer points north
Several methods of the minimum value in the maximum value of group query
MATLAB signal processing [Q & a notes-1]
写论文可以去哪些网站搜索参考文献?
Explain in detail the process of realizing Chinese text classification by CNN
Using tensorflow to realize voiceprint recognition
Pytorch里面多任务Loss是加起来还是分别backward?
Missing number
How to write the design scheme of the thesis?
How to apply for company email when registering in company email format?
MySQL advanced learning notes (III)
Request and response
返回二叉树中最大的二叉搜索子树的大小
【OJ】两个数组的交集(set、哈希映射 ...)
JDBC練習案例
返回二叉树两个节点间的最大距离