FlutterToast icon indicating copy to clipboard operation
FlutterToast copied to clipboard

gravity center not work on android 14

Open junixapp opened this issue 6 months ago • 3 comments

8.2.4版本,代码如下:

Fluttertoast.showToast(
        msg: msg,
        toastLength: Toast.LENGTH_SHORT,
        gravity: ToastGravity.CENTER,
        timeInSecForIosWeb: 1,
        backgroundColor: Theme.of(context).primaryColor,
        textColor: Theme.of(context).colorScheme.onPrimary,
        fontSize: 14.w);

junixapp avatar Dec 21 '23 08:12 junixapp

Same here. Also the background color doesn't work

picobellone avatar Feb 07 '24 16:02 picobellone

neither ToastGravity.TOP works

fwiz3 avatar Feb 17 '24 18:02 fwiz3

this was mentioned by the author in the readme if im not wrong. @junixapp

Rishab-ms avatar May 16 '24 07:05 Rishab-ms