All Questions
4 questions
1
vote
1
answer
62
views
Integrating a Native Android Package via a Flutter Plugin
I am migrating from using a native android package to making a flutter plugin around this package. During the build process, I encounter an error indicating that the required dependency cannot be ...
0
votes
1
answer
848
views
flutter run not working gradle show exit code 1
this is my error after running flutter run command it shows gradle debug running.
/C:/Users/Rasul/AppData/Local/Pub/Cache/hosted/pub.dev/preload_page_view-0.1.6/lib/preload_page_view.dart:179:15: ...
3
votes
0
answers
595
views
Couldn't resolve flutter firestore in android
I am using Android Studio 3.5 stable
java -version 1.8
and this is the issue :
I have project gradle like this :
buildscript {
repositories {
google()
jcenter()
}
...
13
votes
1
answer
2k
views
Add plain Android library to a Flutter plugin
This might be a duplicate of this question. But it has no answer and I will give some details here.
I have created a module with File->New Module->Android Library inside my Flutter plugin's android ...