mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +01:00
Clean up
This commit is contained in:
parent
10f6d8d652
commit
4852fd42ad
@ -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";
|
||||||
|
@ -220,7 +220,7 @@ class _MetaRow extends StatelessWidget {
|
|||||||
Icon(
|
Icon(
|
||||||
event.statusIcon,
|
event.statusIcon,
|
||||||
size: 12,
|
size: 12,
|
||||||
color: invisible ? Colors.transparent : color,
|
color: color,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user