All Projects → GeekyAnts → Flatapp Flutter

GeekyAnts / Flatapp Flutter

Flap App in Flutter by GeekyAnts.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flatapp Flutter

Orgzly Android
Outliner for taking notes and managing to-do lists
Stars: ✭ 2,042 (+1122.75%)
Mutual labels:  mobile
Telegram Kraken Bot
Python bot to trade on Kraken via Telegram
Stars: ✭ 156 (-6.59%)
Mutual labels:  mobile
Rsbind
Tools for building mobile applications in Rust.
Stars: ✭ 160 (-4.19%)
Mutual labels:  mobile
Uiwidgets
UIWidget is a Unity Package which helps developers to create, debug and deploy efficient, cross-platform Apps.
Stars: ✭ 1,901 (+1038.32%)
Mutual labels:  mobile
Texture Compressor
CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in a KTX container.
Stars: ✭ 156 (-6.59%)
Mutual labels:  mobile
Vimo
A H5 Platform Based On Vue2.x
Stars: ✭ 157 (-5.99%)
Mutual labels:  mobile
Pul
PÜL - A carpooling app designed for students to help each other get more involved in their community.
Stars: ✭ 152 (-8.98%)
Mutual labels:  mobile
Facenet mtcnn to mobile
convert facenet and mtcnn models from tensorflow to tensorflow lite and coreml (使用 TFLite 将 FaceNet 和 MTCNN 移植到移动端)
Stars: ✭ 166 (-0.6%)
Mutual labels:  mobile
Fxgl
Stars: ✭ 2,378 (+1323.95%)
Mutual labels:  mobile
Motion Sense
MotionSense Dataset for Human Activity and Attribute Recognition ( time-series data generated by smartphone's sensors: accelerometer and gyroscope)
Stars: ✭ 159 (-4.79%)
Mutual labels:  mobile
Picodeploy
Deploy Pico-8 Carts as Standalone Applications on Desktop 🖥️(Electron) and Mobile 📱(Ionic) 📦👾
Stars: ✭ 153 (-8.38%)
Mutual labels:  mobile
Audio recorder
Stars: ✭ 156 (-6.59%)
Mutual labels:  mobile
Framework
The Aurelia 1 framework entry point, bringing together all the required sub-modules of Aurelia.
Stars: ✭ 11,672 (+6889.22%)
Mutual labels:  mobile
Gwt Polymer Elements
Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Stars: ✭ 153 (-8.38%)
Mutual labels:  mobile
Mobile Toolkit
📱 Shell scripts for Android and iOS device management
Stars: ✭ 161 (-3.59%)
Mutual labels:  mobile
Ymple Ecommerce
Node js E-commerce Framework powered with Sails.js & Node.js as an Ecommerce Platform Shop Solution
Stars: ✭ 152 (-8.98%)
Mutual labels:  mobile
Surfgear
Gear for safe Surf in Flutter
Stars: ✭ 156 (-6.59%)
Mutual labels:  mobile
Flutter Grpc Tutorial
[Tutorial] Asynchronous Flutter chat client with Go chat server which are powered by gRPC (simple and streaming)
Stars: ✭ 167 (+0%)
Mutual labels:  mobile
Ws Scrcpy
Web client prototype for scrcpy.
Stars: ✭ 164 (-1.8%)
Mutual labels:  mobile
Expand
DevExpress XAF extension framework. 𝗹𝗶𝗻𝗸𝗲𝗱𝗶𝗻.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺, 𝘆𝗼𝘂𝘁𝘂𝗯𝗲.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺 and 𝘁𝘄𝗶𝘁𝘁𝗲𝗿 @𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 and or simply 𝗦𝘁𝗮𝗿/𝘄𝗮𝘁𝗰𝗵 this repository and get notified from 𝗚𝗶𝘁𝗛𝘂𝗯
Stars: ✭ 158 (-5.39%)
Mutual labels:  mobile

FlatApp-Flutter

A new open-source Flutter project from GeekyAnts that enables the developer to quickly get started with the Flutter application development. We have recreated a few screens of our famous React Native Starter Kit in Flutter!

This project contains the basic features that are required to build an amazing Flutter application.

Demo

Demo

Getting Started

Note: Make sure your Flutter environment is setup.

Installation

In the command terminal, run the following commands:

$ git clone [email protected]:GeekyAnts/FlatApp-Flutter.git
$ cd FlatApp-Flutter/
$ flutter run

Simulate for iOS

Method One

Open the project in Xcode from ios/Runner.xcodeproj.
Hit the play button.

Method Two

Run the following command in your terminal.
$ open -a Simulator
$ flutter run

Simulate for Android

Make sure you have an Android emulator installed and running.
Run the following command in your terminal.
$ flutter run
Check out Flutter’s online documentation for help getting start with your Flutter project.
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].