added assets

This commit is contained in:
bijoy
2023-07-03 15:00:16 +06:00
parent 143074fa92
commit ac3f5a0fd6
3 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
# map_camera_location
A Flutter package that provides a widget for capturing images with the device camera and retrieving the user's location information.
<br>
[//]: # (<img src="/Users/bijoy/Documents/personal/map_camera_flutter/assets/mapcamera.png)
## Features

BIN
assets/mapcamera.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 918 KiB

View File

@@ -22,7 +22,7 @@ class MyApp extends StatelessWidget {
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
useMaterial3: true,
),
home: MyHomePage(title: 'Flutter Demo Home Page',camera: camera,),
home: MyHomePage(title: 'Camera With Map Location',camera: camera,),
);
}
}