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:
- the Web application; and
- the server.
- Tech Stack
- Features
- Installation
- Configuration
- Usage
- Testing
- Code Formatting
- Documentation
- Acknowledgments
- License
- Contact
The mobile app. is written in Dart.
Technology | Description | Link |
---|---|---|
Flutter | Cross-platform mobile framework | Link |
This mobile app. provides:
- user authentication; and
- transaction logging.
- Install Flutter;
- if this is your first Flutter project, install the Flutter SDK;
- set up your editor:
- we recommend using Android Studio.
- add the line
flutter.sdk=⟨ path to Flutter SDK ⟩
to the fileandroid/local.properties
.
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.
To activate debugging, add the following import statement:
import 'package:flutter/foundation.dart';
After that, you can generate debugging output using debugPrint()
.
Run flutter build apk -t lib/main_dev.dart
to generate an APK file.
TODO
TODO
TODO
LocalLoop is the result of collaboration between the Small Green Consultancy, Shadowcat Systems, Independent Lancaster and the Ethical Small Traders Association.
This project is released under the MIT license.
Name | Link(s) |
---|---|
Mark Keating | |
Michael Hallam |