All Projects → xuexiangjys → Fluttersample

xuexiangjys / Fluttersample

Licence: apache-2.0
Flutter使用指南,包含众多组件和插件的使用

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Fluttersample

Sailor
Easy page navigation and management in Flutter apps.
Stars: ✭ 142 (-12.88%)
Mutual labels:  flutter-apps
Netflix clone
Netflix type clone app to learn animation and basic UI components..
Stars: ✭ 152 (-6.75%)
Mutual labels:  flutter-apps
Axion Technologies Hnh
Hotter’n Hell Hundred is the largest one hundred mile cycling events in the United States and the world. Held in Wichita Falls, TX, this event brings thousands of registrants within the city limits, resulting in a spike in revenue throughout local businesses, restaurants, and hotels, and overall for the city of Wichita Falls. There are several sub-events within the Hotter’n Hell Hundred, such as different races, dining events, consumer shows and a medical symposium. The proposed Hotter’n Hell Hundred mobile application serves as the ultimate source of information for the events, enabling users to quickly register for events and explore local places. In addition, the mobile application allows users to navigate through race during the event, tracking their speed, nearby rest stops, alternate routes, and finish line, ensuring the best possible experience during their stay in Wichita Falls.
Stars: ✭ 155 (-4.91%)
Mutual labels:  flutter-apps
Inshorts Clone The News App
inshorts News App Clone with flutter and newsapi.org API
Stars: ✭ 145 (-11.04%)
Mutual labels:  flutter-apps
Onehour App
A time tracking app build using Flutter
Stars: ✭ 148 (-9.2%)
Mutual labels:  flutter-apps
Party flutter
Party Charades game created in Flutter.
Stars: ✭ 153 (-6.13%)
Mutual labels:  flutter-apps
Recipe App Flutter Ui
A nice clean recipe app UI using flutter.
Stars: ✭ 138 (-15.34%)
Mutual labels:  flutter-apps
Cinereel
A TMDB client built with Flutter using the BLoC pattern. This app is my way of learning Flutter, so take what you see here with a grain of salt
Stars: ✭ 161 (-1.23%)
Mutual labels:  flutter-apps
Flutter luckin coffee
flutter luckin coffee application(仿瑞幸咖啡)
Stars: ✭ 150 (-7.98%)
Mutual labels:  flutter-apps
Piggyvault
Family finance management app.
Stars: ✭ 152 (-6.75%)
Mutual labels:  flutter-apps
Toughest
Interview questions and answers for preparation, built in pure flutter also have CI implementation for learning.
Stars: ✭ 146 (-10.43%)
Mutual labels:  flutter-apps
Messages
Chat App UI Speed Coded On Youtube
Stars: ✭ 147 (-9.82%)
Mutual labels:  flutter-apps
Flutter Wordpress Client
Flutter ios/android app to get posts from Wordpress Rest Api
Stars: ✭ 154 (-5.52%)
Mutual labels:  flutter-apps
Flutter hand tracking plugin
这是一个 Flutter Packge 以实现摄像头精确追踪并识别十指的运动路径/轨迹和手势动作, 且输出22个手部关键点以支持更多手势自定义. 基于这个包可以编写业务逻辑将手势信息实时转化为指令信息: 一二三四五, rock, spiderman...还可以对不同手势编写不同特效. 可用于短视频直播特效, 智能硬件等领域, 为人机互动带来更自然丰富的体验
Stars: ✭ 142 (-12.88%)
Mutual labels:  flutter-apps
Metaflutter
A tool to build Flutter layouts on-device
Stars: ✭ 159 (-2.45%)
Mutual labels:  flutter-apps
Reflectly Login Screen
Inspired by Reflectly Login Screen Page in Flutter App
Stars: ✭ 139 (-14.72%)
Mutual labels:  flutter-apps
You
The app checks what internet knows about you.
Stars: ✭ 153 (-6.13%)
Mutual labels:  flutter-apps
Flutter Woocommerce App
WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android
Stars: ✭ 161 (-1.23%)
Mutual labels:  flutter-apps
Flutter For Wordpress App
🎃 Cross-platform wordpress news app built with Flutter and WP REST API.
Stars: ✭ 157 (-3.68%)
Mutual labels:  flutter-apps
Fluttersolitaire
A Solitaire clone made in Flutter.
Stars: ✭ 156 (-4.29%)
Mutual labels:  flutter-apps

FlutterSample

Flutter使用指南,包含众多组件和插件的使用

包含内容

组件

工具

第三方插件

插件查询

flutter插件平台

常用命令

1.编译:

  • flutter packages get: 获取flutter packages包

2.运行:

  • flutter run (默认为debug环境)
  • flutter run --release (以release模式运行)

3.安装

  • 帮助:flutter -hflutter --help
  • 诊断flutter:flutter doctor
  • 查看flutter版本号:flutter --version
  • flutter升级:flutter upgrade

4.打包apk包:

  • 直接打包: flutter build apk
  • 64位-release: flutter build apk --release --target-platform android-arm64
  • 32位-release: flutter build apk --release --target-platform android-arm
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].