belovance / QuickAlert

An instantly ready, full-featured alerts for development on any platform with flutter. Enabling you to complete projects and deploy quickly. With QuickAlert, you can display animated alert dialogs such as success, error, warning, confirm, loading or even a custom dialog.
https://pub.dev/packages/quickalert
MIT License
46 stars 42 forks source link

Unable to load asset #7

Closed JanRegent closed 1 year ago

JanRegent commented 1 year ago

Try in expample app

Another exception was thrown: Unable to load asset: packages/quickalert/assets/error.gif Error while trying to load an asset: Failed to load asset at "assets/assets/error.gif" (404) Another exception was thrown: Unable to load asset: assets/error.gif Error while trying to load an asset: Failed to load asset at "assets/assets/confirm.gif" (404) Another exception was thrown: Unable to load asset: assets/confirm.gif Error while trying to load an asset: Failed to load asset at "assets/assets/loading.gif" (404) Another exception was thrown: Unable to load asset: assets/loading.gif Error while trying to load an asset: Failed to load asset at "assets/assets/loading.gif" (404) Another exception was thrown: Unable to load asset: assets/loading.gif

ItsAkashS22 commented 1 year ago

Hello @JanRegent 👋 Looks like you are working on flutter web, after you add the package as a dependency please do restart your application, as the assets will not be mapped to the path on the go. If it doesn't work, please provide more details about your problem with some screenshots if possible.

Happy Coding ✨

JanRegent commented 1 year ago

restart your application--> OK

Tanks a lot for Your great work :-)