All Projects → aviacommerce → Flutter Tutorial

aviacommerce / Flutter Tutorial

Learn how to start creating a Flutter application, first edition in the tutorial series.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter Tutorial

Brainpowerapp
A visual memory training game, a mobile game made with Xamarin for both Android and IOS .
Stars: ✭ 17 (+41.67%)
Mutual labels:  mobile
Realm Dotnet
Realm is a mobile database: a replacement for SQLite & ORMs
Stars: ✭ 927 (+7625%)
Mutual labels:  mobile
Egjs Flicking
🎠 ♻️ Everyday 30 million people experience. It's reliable, flexible and extendable carousel.
Stars: ✭ 937 (+7708.33%)
Mutual labels:  mobile
Mobileblazorbindings
Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
Stars: ✭ 893 (+7341.67%)
Mutual labels:  mobile
Mobile Detect
Extension for detecting mobile devices, managing mobile view types, redirect to mobile version for Nette Framework (2.4+)
Stars: ✭ 19 (+58.33%)
Mutual labels:  mobile
Dat React Native
Browse through the web with the Dat protocol in your device!
Stars: ✭ 25 (+108.33%)
Mutual labels:  mobile
Pyamplitude
A Python connector for Amplitude Analytics
Stars: ✭ 16 (+33.33%)
Mutual labels:  mobile
Cordova Cli
Apache Cordova CLI
Stars: ✭ 861 (+7075%)
Mutual labels:  mobile
Xtoolkit.whitelabel
Modular MVVM framework for fast creating powerful cross-platform applications with Xamarin.
Stars: ✭ 22 (+83.33%)
Mutual labels:  mobile
Amazeui Touch
Web Components for mobile devices based on React.
Stars: ✭ 936 (+7700%)
Mutual labels:  mobile
Vue Wheel Scroll Datepikcer
mobile date picker like ios scroll
Stars: ✭ 18 (+50%)
Mutual labels:  mobile
Flutter Client
Invoice Ninja client built with Flutter
Stars: ✭ 900 (+7400%)
Mutual labels:  mobile
Didicallcar
这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user.
Stars: ✭ 935 (+7691.67%)
Mutual labels:  mobile
Swiftyrsa
RSA public/private key encryption in Swift
Stars: ✭ 894 (+7350%)
Mutual labels:  mobile
Swipe
Swipe is the most accurate touch slider. Support both React and Angular.
Stars: ✭ 850 (+6983.33%)
Mutual labels:  mobile
Flutterfoodybite
Flutter representation of a Restaurant app UI.
Stars: ✭ 880 (+7233.33%)
Mutual labels:  mobile
Ionicitude
AngularJS module for using the Wikitude cordova plugin in an Ionic project.
Stars: ✭ 24 (+100%)
Mutual labels:  mobile
Metrica Sample Dotnet
Yandex AppMetrica SDK Sample for Windows
Stars: ✭ 11 (-8.33%)
Mutual labels:  mobile
Awesome Unam
A curated list of awesome engineering ecosystem, including UNAM Projects
Stars: ✭ 10 (-16.67%)
Mutual labels:  mobile
Android Cookbook Examples
Contributed code examples from O'Reilly Android Cookbook. See #user-content-table README below!
Stars: ✭ 935 (+7691.67%)
Mutual labels:  mobile

Flutter Tutorial by Aviabird

Learn how to start creating a Flutter applications. This repository will be updated as and when we update the tutorial.

The goal of this tutorial is to build a mobile application for AviaCommerce, an open source initiative in E-Commerce .

Contents

  1. Simple Timer App

Set Up

  • Clone the repo and set up project
git clone https://github.com/aviacommerce/flutter-tutorial
  • Open an Emulator
  • Run the application
cd flutter-tutorial
flutter run
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].