当前位置:网站首页>1、 Getting started with flutter learn to write a simple client

1、 Getting started with flutter learn to write a simple client

2022-06-12 00:32:00 Greater than retarded

One 、 summary

flutter A few years ago , It's developing very fast . There are concerns but they all stay in the running environment , The desktop is now supported . android studio The new version ,new project The first option is already flutter project. So I want to write a simple client to record and accumulate , Otherwise, it's running helloword.

Do as it is android app Experience , The most basic and simple app Include :

  • ui Elements : written words , Button , picture , list , switch , Input box
  • ui Layout : Horizontal and vertical layout , Relative layout , Spring effect
  • Bottom tabbar Switch content subpage
  • Network access to data
  • Picture loading network diagram , Round head , Rounded image
  • Local storage media :sp
  • The routing interface jumps
  • bounced , Selection box ,Toast

Other : location ,picker, Picture selector , Database etc. .
It is intended to implement the functions listed above step by step . because flutter The biggest significance is cross platform, so it needs to be packaged and deployed web edition .

Two 、 Tools used

Development interface usage :

web Deployment tools :
Aliyun server

3、 ... and 、 Project address

【github Address 】:https://github.com/lckj686/BlueFlutterMaster
【web Deployment address 】:http://leon.fzcw666.com/#/
Scan the mobile phone :
 Insert picture description here

原网站

版权声明
本文为[Greater than retarded]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/163/202206120029417871.html