Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted almost 3 years ago

Mobile first design using Flutter

flutter
Bryan Sanchez•590
@0-BSCode
A solution to the Job listings with filtering challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

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:

  1. 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?
  2. 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 GitHub

Community 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
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License