Skip to content

Commit

Permalink
chore(android): update 'highly experimental' to 'Experimental'
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Nov 2, 2024
1 parent 800f949 commit a30467c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'src/messages.g.dart';

/// An implementation of [QuillNativeBridgePlatform] for Android.
///
/// **Highly Experimental** and can be removed.
/// **Experimental** and might be changed.
///
/// Should extends [QuillNativeBridgePlatform] and not implements it as error will arise:
///
Expand Down Expand Up @@ -129,6 +129,7 @@ class QuillNativeBridgeAndroid extends QuillNativeBridgePlatform {
'This can happen on app restart or lifecycle changes.\n'
'This is known issue on Android and this message will be only shown in debug mode.\n'
'Refer to https://github.com/singerdmx/flutter-quill/issues/2243 for discussion.\n'
'A similar but unrelated issue in Flutter `imager_picker`: https://github.com/flutter/flutter/issues/100025'
'Platform details: ${e.toString()}',
);
}
Expand Down

0 comments on commit a30467c

Please sign in to comment.