[NB - clone of https://github.com/Pear-Trading/LocalSpend-Tracker, no longer mirroring]
https://bengoldsworthy.net/portfolio/programs/localloop/
.idea/runConfigurations | ||
android | ||
assets/images | ||
ios | ||
lib | ||
test | ||
.gitignore | ||
.metadata | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md |
local_spend
Local Spend Tracker
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, view our online documentation, 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');