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
Tom Bloor 203d375aa4
Merge pull request #9 from Pear-Trading/fix/update
Merge `felix/main` branch into `development`, whilst also updating it
2020-08-05 14:04:43 +01:00
.idea lots of UI and some improvements to logic 2019-08-21 10:16:46 +01:00
android Upgrade to AndroidX 2020-07-29 21:47:40 +01:00
assets Maps, optimization, testing, code cleanup 2019-09-02 12:57:14 +01:00
ios about page 2019-09-02 17:12:19 +01:00
lib about page 2019-09-02 17:12:19 +01:00
test Code is B-E-A-U-TIFUL! All complies to standards. 2019-08-21 14:53:52 +01:00
.gitignore Code is B-E-A-U-TIFUL! All complies to standards. 2019-08-21 14:53:52 +01:00
.metadata First Commit 2019-01-22 20:20:10 +00:00
README.md Merge branch 'development' into fix/update 2020-07-29 21:55:02 +01:00
analysis_options.yaml Code is B-E-A-U-TIFUL! All complies to standards. 2019-08-21 14:53:52 +01:00
pubspec.lock Upgrade resolvable dependencies 2020-07-29 21:48:40 +01:00
pubspec.yaml Upgrade resolvable dependencies 2020-07-29 21:48:40 +01:00

README.md

LocalSpend Mobile App.

This repo. contains the mobile application for use with the LocalSpend system, using Flutter.

Getting Started

Follow these steps to get the project up-and-running:

  1. Install Flutter
  2. Set up your editor
    1. If this is your first Flutter project, install the Flutter SDK
  3. Add the line flutter.sdk=⟨ path to Flutter SDK ⟩ to the file androud/local.properties

Building

To build an apk from dev, use:

flutter build apk -t lib/main_dev.dart

Debugging

// debug
import 'package:flutter/foundation.dart';
debugPrint('$foo');

Further Reading

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.

https://github.com/putraxor/flutter-login-ui https://github.com/pbirdsall/medium_splash_tokenauth

Related repos: