это мой pubspec.yaml
Код: Выделить всё
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- images/
- gif/
и я загружаю такие изображения
р>
Код: Выделить всё
child: Image(image: AssetImage("/images/abc.jpg"),
or
child: Image(image: AssetImage("/gif/abc.gif"),
В папке Android есть каталога ресурсов также нет.
Мне надоело очищать флаттер и создавать флаттер., но безуспешно.
Подробнее здесь: https://stackoverflow.com/questions/726 ... roid-build
Мобильная версия