djeddi-yacine / android_x_storage

Now You can get the Android External Storage by one single line of dart
https://pub.dev/packages/android_x_storage
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

No working, getting not implemented exceptions #1

Closed abhinovpankaj closed 11 months ago

abhinovpankaj commented 11 months ago

hashCode: 600560390 message: "No implementation found for method getDCIMDirectory on channel android_x_storage" runtimeType: Type (MissingPluginException)

djeddi-yacine commented 11 months ago

hashCode: 600560390 message: "No implementation found for method getDCIMDirectory on channel android_x_storage" runtimeType: Type (MissingPluginException)

after you install the package try to close the app in emulator and start it again. because it's i plugin it need to generate the kotlin code before you use it, so you need to restart it . try:

flutter clean
flutter run