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

31 lines
837 B
Markdown
Raw Normal View History

2019-01-22 20:20:10 +00:00
# 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');