ysak-y / flutter_audio_capture

Package to capture audio stream buffer for flutter
MIT License
21 stars 28 forks source link

Update package version to 1.1.0 and add misc files to support linux on example app #10

Closed ysak-y closed 3 years ago

ysak-y commented 3 years ago

What

Update package version to 1.1.0 and add some files to support linux on example app.

Why

Ref: #9

From #9 , this package support linux platform. To apply this change, publish new version. And I realized that I need to add some files to support linux officially. So add them. Ref: https://flutter.dev/desktop#add-desktop-support-to-an-existing-flutter-app

How

Execute flutter create --platforms=linux --org com.ymd . and just add generated files.

Update package version to 1.1.0