File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11## 0.1.5+1
22
3- - Add missing import.
3+ - Added missing import.
44
55## 0.1.5
66
77- Added bitRate feature for Android & IOS (Default to 64kbps) - thanks [ @abhay-s-rawat ] ( https://github.com/abhay-s-rawat ) .
88- Fixed [ #86 ] ( https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/86 ) - thanks [ @rlee1990 ] ( https://github.com/rlee1990 )
99- Updated docs and fixed docs,variable name,function names typos
10- - Removed dates from changelog(see versions tab from pub.dev to get release version dates).
1110
1211## 0.1.4
1312
Original file line number Diff line number Diff line change 11import 'dart:async' ;
22import 'dart:io' ;
3- import 'dart:typed_data' ;
3+ // TODO: Remove when fully migrated to flutter 3.3
4+ import 'dart:typed_data' ; //ignore: unnecessary_import
45
56import 'package:audio_waveforms/audio_waveforms.dart' ;
67import 'package:audio_waveforms/src/base/constants.dart' ;
You can’t perform that action at this time.
0 commit comments