[NB - clone of https://github.com/Pear-Trading/LocalSpend-Tracker, no longer mirroring]
https://bengoldsworthy.net/portfolio/programs/localloop/
203d375aa4
Merge `felix/main` branch into `development`, whilst also updating it |
||
---|---|---|
.idea | ||
android | ||
assets | ||
ios | ||
lib | ||
test | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md |
LocalSpend Mobile App.
This repo. contains the mobile application for use with the LocalSpend system, using Flutter.
Getting Started
Follow these steps to get the project up-and-running:
- Install Flutter
- Set up your editor
- If this is your first Flutter project, install the Flutter SDK
- Add the line
flutter.sdk=⟨ path to Flutter SDK ⟩
to the fileandroud/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:
For help getting started with Flutter, view our online documentation, 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
Related repos: