LemmurOrg / lemmur

🐒 A mobile client for lemmy
GNU General Public License v2.0
268 stars 30 forks source link

The plugin `flutter_keyboard_visibility` requires your app to be migrated to the Android embedding v2. Follow the steps on https://flutter.dev/go/android-project-migration and re-run this command. #332

Open bigOconstant opened 2 years ago

bigOconstant commented 2 years ago

Steps to reproduce

  1. on desktop in main branch type flutter build linux --target lib/main_prod.dart --release
  2. It complains about android embedding v2

    Relevant logs

Any ideas on how to fix this? I don't mind trying.

shilangyu commented 2 years ago

I just merged bumping flutter, it should be good now. A PR with other bumped dependencies is waiting, then it should be fully up to date.