Skip to content

Commit

Permalink
add asNullable
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Sep 1, 2024
1 parent f24a9b8 commit 7d8ec35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ packages:
dependency: "direct dev"
description:
name: lints
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
url: "https://pub.dev"
source: hosted
version: "4.0.0"
version: "3.0.0"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -129,4 +129,4 @@ packages:
source: hosted
version: "1.3.2"
sdks:
dart: ">=3.1.0 <4.0.0"
dart: ">=3.0.0 <4.0.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
http: ^1.1.0

dev_dependencies:
lints: ^4.0.0
lints: ^3.0.0

dependency_overrides:
rxdart_ext:
Expand Down

0 comments on commit 7d8ec35

Please sign in to comment.