Get Started Asset
To know
Be careful with asset path if you will change it, otherwise you will get errors.
This is the asset image shown in the get started screen.
- 1- Open the
config.dart
file. - 2- Search for this:
/config/config.dart
static const String getStartedAssetImage = "assets/1.png";
- 3- Change
assets/1.png
with the path of your image.
/config/config.dart
static const String textToShare =
"assets/someOtherImage.png";