Flutter Shopping App prototype: Lessons learned
Some insights on how to implement a production-quality app using Dart + Flutter
Recently, I received a task to build a shopping app prototype using Dart + Flutter. The main requirements were to use the real-world e-commerce API of free choice, implement lazy products’ loading and caching, and build products and their details page…