Skip to content

A simple Flutter "Hello World" demo application. One codebase written in Dart for many platforms.

License

Notifications You must be signed in to change notification settings

scottgriv/flutter-mobile_app_demo

Repository files navigation


Flutter Badge
GitHub Badge Email Badge BuyMeACoffee Badge
Bronze


Flutter Mobile App Demo

A simple Flutter "Hello World" demo application. One codebase written in Dart for many platforms.

  • Demonstrates Flutter's ability to create a single codebase for iOS, Android, MacOS, and Web.
One codebase works for...

iOS!

Android!

MacOS!

Web...and more!

Table of Contents

Getting Started

Important

Before beginning, make sure you install Flutter and Dart on your machine. Also, install Xcode and Android Studio to run the app on iOS and Android simulators.

  1. Clone the repo.
git clone https://github.com/scottgriv/flutter-mobile_app_demo.git
  1. Install Flutter and Dart:
brew install flutter
brew install dart
  1. Install Xcode and Android Studio
brew install --cask xcode
brew install --cask android-studio
  1. Run Flutter Doctor to check for any issues
flutter doctor
  1. Run the app
flutter run

Tip

You may need to rename the base folder from "flutter-mobileapp_demo" to "flutter_mobile_app_demo" to avoid any issues with the Flutter CLI. Flutter doesn't like the hyphens...**_but I do.**

Resources

License

This project is released under the terms of The Unlicense, which allows you to use, modify, and distribute the code as you see fit.

  • The Unlicense removes traditional copyright restrictions, giving you the freedom to use the code in any way you choose.
  • For more details, see the LICENSE file in this repository.

Credits

Author: Scott Grivner
Email: scott.grivner@gmail.com
Website: scottgrivner.dev
Reference: Main Branch