NesaByte / Maslow-Fulfilled

"A Theory of Human Motivation" : Maslow’s theory encompasses his observations and ideas on human needs and motivation.
MIT License
8 stars 3 forks source link

Read from JSON and display results in the Calendar #1

Closed NesaByte closed 3 years ago

NesaByte commented 3 years ago

Current App:

The lib/calendar.dart data's values are hardcoded. image image

Changes needed:

We want to extract the values from the lib/json_data.dart and display the values in our calendar.

How to do this:

Make a map to read json and extract data.

NesaByte commented 3 years ago

fixed this at -> commit - 99f67ac2