added assets
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
# map_camera_location
|
# map_camera_location
|
||||||
|
|
||||||
A Flutter package that provides a widget for capturing images with the device camera and retrieving the user's location information.
|
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
|
## Features
|
||||||
|
|
||||||
|
|||||||
BIN
assets/mapcamera.png
Normal file
BIN
assets/mapcamera.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 918 KiB |
@@ -22,7 +22,7 @@ class MyApp extends StatelessWidget {
|
|||||||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
|
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
|
||||||
useMaterial3: true,
|
useMaterial3: true,
|
||||||
),
|
),
|
||||||
home: MyHomePage(title: 'Flutter Demo Home Page',camera: camera,),
|
home: MyHomePage(title: 'Camera With Map Location',camera: camera,),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user