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: 10 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T11:08:03.000Z (over 2 years ago)
- Last Synced: 2025-02-11T18:14:04.306Z (about 1 year ago)
- Language: Dart
- Homepage:
- Size: 396 KB
- Stars: 1
- 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
