From e5464f1c49d7d351b1c9f7709eff7580caf8f504 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 25 Jun 2019 15:51:09 +0200 Subject: [PATCH] [SetPushRequest] Use correct import Took 3 minutes --- lib/src/requests/SetPushersRequest.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/requests/SetPushersRequest.dart b/lib/src/requests/SetPushersRequest.dart index 6372f2b0..a39115fe 100644 --- a/lib/src/requests/SetPushersRequest.dart +++ b/lib/src/requests/SetPushersRequest.dart @@ -20,8 +20,8 @@ * You should have received a copy of the GNU General Public License * along with famedly. If not, see . */ +import 'package:flutter/widgets.dart'; import 'package:json_annotation/json_annotation.dart'; -import 'package:meta/meta.dart'; part 'SetPushersRequest.g.dart';