31 lines
No EOL
837 B
Markdown
31 lines
No EOL
837 B
Markdown
# 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:
|
|
|
|
- [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.
|
|
|
|
## 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'); |