Skip to content

Commit

Permalink
Merge pull request #29 from flutter-form-builder-ecosystem/release/3.0.0
Browse files Browse the repository at this point in the history
Release/3.0.0
  • Loading branch information
deandreamatias committed Jul 13, 2022
2 parents 94b6afb + df5dfea commit edeba07
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 431 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
.pub-cache/
.pub/
build/
# For library packages, don’t commit the pubspec.lock file.
# Regenerating the pubspec.lock file lets you test your package against the latest compatible versions of its dependencies.
# See https://dart.dev/guides/libraries/private-files#pubspeclock
pubspec.lock

# Android related
**/android/**/gradle-wrapper.jar
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.0.0] - 13-Jul-2021

* Support flutter 3
* Improve documentation and displaying images #20(Thanks @ahmednfwela)

## [2.0.0] - 07-Nov-2021
* Support for `flutter_form_builder` 7.*
* Use XFile instead of the old picker
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Form Builder Image Picker

Field for picking image(s) from Gallery or Camera for flutter_form_builder package
[![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)
[![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)
[![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)
[![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/)

Images picker field for FlutterFormBuilder. Get images from gallery or camera.

# Setup

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)

## Usage

```dart
FormBuilder(
child: Column(
Expand Down
217 changes: 0 additions & 217 deletions example/pubspec.lock

This file was deleted.

Loading

0 comments on commit edeba07

Please sign in to comment.