Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 700 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 700 Bytes

DreamNote

DreamNote is an app which is designed for noting your dreams!
But why would i want to do that?
There are probably some good reasons for that. You tell me.

How can this app be useful to other flutter developers?

In the app there are many examples of using flutter_bloc to maintain the state of the app, including but not limited to:

  • Changing app's primary color
  • Changing app's onPrimary color
  • Changing app's brightness mode
    All of the above is happening "on the fly" ^^^
  • Example of using hydrated_bloc

What else about project?

Not much at the moment but there is always something to learn and implement. Which leads to:

What are the plans?