A Flutter application designed to help users explore and monitor school meal programs, with a focus on nutrition tracking and menu information.
- Browse through a list of top schools serving quality meals
- View school ratings and scores
- Select schools from a dropdown menu
- Access detailed school information
- View detailed nutrition information for each school
- Interactive bar charts showing:
- Protein content
- Carbohydrates
- Fats
- Vitamins
- Minerals
- Color-coded nutrition indicators
- Percentage-based nutrition scores
- View daily meal menus
- See meal schedules
- Access ingredient information
- View meal calories
- Check serving times
- Personal information management
- Contact details
- School association
- Profile customization
-
Ensure you have Flutter installed on your system
-
Clone the repository: bash git clone [repository-url]
-
Navigate to the project directory: bash cd byteapp
-
Install dependencies: bash flutter pub get
-
Run the app: bash flutter run
- flutter/material.dart
- fl_chart: For nutrition data visualization
- dart:async: For timer functionality
lib/ ├── main.dart # Main application file ├── assets/ ├── images/ # Image assets ├── alex_johnson.jpg # Profile image
- Home Screen
- View featured schools
- Check school ratings
- Select a school from the dropdown
- Nutrition Information
- Click "Find School" to view nutrition details
- View nutrition charts and percentages
- Check caterer information and ratings
- Menu View
- Access through bottom navigation
- View daily meal schedules
- Profile
- Access through profile icon
- View and manage personal information
- Primary Color: Color(0xff2b6f7c) - Teal
- Secondary Color: Color(0xff9acfd8) - Light Teal
- Background: White
- Text: Black
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
- Flutter team for the amazing framework
- fl_chart package for chart visualization
- All contributors and testers
For any queries or support, please contact [rudrakshkumar11@gmail.com]