This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
LocalSpend-Tracker/README.md

47 lines
1.4 KiB
Markdown
Raw Normal View History

2020-07-29 14:11:33 +00:00
# LocalSpend Mobile App.
2019-01-22 20:20:10 +00:00
2020-07-29 14:11:33 +00:00
This repo. contains the mobile application for use with the LocalSpend system,
using Flutter.
2019-01-22 20:20:10 +00:00
## Getting Started
2020-07-29 14:11:33 +00:00
Follow these steps to get the project up-and-running:
1. Install [Flutter](https://flutter.dev/docs/get-started/install)
1. Set up [your editor](https://flutter.dev/docs/get-started/editor)
2020-07-29 14:12:00 +00:00
1. If this is your first Flutter project, install the [Flutter SDK](https://flutter.dev/docs/get-started/test-drive)
2020-07-29 14:11:33 +00:00
1. Add the line `flutter.sdk=⟨ path to Flutter SDK ⟩` to the file `androud/local.properties`
## Building
To build an apk from dev, use:
```
flutter build apk -t lib/main_dev.dart
```
## Debugging
```
// debug
import 'package:flutter/foundation.dart';
debugPrint('$foo');
```
2020-07-29 14:11:33 +00:00
## Further Reading
2019-01-22 20:20:10 +00:00
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.io/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.io/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.io/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
https://github.com/putraxor/flutter-login-ui
https://github.com/pbirdsall/medium_splash_tokenauth
2020-07-29 14:11:33 +00:00
Related repos:
- [`Pear-Trading/FoodLoop-Web`](https://github.com/Pear-Trading/FoodLoop-Web)
- [`Pear-Trading/Foodloop-Server`](https://github.com/Pear-Trading/Foodloop-Server)