appbar icons flutter code example
Example 1: flutter app icon
dev_dependencies:
flutter_launcher_icons: "^0.7.3"
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon.png"
Example 2: flutter appbar icon center
appBar: AppBar(centerTitle: true, title: AppImages.logoSvg)