GetWidget is a 100% free Flutter open-source UI library built with Flutter SDK to make Flutter development easier and more joyful than ever. GetWidget has 1000+ pre-build widgets that you can reuse to develop both Flutter mobile app and web app. Our motto is to provide the best Flutter UI library to the Flutter community to speed up their development process and build awesome apps with pre-build Flutter Library Components.
Read the Getting started page Forum Support and discussion
we have launched the library with the following components :
Button | Badge | Avatar | Image | Card | Carousel | Tile | Tab | Typography | Toast | Toggle | Drawer | Accordian | Alert | Appbar | Searchbar
Coming Soon
Ionicfirebaseapp.com has been developed an open-source News Mobile App with GetWidget, So can start building app faster to get an overview and do customization. You can Download News App Souce Code here: https://www.ionicfirebaseapp.com/products/flutter-news-app
GetWidget is 100% free and open source. We encourage and support an active, healthy community that accepts contributions from the public – including you. There are a couple of ways in which you can contribute to the growing community of getwidget
.
- Pick up any issue marked with "good first issue"
- Fix a bug
- Write and improve some documentation. Documentation is very critical to us. We would appreciate help in adding multiple languages to our docs.
- If you are a developer, feel free to check out the source and submit pull requests.
- Dig into CONTRIBUTING.MD, which covers submitting bugs, requesting new features, preparing your code for a pull request, etc.
- Please don't forget to like, follow, and star our repo! Join our growing community to keep up to date with the latest GetWidget development.
Twitter: https://twitter.com/getwidgetdev
Facebook: https://www.facebook.com/getwidget
Linkedin: https://www.linkedin.com/showcase/getwidget/
Instagram: https://www.instagram.com/getwidget.dev/
Code and documentation Copyright 2017-2020 the GETWIDGET Authors and IONICFIREBASEAPP Code released under the [MIT License]. Docs released under Creative Commons.
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
在系统环境变量的PATH中增加如下路径:</b>
C:\coprj\flutter\2.5.3\bin </b>
删除该目录下的flutter flutter.bat </b>
dart pub global activate fvm
在系统环境变量的PATH中增加如下路径:
%%LocalAppData%%\Pub\Cache\bin
在系统中增加FVM的环境变量 FVM_HOME=C:\coprj\flutter\fvm 该路径为不同flutter版本的安装路径 C:\coprj\flutter\fvm\default 该路径为flutter 配置路径,是一个链接方式
fvm install 2.5.1 fvm install 2.10.5 fvm install 3.19.6
fvm global 2.5.3 fvm global 2.10.5 fvm global 3.19.6
C:\coprj\flutter\fvm\default
fvm list #查看当前下载了哪些版本的sdk fvm install 2.2.3 #安装指定版本的 flutter fvm remove 2.2.3 #删除指定版本的 flutter fvm global 2.2.3 #设置全局 flutter 版本 fvm use 1.17.2 #设置当前项目的 flutter 版本 如果无法切换 可以在命令后添加 --force 如果还是不行 需使用管理员打开cmd