Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 395 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 395 Bytes

Flutter starter project using Provider and get_it Dependency Injection

This is a starter project for building apps with the Provider state management framework. Instead of using the default dependency injection Provider uses, we are using get_it.

The layout and sample build is based off this guide.