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
Rumperuu ceafbb279f Fix typo 2021-03-20 09:43:18 +00: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 Fix typo 2021-03-20 09:43:18 +00: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.)

Looking to discover if the value of spending local can be measured, understood and shown.

This repository contains the mobile application for the LocalSpend system. See also:

Table of Contents

Technology Stack

The mobile app. is written in Dart.

Technology Description Link
Flutter Cross-platform mobile framework Link

Features

This mobile app. provides:

  • user authentication; and
  • transaction logging.

Installation

  1. Install Flutter;
  2. if this is your first Flutter project, install the Flutter SDK;
  3. set up your editor:
  4. add the line flutter.sdk=⟨ path to Flutter SDK ⟩ to the file android/local.properties.

Configuration

App. configuration settings are found in pubspec.yaml.

Build settings are found in the android/ directory, in the build.gradle, gradle.properties and settings.gradle files.

Usage

Development

To activate debugging, add the following import statement:

import 'package:flutter/foundation.dart';

After that, you can generate debugging output using debugPrint().

Production

Run flutter build apk -t lib/main_dev.dart to generate an APK file.

Testing

TODO

Code Formatting

TODO

Documentation

TODO

Acknowledgements

LocalLoop is the result of collaboration between the Small Green Consultancy, Shadowcat Systems, Independent Lancaster and the Ethical Small Traders Association.

License

This project is released under the MIT license.

Contact

Name Link(s)
Mark Keating Email
Michael Hallam Email