Merge branch 'image-picker-implementation' of https://github.com/Iconica-Development/flutter_image_picker into image-picker-implementation

This commit is contained in:
commitimpush 2022-09-01 12:15:46 +02:00
commit 74c43a255f

25
.vscode/launch.json vendored
View file

@ -1,25 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "flutter_image_picker",
"request": "launch",
"type": "dart",
},
{
"name": "flutter_image_picker (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "flutter_image_picker (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}