File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.5+1
2+
3+ - Add missing import.
4+
15## 0.1.5
26
37- Added bitRate feature for Android & IOS (Default to 64kbps) - thanks [ @abhay-s-rawat ] ( https://github.com/abhay-s-rawat ) .
Original file line number Diff line number Diff line change 11import 'dart:async' ;
22import 'dart:io' ;
3+ import 'dart:typed_data' ;
34
45import 'package:audio_waveforms/audio_waveforms.dart' ;
56import 'package:audio_waveforms/src/base/constants.dart' ;
Original file line number Diff line number Diff line change 11name : audio_waveforms
22description : A Flutter package that allow you to generate waveform while recording audio or from audio file.
3- version : 0.1.5
3+ version : 0.1.5+1
44homepage : https://github.com/SimformSolutionsPvtLtd/audio_waveforms
55issue_tracker : https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues
66
You can’t perform that action at this time.
0 commit comments