Project for portfolio using API.
- http: library for making HTTP requests.
- geolocator: a Flutter geolocation plugin which provides easy access to platform specific location services.
- geocoding: a Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features.
- lottie: lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile.
Using basic clean architecture, for organization of code. So, the folders are:
- Page: this folder is responsible for organize the UI.
- Model: this folder is responsible for organize the data's.
- Services: this folder is responsible for organize the services of methods in API Weather.