Browse Source

minor fix

ashilkn 2 years ago
parent
commit
f8296ca639
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/services/collections_service.dart

+ 1 - 0
lib/services/collections_service.dart

@@ -3,6 +3,7 @@
 import 'dart:async';
 import 'dart:convert';
 import 'dart:math';
+import 'dart:typed_data';
 
 import 'package:dio/dio.dart';
 import 'package:flutter/foundation.dart';