Skip to content

Commit 28ce532

Browse files
chore(release): 10.3.0+1
1 parent a2fbf74 commit 28ce532

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 10.3.0+1
2+
3+
* Remove article link from readme
4+
15
# 10.3.0
26

37
* Set minimal Flutter version to 3.38.0
@@ -1180,9 +1184,8 @@ Bug fix: Imported `dart:async` for use of `Future`s to be compatible with Dart <
11801184

11811185
## [1.3.1]
11821186

1183-
* Moved ChipsInput into own library on pub.dartlang.org,
1184-
check it out [here](https://pub.dartlang.org/packages/flutter_chips_input)
1185-
* Updated example code to include proper use of Form's `onChanged` function after update.
1187+
* Moved ChipsInput into own library on [pub.dev](https://pub.dev/packages/flutter_chips_input)
1188+
* Updated example code to include proper use of Form's `onChanged` function after update.
11861189
Closes [#8](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues/8)
11871190

11881191
## [1.3.0]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Also included are common ready-made form input fields for FormBuilder. This give
66

77
[![Pub Version](https://img.shields.io/pub/v/flutter_form_builder?logo=flutter&style=for-the-badge)](https://pub.dev/packages/flutter_form_builder)
88
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/flutter-form-builder-ecosystem/flutter_form_builder/base.yaml?branch=main&logo=github&style=for-the-badge)](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/actions/workflows/base.yaml)
9-
[![Codecov](https://img.shields.io/codecov/c/github/flutter-form-builder-ecosystem/flutter_form_builder?logo=codecov&style=for-the-badge)](https://codecov.io/gh/flutter-form-builder-ecosystem/flutter_form_builder/)
9+
[![Codecov](https://img.shields.io/codecov/c/github/flutter-form-builder-ecosystem/flutter_form_builder?logo=codecov&style=for-the-badge)](https://app.codecov.io/gh/flutter-form-builder-ecosystem/flutter_form_builder)
1010
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/flutter-form-builder-ecosystem/flutter_form_builder?logo=codefactor&style=for-the-badge)](https://www.codefactor.io/repository/github/flutter-form-builder-ecosystem/flutter_form_builder)
1111

1212
---

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_form_builder
22
description: This package helps in creation of forms in Flutter by removing the boilerplate code, reusing validation, react to changes, and collect final user input.
3-
version: 10.3.0
3+
version: 10.3.0+1
44
repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
55
homepage: https://github.com/flutter-form-builder-ecosystem
66
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues

0 commit comments

Comments
 (0)