Results 9 issues of 戒尺

![image](https://user-images.githubusercontent.com/518977/179153124-120f6475-7a58-4f63-803b-862f178067ad.png)

Because jaguar_serializer_cli >=2.2.6 depends on analyzer ^0.36.0 and chopper_generator 3.0.1 depends on analyzer ^0.38.2, jaguar_serializer_cli >=2.2.6 is incompatible with chopper_generator 3.0.1. So, because module_flutter depends on both chopper_generator 3.0.1 and...

![image](https://user-images.githubusercontent.com/518977/87137495-93af9d00-c2cf-11ea-9bc2-4713d1cdf49c.png) `@ChopperApi() abstract class FileApi extends ChopperService { static FileApi create([ChopperClient client]) => _$FileApi(client); @Put(path: '/{path}') Future fileUpload( @Path('path') String path, String filePath); }` How to define filePath

kotlin 1.7.0 ![image](https://user-images.githubusercontent.com/518977/185092456-297ccf9c-7c28-4de0-aca5-e5065e1e2d43.png)

### sonar-project.properties > sonar.modules=old_utils,okki_flutter,okki_flutter_example,okki_login > > old_utils.sonar.projectBaseDir=packages/old-utils > > okki_flutter.sonar.projectBaseDir=packages/okki-flutter > okki_flutter_example.sonar.projectBaseDir=packages/okki-flutter/example > > okki_login.sonar.projectBaseDir=packages/okki-login > > sonar.dart.analyzer.mode=MANUAL > sonar.dart.analyzer.report.mode=MACHINE > sonar.dart.analyzer.report.path=analysis-results.txt ### log ``` 15:52:27.423 INFO: Indexing files of...

waiting for feedback

my json convertor ```class JsonIntConverter extends JsonConverter { const JsonIntConverter(); @override int fromJson(dynamic json) { if (json is int) { return json; } else { return int.parse(json); } } @override...

This reverts commit cc5efb08feb8f95d30290d604e51c3c7408f232e. fix #131