alessandroaime / Weather

A weather app built to learn how to use Canvas and Animation in Flutter.
MIT License
154 stars 34 forks source link

updates libraries verion to meet dart 2.1 #3

Closed ariedov closed 6 years ago

ariedov commented 6 years ago

Hello! I have to say that I admire your work here and will learn a lot from your code.

Here I've updated the dependencies and changed location getter to method call to make the app build and successfully run on flutter 0.7.3.

alessandroaime commented 6 years ago

Hei @ariedov, thanks for the contribution. It's been a while since I wrote this POC, mostly to learn about Animation and CustomPainter, and I'm glad someone still finds it useful.

This can be definitely a starting point for more, so feel free to fork it and build something around. Most likely it requires some refactoring to follow good design-patterns and similar. I've been busy with other projects lately so I haven't been able to do it myself but you're more than welcome to contribute if you feel like.

Happy coding!