Skip to content

Commit

Permalink
Version 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Mar 27, 2021
1 parent e76da99 commit 4b96c1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.17.0-nullsafety.0
## 0.17.0

* Null safety.
* Change artUri type from String to Uri.

## 0.16.2+1

Expand Down
4 changes: 4 additions & 0 deletions example/macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@
// Generated file. Do not edit.
//

// clang-format off

import FlutterMacOS
import Foundation

import audio_service
import audio_session
import flutter_tts
import just_audio
import path_provider_macos
import sqflite

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioServicePlugin.register(with: registry.registrar(forPlugin: "AudioServicePlugin"))
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
FlutterTtsPlugin.register(with: registry.registrar(forPlugin: "FlutterTtsPlugin"))
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audio_service
description: Flutter plugin to play audio in the background while the screen is off.
version: 0.17.0-nullsafety.0
version: 0.17.0
homepage: https://github.com/ryanheise/audio_service

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
audio_session: ^0.1.0
rxdart: ^0.26.0
flutter_isolate: ^2.0.0
flutter_cache_manager: ^3.0.0-nullsafety.1
flutter_cache_manager: ^3.0.0
js: ^0.6.3
flutter:
sdk: flutter
Expand Down

0 comments on commit 4b96c1c

Please sign in to comment.