Skip to content

Commit

Permalink
🔖 Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrandchavin committed Jul 1, 2021
2 parents 475ef52 + 1d2e1fb commit 15108ee
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 30 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.1.2
* Fix example iOS build

## 0.1.1
* Update README.md

Expand Down
4 changes: 2 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'dart:async';

import 'package:audioplayers/audio_cache.dart';
import 'package:audioplayers/audioplayers.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
Expand Down Expand Up @@ -37,7 +36,8 @@ class _MyAppState extends State<MyApp> {
}

Future<void> play() async {
audioPlayer = await cache.play('audio/lfa.mp3', mode: PlayerMode.LOW_LATENCY);
audioPlayer =
await cache.play('audio/lfa.mp3', mode: PlayerMode.LOW_LATENCY);
await Future.delayed(Duration(milliseconds: 200));
Lofelt.play();
}
Expand Down
59 changes: 33 additions & 26 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
name: audioplayers
url: "https://pub.dartlang.org"
source: hosted
version: "0.17.4"
version: "0.19.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -50,20 +50,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.15.0"
convert:
dependency: transitive
description:
name: convert
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
crypto:
dependency: transitive
description:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.5"
version: "3.0.1"
fake_async:
dependency: transitive
description:
Expand All @@ -77,14 +70,14 @@ packages:
name: ffi
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
version: "1.1.2"
file:
dependency: transitive
description:
name: file
url: "https://pub.dartlang.org"
source: hosted
version: "5.2.1"
version: "6.1.2"
flutter:
dependency: "direct main"
description: flutter
Expand All @@ -100,13 +93,20 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
intl:
http:
dependency: transitive
description:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.3"
http_parser:
dependency: transitive
description:
name: intl
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
version: "0.16.1"
version: "4.0.0"
js:
dependency: transitive
description:
Expand Down Expand Up @@ -148,56 +148,63 @@ packages:
name: path_provider
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.27"
version: "2.0.2"
path_provider_linux:
dependency: transitive
description:
name: path_provider_linux
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+2"
version: "2.0.0"
path_provider_macos:
dependency: transitive
description:
name: path_provider_macos
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.4+8"
version: "2.0.0"
path_provider_platform_interface:
dependency: transitive
description:
name: path_provider_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
version: "2.0.1"
path_provider_windows:
dependency: transitive
description:
name: path_provider_windows
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.4+3"
version: "2.0.1"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.11.1"
platform:
dependency: transitive
description:
name: platform
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.1"
version: "3.0.0"
plugin_platform_interface:
dependency: transitive
description:
name: plugin_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
version: "2.0.0"
process:
dependency: transitive
description:
name: process
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.13"
version: "4.2.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -258,7 +265,7 @@ packages:
name: uuid
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.2"
version: "3.0.4"
vector_math:
dependency: transitive
description:
Expand All @@ -272,14 +279,14 @@ packages:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.4+1"
version: "2.2.4"
xdg_directories:
dependency: transitive
description:
name: xdg_directories
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
version: "0.2.0"
sdks:
dart: ">=2.12.0 <3.0.0"
dart: ">=2.13.0 <3.0.0"
flutter: ">=1.20.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
lofelt:
path: ../

audioplayers: ^0.17.4
audioplayers: ^0.19.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: lofelt
description: Unlock the Power of Haptics in Mobile Devices on Flutter. Lofelt builds state-of-the-art haptic technologies for iOS and Android developers and creatives.
version: 0.1.1
version: 0.1.2
homepage: https://github.com/jgrandchavin/lofelt
repository: https://github.com/jgrandchavin/lofelt

Expand Down

0 comments on commit 15108ee

Please sign in to comment.