Skip to content

Commit

Permalink
Changed package name to dart_vlc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind committed Mar 15, 2021
1 parent 3b29f10 commit 6c8834e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
File renamed without changes.
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: flutter_vlc
description: A media playback library for Flutter. Based on libVLC.
name: dart_vlc
description: A media playback library for Dart & Flutter. Based on libVLC & libVLC++.
version: 0.0.1
homepage: https://github.com/alexmercerind/flutter_vlc
repository: https://github.com/alexmercerind/flutter_vlc
documentation: https://github.com/alexmercerind/flutter_vlc/blob/master/README.md
homepage: https://github.com/alexmercerind/dart_vlc
repository: https://github.com/alexmercerind/dart_vlc
documentation: https://github.com/alexmercerind/dart_vlc/blob/master/README.md


environment:
Expand Down Expand Up @@ -32,7 +32,7 @@ flutter:
plugin:
platforms:
windows:
pluginClass: FlutterVlcPlugin
pluginClass: DartVlcPlugin

# To add assets to your plugin package, add an assets section, like this:
# assets:
Expand Down

0 comments on commit 6c8834e

Please sign in to comment.