Skip to content

Commit

Permalink
🔨 Fix:: Pana Score Fix (#98)
Browse files Browse the repository at this point in the history
- Ignored warning of unnecessary import of typed_data
- Updated CHANGELOG.md
  • Loading branch information
aditya-css authored Sep 12, 2022
1 parent b3a7b36 commit 603b93f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
## 0.1.5+1

- Add missing import.
- Added missing import.

## 0.1.5

- Added bitRate feature for Android & IOS (Default to 64kbps) - thanks [@abhay-s-rawat](https://github.com/abhay-s-rawat).
- Fixed [#86](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/86) - thanks [@rlee1990](https://github.com/rlee1990)
- Updated docs and fixed docs,variable name,function names typos
- Removed dates from changelog(see versions tab from pub.dev to get release version dates).

## 0.1.4

Expand Down
3 changes: 2 additions & 1 deletion lib/src/controllers/player_controller.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'dart:async';
import 'dart:io';
import 'dart:typed_data';
// TODO: Remove when fully migrated to flutter 3.3
import 'dart:typed_data'; //ignore: unnecessary_import

import 'package:audio_waveforms/audio_waveforms.dart';
import 'package:audio_waveforms/src/base/constants.dart';
Expand Down

0 comments on commit 603b93f

Please sign in to comment.