You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
my app crash while using this plugin when user try to set the wallpaper then app crashes with this exeception reply already submitted which is inside the plugin
To Reproduce
Steps to reproduce the behavior:
await AsyncWallpaper.setWallpaper(
url: url,
wallpaperLocation: wallpaperLocation,
errorToastDetails: ToastDetails.error(),
)
Expected behavior
App didn't crash while setting wallpaper
Flutter:
3.19.0
channel
stable Dart:
version
Dart 3.3.0
The text was updated successfully, but these errors were encountered:
Describe the bug
my app crash while using this plugin when user try to set the wallpaper then app crashes with this exeception reply already submitted which is inside the plugin
To Reproduce
Steps to reproduce the behavior:
await AsyncWallpaper.setWallpaper(
url: url,
wallpaperLocation: wallpaperLocation,
errorToastDetails: ToastDetails.error(),
)
Expected behavior
App didn't crash while setting wallpaper
Flutter:
3.19.0
stable
Dart:
Dart 3.3.0
The text was updated successfully, but these errors were encountered: