TheAlphaApp / flutter_riverpod_todo_app

An elegant todo app with some advanced features.
MIT License
131 stars 24 forks source link

Dark mode image fix #18

Closed Erengun closed 6 months ago

Erengun commented 6 months ago

Resolves #12

Hi there,

I really enjoyed using your app and appreciate its clean UI and efficient use of Riverpod. In this PR, I've made a small enhancement by replacing the empty_dark.png and empty_light.png files with a single PNG image. Additionally, I've introduced an Assets class to manage assets more efficiently, allowing for easier maintenance and future additions. Feel free to leverage this class for any upcoming asset management needs.

Thanks!

Erengun commented 6 months ago

Screenshots

Screenshot Light ![Screenshot_1710920580](https://github.com/TheAlphaApp/flutter_riverpod_todo_app/assets/70534390/38924990-de89-4a84-9a55-235f1c770d3a)
Screenshot Dark ![Screenshot_1710920549](https://github.com/TheAlphaApp/flutter_riverpod_todo_app/assets/70534390/32db76fb-487d-440e-917b-69261f131e73)
TheAlphaApp commented 6 months ago

Thank you.