Dropsource / monarch

Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.
https://monarchapp.io
MIT License
437 stars 22 forks source link

Migrate to null-safety #3

Closed fertrig closed 3 years ago

fertrig commented 3 years ago

We need a couple of dependencies to migrate to null-safety first. These are their issues:

Once both of those issues are resolved, we can migrate the monarch package.

fertrig commented 3 years ago

The dependencies above are migrated. Working on migrating the monarch code to null safety.

princestha commented 3 years ago

Just waiting for this to push so that I can start to utilize this. When are you expecting this to be ready?

Thank you

fertrig commented 3 years ago

Working on it as we speak. I will post an update in a few hours.

fertrig commented 3 years ago

Done! You can find the details here: https://monarchapp.io/blog/version_0.3.6

Let me know how it goes.