diff --git a/generator/pubspec.yaml b/generator/pubspec.yaml index 17b6a6b3..34347819 100644 --- a/generator/pubspec.yaml +++ b/generator/pubspec.yaml @@ -3,10 +3,11 @@ description: retrofit generator is an dio client generator using source_gen and homepage: https://mings.in/retrofit.dart/ repository: https://github.com/trevorwang/retrofit.dart/ topics: + - api + - http + - rest - retrofit - - build-runner - codegen - - api version: 9.0.0 environment: sdk: '>=3.3.0 <4.0.0' diff --git a/retrofit/pubspec.yaml b/retrofit/pubspec.yaml index 31722231..9ea202d2 100644 --- a/retrofit/pubspec.yaml +++ b/retrofit/pubspec.yaml @@ -2,8 +2,13 @@ name: retrofit description: retrofit.dart is an dio client generator using source_gen and inspired by Chopper and Retrofit. homepage: https://mings.in/retrofit.dart/ repository: https://github.com/trevorwang/retrofit.dart/ +topics: + - api + - http + - rest + - dio + - retrofit version: 4.3.0 - environment: sdk: '>=2.19.0 <4.0.0'