FLUTTER ECOSYSTEM

GeekyAnts/FlatApp-Firebase-Flutter

GeekyAntsによるFlutterでのFirebaseを活用したFlapアプリ。

FlatApp-Firebase-Flutter のプロジェクト画像
Stars
218
Forks
78
最終プッシュ(UTC)
2026/01/31
プロジェクト状態
公開中
GeekyAnts India Pvt Ltd GitHub avatar
GITHUB Organization

GeekyAnts India Pvt Ltd ↗

Bangalore, India公式サイト ↗
言語DartRubyObjective-CJava

技術トピック

使用している依存関係

依存関係一覧 8 件

ランキング

元の 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
Check out Flutter’s online documentation for help getting start with your Flutter project.