ponnamkarthik / FlutterToast

Toast Plugin for Flutter
MIT License
1.43k stars 349 forks source link

gravity center not work on android 14 #483

Open junixapp opened 6 months ago

junixapp commented 6 months ago

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);
picobellone commented 5 months ago

Same here. Also the background color doesn't work

fwiz3 commented 5 months ago

neither ToastGravity.TOP works

Rishab-ms commented 2 months ago

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