diff --git a/flutter_custom_tabs_android/lib/src/types/custom_tabs_color_schemes.dart b/flutter_custom_tabs_android/lib/src/types/custom_tabs_color_schemes.dart index 84c0c3d..29e67fe 100644 --- a/flutter_custom_tabs_android/lib/src/types/custom_tabs_color_schemes.dart +++ b/flutter_custom_tabs_android/lib/src/types/custom_tabs_color_schemes.dart @@ -1,5 +1,8 @@ import 'package:flutter/foundation.dart'; import 'package:flutter/painting.dart'; +// `@internal` is exported from `package:flutter/foundation.dart` +// in Flutter >= 3.35.0; keep `meta` import for older SDKs (backcompat). +// ignore: unnecessary_import import 'package:meta/meta.dart'; /// The configuration of a Custom Tab visualization.