A new Flutter project.
FlutterFlow projects are built to run on the Flutter stable release.
This is a FlutterFlow-built Project Manager App with the following components:
- Supports user login and signup via email.
- Users can create projects directly on the main page.
- Each project listed on the main page is clickable, allowing users to navigate to the "Project Details" page.
- Users can create Milestone plans and associate tasks with them.
- Tasks are categorized into two sections: "not completed" and "completed."
- Upon checking the checkbox, the task transitions from the "not completed" section to the "completed" section.
- The Milestone plan provides a summary of task counts and the number of completed tasks.
- Project creators have the ability to add or remove project members, who can access both the projects and their details.
- All sections, including the due_date, are integrated seamlessly.