Submitted almost 3 years agoA solution to the Job listings with filtering challenge
Mobile first design using Flutter
flutter
@0-BSCode

Solution retrospective
I decided to do this challenge to improve my state management skills with Flutter. I was able to learn a lot about solutions to state management in Flutter and the one that I like using the most is Flutter provider. With that said, I do still have a few questions:
- What are methods to accomplish responsive design in Flutter? Currently, I use a provider to determine the root size of elements in the UI based on the device width. Is this an expensive method or is it good practice?
- How to work with SVG images in Flutter? From what I read, the current solution is to use flutter_svg but when I tried importing the images the background color was broken. My workaround for this was to convert all the svg's to png's and importing the png's instead, but I was hoping that I could work with svg's directly.
Any and all feedback would be greatly appreciated! Really enjoy learning things like these. Cheers🎉
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Bryan Sanchez's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord