MeetUp
  • Introduction
  • ScreenShots
  • Flutter App
    • Getting Started
    • Directory Structure
    • Change App Name & ID
    • Change App Color theme
    • Firebase Phone Auth
    • Firebase Phone OTP/ SHA1
  • Laravel Admin end
    • Getting Started
    • App API
    • Update & Terminal
    • Forgot Password (Web)
    • Firebase Phone Auth for Forgot Password
    • AI Platforms
  • MeetUp App API
  • Add Firebase To Flutter App
  • Set up reCAPTCHA verification for iOS Firebase Phone Auth
  • FAQs
    • Backend Image not working
    • Firebase: This domain is not authorized
    • AI Generator
  • Change logs
Powered by GitBook
On this page
  • 1. System Requirements
  • 2. Installation

Was this helpful?

  1. Flutter App

Getting Started

PreviousScreenShotsNextDirectory Structure

Last updated 4 years ago

Was this helpful?

1. System Requirements

Based on Flutter requirement. Please select the operating system on which you are installing Flutter

  • Mac OS:

  • Window:

  • Linux:

  • Setup an editor:

2. Installation

To setup MeetUp Flutter app on your system, and sync your app with constant updates, clone the repo or the download folder.

$ git clone projectUrl meetup
$ cd meetup/
$ flutter packages get
$ flutter run

https://flutter.dev/docs/get-started/install/macos
https://flutter.dev/docs/get-started/install/windows
https://flutter.dev/docs/get-started/install/linux
https://flutter.dev/docs/get-started/editor