xpavle00 / Habo

Habo is an open-source habit tracker. Created in a flutter.
https://habo.space
GNU General Public License v3.0
422 stars 63 forks source link

Update overall_statistics_card.dart #43

Closed F4fazil closed 6 months ago

F4fazil commented 6 months ago

By adding the value: value parameter in the OneDayButton widget and passing the value variable that increments from 1 to 40, you can associate these ascending values with the dates generated in your GridView.builder.

Remove Calender By GridView.builder in habit screen to generate 40 buttons in 7 rows.

I have removed the monthly graph to declutter the report and focus on more essential data, optimizing space and improving readability

Remove skip method function from ionbutton because there's no option to skip Namaz.

Change Habo-icon to prayer-Icon and name in splash screen.

Removed two day rule functions.

Change appname Habo to Namaz tracker.

upgrade some packages because some packages are constraint to older version.

When you go to statistics_Screen data automatic added to FirebaseCloud store.

Removed unnecceassary functions and files from project optimizing space and improving readability.