alinbabu2010 / GreatPlacesApp

A Flutter mobile application to explore native device features and SQLite.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GreatPlacesApp

A Flutter mobile application to explore native device features and SQLite.

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:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Run app

Add secrets.json file to project root with below content

{  
  "MAP_API_KEY" : "YOUR_GOOGLE_MAPS_API_KEY"  
}

Run your project using following command from terminal flutter run --dart-define-from-file=secrets.json

If you are using Android Studio or VS code Configuration file is already added in this repository just run the project using IDE run option.

About

A Flutter mobile application to explore native device features and SQLite.

License:MIT License


Languages

Language:Dart 96.5%Language:Swift 3.0%Language:Kotlin 0.4%Language:Objective-C 0.1%