mobile
This commit is contained in:
parent
b330c207b7
commit
41e0248b67
@ -7,6 +7,14 @@ import 'package:freekake/components/scan_button.dart';
|
|||||||
import 'package:freekake/components/topbar_container.dart';
|
import 'package:freekake/components/topbar_container.dart';
|
||||||
import 'package:freekake/helpers/color_helper.dart';
|
import 'package:freekake/helpers/color_helper.dart';
|
||||||
import 'package:freekake/screen/pustaka/list_education.dart';
|
import 'package:freekake/screen/pustaka/list_education.dart';
|
||||||
|
import 'package:freekake/components/bottom_navbar.dart';
|
||||||
|
import 'package:freekake/components/buildcard_info.dart';
|
||||||
|
import 'package:freekake/components/collection_container.dart';
|
||||||
|
import 'package:freekake/components/main_menu.dart';
|
||||||
|
import 'package:freekake/components/scan_button.dart';
|
||||||
|
import 'package:freekake/components/topbar_container.dart';
|
||||||
|
import 'package:freekake/helpers/color_helper.dart';
|
||||||
|
import 'package:freekake/screen/pustaka/list_education.dart';
|
||||||
|
|
||||||
class PustakaScreen extends StatefulWidget {
|
class PustakaScreen extends StatefulWidget {
|
||||||
const PustakaScreen({super.key});
|
const PustakaScreen({super.key});
|
||||||
@ -22,26 +30,10 @@ class _PustakaScreenState extends State<PustakaScreen> {
|
|||||||
String _searchQuery = "";
|
String _searchQuery = "";
|
||||||
|
|
||||||
final List<Map<String, dynamic>> _collections = [
|
final List<Map<String, dynamic>> _collections = [
|
||||||
{
|
{"label": "Kesehatan", "image": "assets/icons/healthy.svg", "color": "#cdd0ee"},
|
||||||
"label": "Kesehatan",
|
{"label": "Gizi", "image": "assets/icons/Nutrition.svg", "color": "#e8e29a"},
|
||||||
"image": "assets/icons/healthy.svg",
|
{"label": "Pendidikan", "image": "assets/icons/Education.svg", "color": "#efd8c6"},
|
||||||
"color": "#cdd0ee",
|
{"label": "Keselamatan", "image": "assets/icons/Safety.svg", "color": "#cef1da"},
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Gizi",
|
|
||||||
"image": "assets/icons/Nutrition.svg",
|
|
||||||
"color": "#e8e29a",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Pendidikan",
|
|
||||||
"image": "assets/icons/Education.svg",
|
|
||||||
"color": "#efd8c6",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Keselamatan",
|
|
||||||
"image": "assets/icons/Safety.svg",
|
|
||||||
"color": "#cef1da",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
void _onMenuTapped(int index) {
|
void _onMenuTapped(int index) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user