A web and mobile app that helps you improve sleep quality by suggesting times to wake and sleep at, based on sleep cycles. Inspired by https://sleepyti.me/
Made on flare by 2Dimensions, available here.. Assets used in animation are available in assets/
-
https://stackoverflow.com/questions/51195114/flutter-persistent-state-between-pages
-
sharing data. A mix of sending and recieving was used.
-
When ou have to pass a function which has params you have to pass, instead of nesting another function inside it, do this(example):
() => funk(param1, param2, ..)
// in use
onClick: () => funk(param1, param2, ..)
-
You change the state, it will cause the widget to be rebuilt
-
Flaticon for icons