Skip to content

vellt/GetX-Spice-Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spice

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.

visitors Web 1280 – 1 License Web 1280 – 1

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

Download 📲

Android v1.3.7

supported android versions: from 9 upwards

Major features ⭐

  • Data is local stored with HiveDB on your phone
  • Mechanical theme changer (light/dark)
  • Languages support
  • Export and import data in JSON

Products data structure

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
},

Pull request

If you want to improve it, fork it and send a Pull request.
Be a Contributor!

Issues 🪲

In case of a bug, write a short description in Issues. Thanks!

License

This project is licensed under the MIT License

Project preview 📸

01 02 03 04 05