flutter-app-showcase
flutter-app-showcase copied to clipboard
This repository showcases a Flutter project that implements Clean Architecture, Clean Code, and MVP pattern. It serves as a starting point for developers to learn about these concepts in Flutter, and...
Results
1
flutter-app-showcase issues
Sort by
recently updated
recently updated
newest added
trafficstars
Changes the ``` Bad:getBalances(true,"1283184"), Bad:getBalances(id: "1283184", refresh: true) ``` to ``` Bad: getBalances(true, "1283184"), Good: getBalances(id: "1283184", refresh: true) ```