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.
Find a file
Felix 2eead22967 general ui stuff
that's about it really
2019-07-15 14:59:09 +01:00
.idea/runConfigurations Added launch icons, added 'home' button to side menu 2019-07-04 16:57:29 +01:00
android -turned off autocorrect on relevant textfields 2019-07-05 13:39:24 +01:00
assets/images -turned off autocorrect on relevant textfields 2019-07-05 13:39:24 +01:00
ios Lots! 2019-07-15 12:09:10 +01:00
lib general ui stuff 2019-07-15 14:59:09 +01:00
test First Commit 2019-01-22 20:20:10 +00:00
.gitignore First Commit 2019-01-22 20:20:10 +00:00
.metadata First Commit 2019-01-22 20:20:10 +00:00
pubspec.lock -turned off autocorrect on relevant textfields 2019-07-05 13:39:24 +01:00
pubspec.yaml -turned off autocorrect on relevant textfields 2019-07-05 13:39:24 +01:00
README.md added changes to login model and start of receipt 2019-05-10 12:43:45 +01:00
To Do List.txt Login screen now looks very sexy 2019-07-09 10:26:33 +01: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:

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