This commit is contained in:
Christian Pauly 2020-04-08 12:39:49 +02:00
parent 10f6d8d652
commit 4852fd42ad
2 changed files with 1 additions and 4 deletions

View File

@ -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";

View File

@ -220,7 +220,7 @@ class _MetaRow extends StatelessWidget {
Icon(
event.statusIcon,
size: 12,
color: invisible ? Colors.transparent : color,
color: color,
),
],
);