Skip to content

Commit edeba07

Browse files
Merge pull request #29 from flutter-form-builder-ecosystem/release/3.0.0
Release/3.0.0
2 parents 94b6afb + df5dfea commit edeba07

File tree

6 files changed

+23
-431
lines changed

6 files changed

+23
-431
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
.pub-cache/
3131
.pub/
3232
build/
33+
# For library packages, don’t commit the pubspec.lock file.
34+
# Regenerating the pubspec.lock file lets you test your package against the latest compatible versions of its dependencies.
35+
# See https://dart.dev/guides/libraries/private-files#pubspeclock
36+
pubspec.lock
3337

3438
# Android related
3539
**/android/**/gradle-wrapper.jar

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [3.0.0] - 13-Jul-2021
2+
3+
* Support flutter 3
4+
* Improve documentation and displaying images #20(Thanks @ahmednfwela)
5+
16
## [2.0.0] - 07-Nov-2021
27
* Support for `flutter_form_builder` 7.*
38
* Use XFile instead of the old picker

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Form Builder Image Picker
22

3-
Field for picking image(s) from Gallery or Camera for flutter_form_builder package
3+
[![Pub Version](https://img.shields.io/pub/v/form_builder_image_picker?logo=flutter&style=for-the-badge)](https://pub.dev/packages/form_builder_image_picker)
4+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/flutter-form-builder-ecosystem/form_builder_image_picker/Base?logo=github&style=for-the-badge)](https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker/actions/workflows/base.yaml)
5+
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/flutter-form-builder-ecosystem/form_builder_image_picker?logo=codefactor&style=for-the-badge)](https://www.codefactor.io/repository/github/flutter-form-builder-ecosystem/form_builder_image_picker)
6+
[![Codecov](https://img.shields.io/codecov/c/github/flutter-form-builder-ecosystem/form_builder_image_picker?logo=codecov&style=for-the-badge)](https://codecov.io/gh/flutter-form-builder-ecosystem/form_builder_image_picker/)
7+
8+
Images picker field for FlutterFormBuilder. Get images from gallery or camera.
9+
10+
# Setup
11+
12+
Since this package makes use of [image_picker package](https://pub.dev/packages/image_picker), for platform specific setup, follow the instructions [here](https://github.com/flutter/plugins/tree/main/packages/image_picker/image_picker#installation)
413

514
## Usage
15+
616
```dart
717
FormBuilder(
818
child: Column(

example/pubspec.lock

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)