bennyboer / bbb_app

Our attempt at a mobile app client for BigBlueButton services.
MIT License
102 stars 62 forks source link

Using as module (App-in-App) #170

Closed hamedvbv closed 3 years ago

hamedvbv commented 3 years ago

We have an app in our university and need to use the project as app-in-app. I converted the project to module and run the command: flutter build aar

but get below issue:

The plugin "flutter_foreground_plugin" is built using an older version of the Android plugin API which assumes that it's running in a full-Flutter environment. It may have undefined behaviors when Flutter is integrated into an existing app as a module. The plugin can be updated to the v2 Android Plugin APIs by following https://flutter.dev/go/android-plugin-migration. Running Gradle task 'assembleAarDebug'...
Running Gradle task 'assembleAarDebug'... Done 8.5s

FAILURE: Build failed with an exception.

BUILD FAILED in 7s

Is it possible to use the project as a module?

bennyboer commented 3 years ago

You should contact the maintainer of the plugin flutter_foreground_plugin about this.