Clean up
This commit is contained in:
parent
10f6d8d652
commit
4852fd42ad
|
@ -1,5 +1,4 @@
|
|||
import 'dart:async';
|
||||
import 'dart:io';
|
||||
import 'dart:typed_data';
|
||||
|
||||
import 'package:famedlysdk/famedlysdk.dart';
|
||||
|
@ -31,8 +30,6 @@ class _AudioPlayerState extends State<AudioPlayer> {
|
|||
FlutterSound flutterSound = FlutterSound();
|
||||
|
||||
StreamSubscription soundSubscription;
|
||||
|
||||
static var httpClient = HttpClient();
|
||||
Uint8List audioFile;
|
||||
|
||||
String statusText = "00:00";
|
||||
|
|
|
@ -220,7 +220,7 @@ class _MetaRow extends StatelessWidget {
|
|||
Icon(
|
||||
event.statusIcon,
|
||||
size: 12,
|
||||
color: invisible ? Colors.transparent : color,
|
||||
color: color,
|
||||
),
|
||||
],
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue