A super simple, but absolutely, wondrous beauty of an app showcasing real time, geo location based weather data with Flutter & Dart.
Confused about where the src stuff is? Don't you worry, it's all in the lib folder 📁
- In there, you will find bloc for state management & screens for the
home_screenwidget as the meat n' potatoes of the entire UI.
If you are confused, that's ok! I was too until I actually wrote some code. So get to reading scoundrel! 😎📖
A lil documentation never hurt anyone A documentation a day keeps the PM away... At least I think that's how it goes? 🤔
This project was a lot of fun to make and taught me a good bit more about Flutter & Dart. It also felt super familiar working with 3rd party APIs like I'm used to with JavaScript and other langs. Bloc felt super easy to use as well and made passing state around a breeze. I definitely recommend giving it a go in your own app(s)!
For my future self:
- Take a look at implementing custom search feature to look up any location and return data separate from the devices location
- Take a look at adding saving feature & a page to go along with it for quick n' easy real-time viewing
- Change some styling to fit a theme I like more than purple and orange
- Take a look into refactoring some of the copied
Row()elements and dynamically load them by instantiating a class object with props --> Should be easy as only icons, text, and data change 🤷♂️
Whelp, that's all for now folks! Hope you enjoyed the short read, the project, and feel more confident in your own ability to make cool stuff! Cya in the aether 🙃
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.



