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..02166ffc 100644 --- a/chopper/pubspec.yaml +++ b/chopper/pubspec.yaml @@ -23,7 +23,7 @@ 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