From e2d32935297bd4d6f252e298a3f3b48d6285b867 Mon Sep 17 00:00:00 2001 From: commitimpush Date: Mon, 5 Sep 2022 12:00:23 +0200 Subject: [PATCH] analyzer fix after updating flutter --- example/lib/main.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index fdbe910..96b8d45 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -1,5 +1,3 @@ -import 'dart:typed_data'; - import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter_image_picker/flutter_image_picker.dart';