Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denver-code/stuff_accounting
Want to know what do you have at home? We have a solution!
https://github.com/denver-code/stuff_accounting
Last synced: 3 days ago
JSON representation
Want to know what do you have at home? We have a solution!
- Host: GitHub
- URL: https://github.com/denver-code/stuff_accounting
- Owner: denver-code
- Created: 2023-04-09T23:43:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T11:08:03.000Z (over 1 year ago)
- Last Synced: 2023-09-30T23:03:58.942Z (over 1 year ago)
- Language: Dart
- Homepage:
- Size: 396 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stuff Accounting
**Description**
soon**What you can do now?**
- add new items by UPC
- add new own items
- delete items
- export collection to json
- import collection from json
-**What do I want to add in the future?**
soon## Run Noto on your device from source code
> [!NOTE]
> For start confirm flutter instalation on your machine.
``` Bash
$ git clone https://github.com/denver-code/stuff_accounting
$ cd stuff_accounting
$ flutter pub get
$ flutter run --release
```
## Build an APK
> [!NOTE]
> For start confirm flutter instalation on your machine.
``` Bash
$ git clone https://github.com/denver-code/stuff_accounting
$ cd stuff_accounting
$ flutter pub get
$ flutter build apk --split-per-abi
```
This commands results in three APK files:
```
[project]/build/app/outputs/apk/release/app-armeabi-v7a-release.apk
[project]/build/app/outputs/apk/release/app-arm64-v8a-release.apk
[project]/build/app/outputs/apk/release/app-x86_64-release.apk
```## Screenshot
![Main screen](pictures/IMG_2295.PNG)