From 511a478b257aeeea5a4119a9b369de4bff42552d Mon Sep 17 00:00:00 2001 From: dummer-Affe <85801776+dummer-Affe@users.noreply.github.com> Date: Thu, 29 Dec 2022 08:52:10 +0300 Subject: [PATCH 1/5] Update README.md --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index aff2df6..67816ed 100644 --- a/example/README.md +++ b/example/README.md @@ -1,6 +1,6 @@ # gallery_picker_example -A new Flutter project. +A new Flutter project.... ## Getting Started From 91404acc04857548e40396af2954dff5f52b26cc Mon Sep 17 00:00:00 2001 From: dummer-Affe <85801776+dummer-Affe@users.noreply.github.com> Date: Thu, 29 Dec 2022 08:54:08 +0300 Subject: [PATCH 2/5] Update README.md --- example/README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/example/README.md b/example/README.md index 67816ed..9d708f5 100644 --- a/example/README.md +++ b/example/README.md @@ -1,16 +1,3 @@ # gallery_picker_example -A new Flutter project.... - -## Getting Started - -This project is a starting point for a Flutter application. - -A few resources to get you started if this is your first Flutter project: - -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) - -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +This the example folder of the package. You could find the code samples here of the package and use it as a reference. From e114133547a46bc2122e901312599f52ef6e0b46 Mon Sep 17 00:00:00 2001 From: dummer-Affe <85801776+dummer-Affe@users.noreply.github.com> Date: Thu, 29 Dec 2022 08:54:41 +0300 Subject: [PATCH 3/5] Update README.md --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 9d708f5..eb972b5 100644 --- a/example/README.md +++ b/example/README.md @@ -1,3 +1,3 @@ # gallery_picker_example -This the example folder of the package. You could find the code samples here of the package and use it as a reference. +This the example folder of the package. You could find the code samples of the package here and use it as a reference. From bd51b9026255a59a1e4b6a9f9379ba02d6749550 Mon Sep 17 00:00:00 2001 From: dummer-Affe <85801776+dummer-Affe@users.noreply.github.com> Date: Thu, 29 Dec 2022 08:58:03 +0300 Subject: [PATCH 4/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c8bc73..fba34fc 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Gallery Picker is a flutter package that will allow you to pick media file(s), m [✔] Null-safety +You could find the code samples of the given gifs below in `/example/examples` folder. +
@@ -419,4 +421,4 @@ Check out our examples! - The [intl](https://pub.dev/packages/intl) package - The [bottom_sheet_bar](https://pub.dev/packages/bottom_sheet_bar) package - The [platform_info](https://pub.dev/packages/platform_info) package -- The [permission_handler](https://pub.dev/packages/permission_handler) package \ No newline at end of file +- The [permission_handler](https://pub.dev/packages/permission_handler) package From e6e36497639ad6bfe23b70cf575b79580f5ca179 Mon Sep 17 00:00:00 2001 From: dummer-Affe <85801776+dummer-Affe@users.noreply.github.com> Date: Thu, 29 Dec 2022 08:59:47 +0300 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba34fc..f266b8f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Gallery Picker is a flutter package that will allow you to pick media file(s), m [✔] Null-safety -You could find the code samples of the given gifs below in `/example/examples` folder. +You could find the code samples of the given gifs below in `/example/lib/examples` folder.