Skip to content

Commit

Permalink
build: bump up dependencies (#75)
Browse files Browse the repository at this point in the history
* build: bump up dependencies

Closes #74

* doc: update changelog
  • Loading branch information
rafamizes committed Jul 20, 2022
1 parent 21fe837 commit 7ae69f1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Dart Package Versioning](https://dart.dev/tools/pub

- improvements to the README file —
[72](https://github.com/dartoos-dev/well_formed/issues/72).
- bump up the dependencies — [74](https://github.com/dartoos-dev/well_formed/issues/74).

## [0.4.2] - 2022-01-09

Expand Down
4 changes: 1 addition & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ analyzer:
implicit-dynamic: false
linter:
rules:
# Always await.
unawaited_futures: true
# Make constructors the first thing in every class
sort_constructors_first: true
# Good packages document everything
public_member_api_docs: true
# It's a good practice to expose the ability to provide a key when creating public widgets.
use_key_in_widget_constructors: true
always_declare_return_types: true
cancel_subscriptions: true
close_sinks: true
only_throw_errors: true
package_api_docs: true
always_use_package_imports: false
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages:
name: formdator
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "1.1.0"
lint:
dependency: "direct dev"
description:
Expand All @@ -87,7 +87,7 @@ packages:
name: mask_text_input_formatter
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.3.0"
matcher:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,21 @@ packages:
name: formdator
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "1.1.0"
lint:
dependency: "direct dev"
description:
name: lint
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.2"
version: "1.8.2"
mask_text_input_formatter:
dependency: "direct main"
description:
name: mask_text_input_formatter
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.3.0"
matcher:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ environment:
dependencies:
flutter:
sdk: flutter
formdator: ^1.0.0
mask_text_input_formatter: ^2.0.0
formdator: ^1.1.0
mask_text_input_formatter: ^2.3.0

dev_dependencies:
flutter_test:
sdk: flutter
lint: ^1.7.2
lint: ^1.8.2

0 comments on commit 7ae69f1

Please sign in to comment.