diff --git a/dio/lib/dio.dart b/dio/lib/dio.dart index eda699923..32d080779 100644 --- a/dio/lib/dio.dart +++ b/dio/lib/dio.dart @@ -1,8 +1,6 @@ /// A powerful HTTP client for Dart and Flutter, which supports global settings, /// [Interceptors], [FormData], aborting and canceling a request, /// files uploading and downloading, requests timeout, custom adapters, etc. -/// {@category Migration Guide} -/// {@category Plugins} library dio; export 'src/adapter.dart';