|
|
@ -1,5 +1,4 @@
|
|
|
|
import 'dart:async';
|
|
|
|
import 'dart:async';
|
|
|
|
import 'dart:io';
|
|
|
|
|
|
|
|
import 'dart:typed_data';
|
|
|
|
import 'dart:typed_data';
|
|
|
|
|
|
|
|
|
|
|
|
import 'package:famedlysdk/famedlysdk.dart';
|
|
|
|
import 'package:famedlysdk/famedlysdk.dart';
|
|
|
@ -31,8 +30,6 @@ class _AudioPlayerState extends State<AudioPlayer> {
|
|
|
|
FlutterSound flutterSound = FlutterSound();
|
|
|
|
FlutterSound flutterSound = FlutterSound();
|
|
|
|
|
|
|
|
|
|
|
|
StreamSubscription soundSubscription;
|
|
|
|
StreamSubscription soundSubscription;
|
|
|
|
|
|
|
|
|
|
|
|
static var httpClient = HttpClient();
|
|
|
|
|
|
|
|
Uint8List audioFile;
|
|
|
|
Uint8List audioFile;
|
|
|
|
|
|
|
|
|
|
|
|
String statusText = "00:00";
|
|
|
|
String statusText = "00:00";
|
|
|
|