ruihuancao / flutter_page_video

Flutter Video Player
Other
28 stars 13 forks source link

Can't import library on Dart 2.3 #9

Open Karlheinzniebuhr opened 5 years ago

Karlheinzniebuhr commented 5 years ago

Import not working for dart 2.3

DeybisMelendez commented 4 years ago

use: import "package:flutter_simple_video_player/flutter_simple_video_player.dart"; this is my solution.