Skip to content

Commit 4ff3a2a

Browse files
committed
Cleanup imports
1 parent c7e2388 commit 4ff3a2a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/flyer_chat_video_message/lib/src/flyer_chat_video_message.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
import 'dart:convert';
2-
import 'dart:io';
32

4-
import 'package:flutter/foundation.dart';
53
import 'package:flutter/material.dart';
6-
import 'package:flutter/services.dart';
74
import 'package:flutter_chat_core/flutter_chat_core.dart';
85
import 'package:provider/provider.dart';
96
import 'package:thumbhash/thumbhash.dart'
107
show rgbaToBmp, thumbHashToApproximateAspectRatio, thumbHashToRGBA;
11-
import 'package:video_player/video_player.dart';
128
import 'package:video_thumbnail/video_thumbnail.dart';
13-
import 'helpers/is_network_source.dart';
149
import 'widgets/full_screen_video_player.dart';
1510
import 'widgets/hero_video_route.dart';
1611
import 'widgets/time_and_status.dart';

0 commit comments

Comments
 (0)