From 39f19ad88e7fc04e84058339de5e160fbb518c36 Mon Sep 17 00:00:00 2001 From: Ben Butterworth <24711048+ben-xD@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:34:01 +0100 Subject: [PATCH] refactor(example): remove unnecessary cupertino import --- push/example/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push/example/lib/main.dart b/push/example/lib/main.dart index d1e059a..ff95bf6 100644 --- a/push/example/lib/main.dart +++ b/push/example/lib/main.dart @@ -1,5 +1,5 @@ import 'package:flutter/material.dart' hide Notification; -import 'package:flutter/cupertino.dart'; +import 'package:flutter/cupertino.dart' hide Notification; import 'package:flutter_hooks/flutter_hooks.dart'; import 'package:flutter_local_notifications/flutter_local_notifications.dart'; import 'package:push/push.dart';