GeekyAnts/FlatApp-Firebase-Flutter
GeekyAnts가 Flutter로 Firebase를 사용한 플랩 앱.
- Stars
- 218
- Forks
- 78
- 최근 푸시(UTC)
- 2026. 1. 31.
- 프로젝트 상태
- 활성
기술 주제
사용 중인 의존성
의존성 목록 8 개
- flutter
{"sdk":"flutter"} - flutter_test개발 의존성
{"sdk":"flutter"} - image_picker개발 의존성
0.1.1 - google_sign_in개발 의존성
0.3.1 - firebase_analytics개발 의존성
0.0.4 - firebase_auth개발 의존성
0.1.1 - firebase_database개발 의존성
0.0.12 - firebase_storage개발 의존성
0.0.5
순위
원본 README
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
README 펼치기 / 접기
FlatApp-Firebase-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 is integrated with Firebase for user authentication and contains all the basic features that are required to build an amazing Flutter app.
Demo
Demo
Features
- Form Validation
- Firebase Authentication
About
Flutter app with Firebase integration by GeekyAnts.
For Flutter development and mobile engineering, contact us.
Getting Started
Note: Make sure your Flutter environment is setup.
Installation
In the command terminal, run the following commands:
$ git clone git@github.com:GeekyAnts/FlatApp-Firebase-Flutter.git
$ cd FlatApp-Firebase-Flutter/
Setup Flutter Firebase integration
Check out the documentation to setup Flutter Firebase integration.
For Android
In android/app folder add your google-service.json.
For iOS
In ios/Runner folder add your GoogleService-Info.plist.
Start your Flutter project by running the command:
$ 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