Flutter bugs made with ♥ by Snoop Dogg when at Lambda
- Clone the Repo.
git clone https://github.com/DikshantK2004/Flutter_bugs
- To install the dependencies, run the following command in the terminal.
flutter pub get
Then, run the project to find the bugs.
- You are not allowed to make any changes to the
main.dart
file orhome.dart
.
- The popup menus are not working as expected.
- Note that the TimeSlot must be fetched from home page only.
Hint: How do you update the UI State? Try to change where can you fetch TimeSlot's initial value.
- There is a lot of extra space when the all notifications are not visible.(checkout expected behaviour)
- Why are the clicks not working?
Hint: Where is the space even coming from? Why is it only in case of invisibility?
The page navigation is not working as expected. Pressing the back button should take the user to the home page where a back press should exit the app.
Hint: Have you worked with stacks before?