siddhesh-tamhanekar / media_player

An flutter media player to make media streaming apps effortlessly! read getting started tutorial on https://medium.com/@tamhanekar.siddhesh95/integrate-media-player-into-your-flutter-application-23040213f0c9
MIT License
46 stars 22 forks source link

Flutter 1.12 compatibility #20

Closed stevenosse closed 2 years ago

stevenosse commented 4 years ago

Since the AppLifecycleState.suspending was changed to AppLifecycleState.detached, we need to change that to make the plugin compatible.

iampato commented 4 years ago

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