Skip to content

LambdaIITH/ftb_Flutter-CodeBase

Repository files navigation

Flutter_bugs

Flutter bugs made with ♥ by Snoop Dogg when at Lambda

Installation

  • 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.

Getting Started

Guidelines

  • You are not allowed to make any changes to the main.dart file or home.dart .

Bugs

Bug-1,2 :-

Page-1

  • 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.

Expected Behaviour

Bug-3,4,5 :-

Page-2

  • 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?

Expected Behaviour:

Bug-5 :-

Page-3

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?

Expected Behaviour:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published