Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tranhuycong/flutter-starter-getx
https://github.com/tranhuycong/flutter-starter-getx
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tranhuycong/flutter-starter-getx
- Owner: tranhuycong
- Created: 2022-09-06T06:57:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T03:21:11.000Z (over 2 years ago)
- Last Synced: 2024-11-08T05:33:17.585Z (3 months ago)
- Language: Dart
- Size: 18.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Starter Kit
The flutter starter project with Getx uses clean architecture for building production-level apps.
A starter kit for Flutter that helps you bootstrap projects with all the essential modules like State Management, API calls, etc. It helps you build production ready apps in a jiffy. Handle everything at one place so you don't have to rewrite code.### Feature:
- Module to interact with API
- Multi-environment: development, staging, and production
- Multi-language
- Automatically navigate the home screen or login screen
- Module to interact with API
- Simplified code easy to apply to different projects
- Functional Organizational Structure## Demo
## File Structure
[Project preview](https://github1s.com/tranhuycong/flutter-starter-getx)## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.