diff --git a/chopper/lib/chopper.dart b/chopper/lib/chopper.dart index 0096bbbb..60b083c6 100644 --- a/chopper/lib/chopper.dart +++ b/chopper/lib/chopper.dart @@ -1,7 +1,7 @@ /// Chopper is an http client generator using source_gen and inspired by Retrofit. /// /// [Getting Started](https://hadrien-lejard.gitbook.io/chopper) -library chopper; +library; export 'package:qs_dart/qs_dart.dart' show ListFormat; export 'src/annotations.dart'; diff --git a/chopper/pubspec.yaml b/chopper/pubspec.yaml index 9405209d..a757d0e2 100644 --- a/chopper/pubspec.yaml +++ b/chopper/pubspec.yaml @@ -23,10 +23,10 @@ dev_dependencies: data_fixture_dart: ^2.2.0 faker: ^2.1.0 http_parser: ^4.0.2 - lints: ^4.0.0 + lints: ">=4.0.0 <6.0.0" test: ^1.25.5 transparent_image: ^2.0.1 - chopper_generator: ^8.0.1 + chopper_generator: ^8.0.2 dependency_overrides: chopper_generator: diff --git a/chopper_built_value/pubspec.yaml b/chopper_built_value/pubspec.yaml index df350ada..f2cf5b88 100644 --- a/chopper_built_value/pubspec.yaml +++ b/chopper_built_value/pubspec.yaml @@ -18,7 +18,7 @@ dev_dependencies: build_runner: ^2.4.9 build_test: ^2.2.2 built_value_generator: ^8.9.2 - lints: ^4.0.0 + lints: ">=4.0.0 <6.0.0" dependency_overrides: chopper: diff --git a/chopper_built_value/test/serializers.dart b/chopper_built_value/test/serializers.dart index 7124a7c1..61e3a1f5 100644 --- a/chopper_built_value/test/serializers.dart +++ b/chopper_built_value/test/serializers.dart @@ -1,4 +1,4 @@ -library serializers; +library; import 'package:built_value/serializer.dart'; diff --git a/chopper_generator/lib/chopper_generator.dart b/chopper_generator/lib/chopper_generator.dart index df3d5954..81ecdccb 100644 --- a/chopper_generator/lib/chopper_generator.dart +++ b/chopper_generator/lib/chopper_generator.dart @@ -1,3 +1,3 @@ -library chopper_generator.dart; +library; export 'src/builder_factory.dart'; diff --git a/chopper_generator/pubspec.yaml b/chopper_generator/pubspec.yaml index a2c29f63..56a8a136 100644 --- a/chopper_generator/pubspec.yaml +++ b/chopper_generator/pubspec.yaml @@ -24,7 +24,7 @@ dev_dependencies: build_runner: ^2.4.9 build_verify: ^3.1.0 http: ^1.1.0 - lints: ^4.0.0 + lints: ">=4.0.0 <6.0.0" test: ^1.25.5 dependency_overrides: