** This is a simple GPS app that created for take the current GPS status **
To run this flutter application -
1. Update your flutter to the latest version (1.12) using flutter upgrade.
2. Clone this repository to your local machine.
3. Open project in Android studio or Visual studio code.
4. Run flutter packages get
command in terminal.
5. Plug your android phone and enable usb debugging. (Install google usb driver if necessary)
6. Run flutter run
command in terminal.
Any contributions to this repository are warmly welcome :)