random_cat_generator
1.0.0

This very basic Dart/Flutter project demonstrates the use of clean architecture to build a full stack application.
Users can use this application as a reference to strengthen their skills around designing apps with a clean architecture and wirting code using the SOLID design principles.
The code is mainly Dart (core business logic) with bits of Flutter (which you can swap with a UI library of your choice).
Clean architecture by Uncle Bob.
Youtube tutorials by Reso Coder.