lewiseman / easy_dashboard

A flutter package for easy dashboard navigations 🧑🏻‍🦯
MIT License
10 stars 6 forks source link

Example code broken #6

Closed teixeirazeus closed 1 year ago

teixeirazeus commented 1 year ago

Hello, I believe the example code is broken. In one of the last commits https://github.com/lewiseman/easy_dashboard/commit/81d51e9c0a411e8c5971096312d6979b28d9508f , some changes were added.

example/lib/main.dart EasyAppController to EasyController. But EasyController is not define. I believe they are the same classes. It was just a name refactoring.

example/lib/flat_example/flat.dart Easy.flat is not define. I couldn't find it in the code.

lewiseman commented 1 year ago

Yeah this is true , sorry for that , i will try and fix it this week @teixeirazeus

lewiseman commented 1 year ago

i have merged the pull request