Hi! It's a getX-based spice measuring application. For everyday life or work, it will be your faithful companion. If you've always wanted to store seasoning recipe for your meat products on your mobile, this app is for you.
Dependencies |
---|
Cupertino icons Get Get storage Sizer Hive Hive flutter UUID Flutter unicons URL launcher Dotted border Animate do File picker Permission handler |
More info about the dep. list in pubspec.yaml |
supported android versions: from 9 upwards
- Data is local stored with HiveDB on your phone
- Mechanical theme changer (light/dark)
- Languages support
- Export and import data in JSON
For an overview of the structure, let's take the first meat product with an index of zero as an example. The product is in the quick access and contains a spice:
"0": {
"name of product": "Sausage",
"quantity of product": 0.9,
"spices of product": [
{
"index of spice": "75986430-2bc0-11ed-9416-796defe7cff8",
"name of spice": "dried sage",
"quantity": 0.0015
},
],
"is it in quick access": true
},
If you want to improve it, fork it and send a Pull request.
Be a Contributor!
In case of a bug, write a short description in Issues. Thanks!
This project is licensed under the MIT License