theexidge / routinger

Routinger is a task scheduler app that is made to make you a better person at no extra cost. The code is open-source. Dart language and Flutter framework are used extensively.
GNU Affero General Public License v3.0
28 stars 22 forks source link

BUG: Tasks not displaying when added #36

Open HassanTeslim007 opened 11 months ago

HassanTeslim007 commented 11 months ago

Describe the bug The tasks are stored in the provider and DB but are not displaying in the expansion tile

To Reproduce Steps to reproduce the behaviour:

  1. Click the FAB on the home page
  2. Fill a new task and select to do
  3. Click on add task

Expected behaviour Logs in the console shows the task is in the DB and provider but isn't displayed in the home when the expansion tile is clicked

Screenshots

Additional context Add any other context about the problem here.

Ways to solve it [OPTIONAL]. If you have a way to tackle the issue. You can suggest it here. Try to summarise as much information as possible. Try not to make this part huge.

Ideas about why this is happening I think it is related to the UI. An expansion panel is used and it doesn't seem to toggle.

Perumallpardhiv commented 10 months ago

@HassanTeslim007 I want to work on this issue. Could you assign this to me?

Kushalrock commented 10 months ago

Sure @Perumallpardhiv. I will assign this to you

Perumallpardhiv commented 10 months ago

@Kushalrock That's great!!! Can I start working on this issue then?

Kushalrock commented 10 months ago

@Perumallpardhiv Yes you can

Perumallpardhiv commented 10 months ago

@Kushalrock Solved this bug #38 Check It Out

code-predi commented 8 months ago

hey, is this issue still open to work on ?