Add image Flutter
Bước 1:
Bước 2: ADD hình ảnh vào thư mục.
Bước 3: add link hình ảnh.
Kết quả debug:
git: https://github.com/ANH2018/Bottom-Navigation-Bar/tree/Bottom_bar_new_window
Đoạn code hiển thị hình ảnh :
import 'package:flutter_application_1/main_screen/custemhome_screen.dart';
final List<Widget> tabs = const [
Center(child: Image(image: AssetImage('asset/test_theme.jpg'))), // Thêm hình ảnh vào tab Home
Center(child: Text("catelogysreen")),
Center(child: Text("storesreen")),
Center(child: Text("cartsreen")),
Center(child: Text("profilesreen")),
];