Mingze Wang
Mingze Wang
Platform: Android 10 Hi I have the following piece of code: ``` Future showFlutterToast(String msg, {int? timeShown}) { return Fluttertoast.showToast( msg: msg, toastLength: Toast.LENGTH_SHORT, gravity: ToastGravity.BOTTOM, timeInSecForIosWeb: timeShown ?? 4,...
Hi there, there seem to be a character limit for this package. For example - logging long json. Perhaps it's utilizing dart log referenced here https://stackoverflow.com/questions/49138971/logging-large-strings-from-flutter Regardless, wrapping it might...
### New Issue Checklist - [x ] Updated fastlane to the latest version - [ x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [ x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [ x]...