Remove location

This commit is contained in:
Moe Poi ~ 2022-05-16 20:30:04 +07:00
parent 2a12ce6992
commit b834601f23
3 changed files with 0 additions and 23 deletions

View file

@ -1,20 +0,0 @@
// import 'package:flutter/material.dart';
// import 'package:google_maps_flutter/google_maps_flutter.dart';
// class Location extends StatelessWidget {
// const Location({
// Key? key,
// }) : super(key: key);
// Widget build(BuildContext context) {
// return Container(
// child: GoogleMap(
// mapType: MapType.normal,
// initialCameraPosition: CameraPosition(
// target: LatLng(3.595196, 98.672226),
// zoom: 14.0,
// ),
// ),
// );
// }
// }

View file

@ -2,7 +2,6 @@ import 'package:flutter/material.dart';
import 'package:nekoya_flutter/components/bannerimage.dart';
import 'package:nekoya_flutter/components/carousel.dart';
import 'package:nekoya_flutter/components/location.dart';
import 'package:nekoya_flutter/components/new_arrival_products.dart';
import 'package:nekoya_flutter/components/newsletter.dart';
import 'package:nekoya_flutter/components/popular_products.dart';
@ -52,7 +51,6 @@ class Home extends StatelessWidget {
),
const Bannerimage(),
const PopularProducts(),
//const Location(),
const Newsletter(),
],
),

View file

@ -44,7 +44,6 @@ dependencies:
page_transition: ^2.0.5
shared_preferences: ^2.0.13
universal_html: ^2.0.8
#google_maps_flutter: ^2.1.5
dev_dependencies:
flutter_lints: ^2.0.1