Merge branch 'development' into fix/update
This commit is contained in:
commit
5f53932995
1 changed files with 30 additions and 14 deletions
44
README.md
44
README.md
|
@ -1,10 +1,33 @@
|
|||
# local_spend
|
||||
# LocalSpend Mobile App.
|
||||
|
||||
Local Spend Tracker
|
||||
This repo. contains the mobile application for use with the LocalSpend system,
|
||||
using Flutter.
|
||||
|
||||
## Getting Started
|
||||
|
||||
This project is a starting point for a Flutter application.
|
||||
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)
|
||||
1. If this is your first Flutter project, install the [Flutter SDK](https://flutter.dev/docs/get-started/test-drive)
|
||||
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');
|
||||
```
|
||||
|
||||
## Further Reading
|
||||
|
||||
A few resources to get you started if this is your first Flutter project:
|
||||
|
||||
|
@ -15,17 +38,10 @@ 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.
|
||||
|
||||
## Environments
|
||||
|
||||
To build an apk from dev, use:
|
||||
flutter build apk -t lib/main_dev.dart
|
||||
|
||||
## Links and Things
|
||||
|
||||
https://github.com/putraxor/flutter-login-ui
|
||||
https://github.com/pbirdsall/medium_splash_tokenauth
|
||||
|
||||
## How to debug code
|
||||
// debug
|
||||
import 'package:flutter/foundation.dart';
|
||||
debugPrint('$foo');
|
||||
Related repos:
|
||||
|
||||
- [`Pear-Trading/FoodLoop-Web`](https://github.com/Pear-Trading/FoodLoop-Web)
|
||||
- [`Pear-Trading/Foodloop-Server`](https://github.com/Pear-Trading/Foodloop-Server)
|
Reference in a new issue