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.
Go to file
Felix cf6753363c lots of UI and some improvements to logic 2019-08-21 10:16:46 +01:00
.idea lots of UI and some improvements to logic 2019-08-21 10:16:46 +01:00
android implementing API graphs and getting frustrated at async stuff 2019-07-18 12:05:09 +01:00
assets/images ooops 2019-07-16 11:43:21 +01:00
ios orgs dialog button disables/enables properly 2019-08-20 16:37:32 +01:00
lib lots of UI and some improvements to logic 2019-08-21 10:16:46 +01:00
test testing has commenced 2019-08-19 11:55:09 +01:00
.gitignore First Commit 2019-01-22 20:20:10 +00:00
.metadata First Commit 2019-01-22 20:20:10 +00:00
README.md added changes to login model and start of receipt 2019-05-10 12:43:45 +01:00
pubspec.lock many UI improvements and subtle tweaks 2019-08-20 13:54:45 +01:00
pubspec.yaml many UI improvements and subtle tweaks 2019-08-20 13:54:45 +01:00

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

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');