Kavigai is a mobile application developed using Flutter and Firebase, leveraging Flutter's robust UI toolkit for building natively compiled applications across multiple platforms from a single codebase. The integration of Firebase provides backend services such as real-time databases, authentication, cloud storage, and analytics, enabling Kavigai to offer a seamless and scalable user experience.
- Flutter SDK Download
- Android Studio SDK Download
- Firebase - Firestore CLI connection
- App bar - Menu Drawer - Bottom Navigator
Intro Page to Home page Navigate
onTap: () => Navigator.pushReplacement(
context,
MaterialPageRoute(
builder: (context) {
return const HomeScreen();
- Goal Creation - Goal Save - Goal Update - Goal Delete
Goal crud operations
- Slider option - To make the process easy for the users to save all changes at a time
- database - To save and retrieve the data from the firestore database
Slider option
firestore database save