Open bi-samson opened 4 years ago
Tried adding this in Appbar but didn't work. https://flutter.dev/docs/development/ui/assets-and-images
home: Scaffold(
appBar: AppBar(
backgroundColor: Colors.white,
title: Row(
mainAxisAlignment: MainAxisAlignment.start,
children: <Widget>[
Image.asset(
'assets/images/m.png',
fit: BoxFit.cover,
height: 35.0,
),
],
),
I also added this to pubspec.yaml
dependencies:
flutter:
assets:
- assets/images/
MEDIA LOGOS https://www.dropbox.com/sh/atmhr53jynn6oin/AAC-Q6uTRyc6kjqeTj3scJq3a?dl=0
Switch out text widget with icon / image widgets?