A cross platform mobile application developed in flutter
Read Time:1 Minute, 1 Second

A cross platform mobile application developed in flutter

0 0
A cross platform mobile application developed in flutter

A cross platform mobile application developed in flutter

A cross platform mobile application 📱 developed in flutter to keep track of daily calorie needs. The calories required are calculated using BMI for which the inputs are taken from the user 🙇 and stored in the database. The application is integrated with pedometer to keep count of number of steps taken by the user 🚶 which helps to determine the calories burnt.

Features

  • The application uses Vision API to determine the food item 🍕 from the picture which can be either taken from the phone camera or can be selected from the Gallery.
  • The JSON response recieved from the Vision API containing the name of the food item is cross referenced with the nutritionix database 📄 to get the nutritional facts.
  • For each 20 steps 🐾 counted by pedometer we deduct one calorie from the number of calories consumed by the user per day.

Screenshots

A cross platform mobile application developed in flutter

Techstacks Used

A cross platform mobile application developed in flutter

Running the application

To run the app on Android device please run the following command:

flutter build apk --no-sound-null-safety

To run the app on iOS device please run the following command:

flutter build ipa --no-sound-null-safety

To run the app on Web device please run the following command:

flutter build web--no-sound-null-safety

GitHub

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior Travel application ui made with flutter
Entrada siguiente A banking app built with flutter