Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.85 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.85 KB

Kavigai App | Front-end development

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.

Requirements

  • Flutter SDK Download
  • Android Studio SDK Download
  • Firebase - Firestore CLI connection

Home Page

  • App bar - Menu Drawer - Bottom Navigator

Intro Page to Home page Navigate

              onTap: () => Navigator.pushReplacement(
                context,
                MaterialPageRoute(
                  builder: (context) {
                    return const HomeScreen();
Screenshot 2024-08-29 at 2 42 24 AM

Goal Page - CRUD Operation

  • Goal Creation - Goal Save - Goal Update - Goal Delete

Goal crud operations

Screenshot 2024-08-29 at 2 50 24 AM

Firebase Database

  • 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

Screenshot 2024-08-29 at 2 57 29 AM

firestore database save

Screenshot 2024-08-29 at 3 01 00 AM

Reference