alexmercerind / flutter_audio_desktop

[WIP] An 🎵 audio playback library for Flutter Desktop. Supports Windows & Linux. Based on miniaudio.
MIT License
53 stars 18 forks source link

Checked out github version today and got following error #28

Closed syleishere closed 3 years ago

syleishere commented 3 years ago

Building Windows application... C:\flutter\musicplayer\windows\flutter\ephemeral.plugin_symlinks\flutter_audio_desktop\audioplayer\audioplayer.hpp(7,10): fatal error C1083: Cannot open include file: 'miniaudio/miniaudio.h': No such file or directory [C:\flutter\musicplayer\build\windows\plugins\flutter_audio_desktop\flutter_audio_desktop_plugin.vcxproj] Exception: Build process failed.

alexmercerind commented 3 years ago

Hi there @syleishere ! Sorry for the inconvenience. It's not an error, it's because a file isn't checked into the version control.

A new version to pub.dev is just published, please try that out. (Not from GitHub)

Thanks. Let me know how that goes for you.

alexmercerind commented 3 years ago

@syleishere 👀 Did your issue get resolved?

syleishere commented 3 years ago

Nope this happening

syleishere commented 3 years ago

Building Windows application... C:\flutter\musicplayer\windows\flutter\ephemeral.plugin_symlinks\flutter_audio_desktop\audioplayer\audioplayer.hpp(7,10): fatal error C1083: Cannot open include file: 'miniaudio/miniaudio.h': No such file or directory [C:\flutter\musicplayer\build\windows\plugins\flutter_audio_desktop\flutter_audio_desktop_plugin.vcxproj] Exception: Build process failed.

syleishere commented 3 years ago

flutter_audio_desktop: ^0.0.9

DISABLED GIT

flutter_audio_desktop:

git:

url: https://github.com/alexmercerind/flutter_audio_desktop

alexmercerind commented 3 years ago

@syleishere please use the pub.dev version 0.1.0

alexmercerind commented 3 years ago

@syleishere

dependencies:
  ...
  flutter_audio_desktop: ^0.1.0
syleishere commented 3 years ago

That works, thank-you.

alexmercerind commented 3 years ago

pub.dev version is exactly same as GitHub version.

Glad to hear.