media_player icon indicating copy to clipboard operation
media_player copied to clipboard

Breaking Change: AppLifecycleState.suspended

Open husmen73 opened this issue 5 years ago • 4 comments

"Breaking change to support the fact that AppLifecycleState.suspended has changed to AppLifecycleState.detached."

Please update your code on /lib/media_player.dart on line 526

husmen73 avatar Feb 20 '20 10:02 husmen73

up

dimiril avatar Mar 14 '20 16:03 dimiril

In the mean time just add this to your pubspec.yaml file

media_player:
    git:
      url: git://github.com/stevenosse/media_player.git

As we wait for the PR to get merged

iampato avatar Aug 07 '20 07:08 iampato

unfortunately this project has been abandoned

riskiadi avatar Mar 03 '21 02:03 riskiadi

use this on dependencies

 media_player:
    git:
      url: git://github.com/Iampato/media_player.git
      ref: androidx

riskiadi avatar Mar 03 '21 02:03 riskiadi