Closed nyck33 closed 1 year ago
This don't work
flutter:
uses-material-design: true
assets:
There's a couple changes you need to make in-order to get this to work.
.env
file in the root of your project, see my image below:pubspec.yaml
should read as follows. People commonly get the indentation of assets
wrong here so pay attention to your file.
flutter:
uses-material-design: true
assets:
- .env
If you're still having troubles, check out #72 .
Thanks!
You need a tree diagram in your Readme so right away users know, "oh, that's where it goes".