RafaelBarbosatec / gif_view

Load GIF images and can set framerate
MIT License
17 stars 21 forks source link

Unable to show gif, if asset file is in another package #1

Closed johnebere58 closed 2 years ago

johnebere58 commented 2 years ago

I keep getting an error message like this, when trying to load a gif asset from another package

E/flutter ( 6909): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: Unable to load asset: assets/success.gif E/flutter ( 6909): #0 PlatformAssetBundle.load (package:flutter/src/services/asset_bundle.dart:237:7)

rafaelbarbosadrip commented 2 years ago

I will adds the package param in GifView.asset

johnebere58 commented 2 years ago

Greatl! thank you

rafaelbarbosadrip commented 2 years ago

Available in 0.1.1 version˜