From 5a77910dcbb010084c354ae0c1ef6e9879ebc42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D1=80=D0=B8=D1=81=D1=82=D0=B8=D0=BD=D0=B0=20=D0=97?= =?UTF-8?q?=D0=BE=D1=82=D1=8C=D0=B5=D0=B2=D0=B0?= <72078435+KristinaZoteva@users.noreply.github.com> Date: Mon, 13 Dec 2021 11:35:47 +0300 Subject: [PATCH] Update build badge. (#14) * Update build badge. * Removed unused imports. Co-authored-by: Kristina Zotyeva --- README.md | 2 +- example/lib/main.dart | 1 - test/otp_text_edit_controller_test.dart | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 439946a..3bcd47f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OTP autofill -[![Build Status](https://shields.io/github/workflow/status/surfstudio/flutter-otp-autofill/build?logo=github&logoColor=white)](https://github.com/surfstudio/flutter-otp-autofill) +[![Build Status](https://shields.io/github/workflow/status/surfstudio/flutter-otp-autofill/Analysis?logo=github&logoColor=white)](https://github.com/surfstudio/flutter-otp-autofill) [![Coverage Status](https://img.shields.io/codecov/c/github/surfstudio/flutter-otp-autofill?logo=codecov&logoColor=white)](https://app.codecov.io/gh/surfstudio/flutter-otp-autofill) [![Pub Version](https://img.shields.io/pub/v/otp_autofill?logo=dart&logoColor=white)](https://pub.dev/packages/otp_autofill) [![Pub Likes](https://badgen.net/pub/likes/otp_autofill)](https://pub.dev/packages/otp_autofill) diff --git a/example/lib/main.dart b/example/lib/main.dart index ccc8c06..878c308 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -15,7 +15,6 @@ import 'dart:async'; import 'package:flutter/material.dart'; -import 'package:flutter/services.dart'; import 'package:otp_autofill/otp_autofill.dart'; import 'package:otp_autofill_example/sample_strategy.dart'; diff --git a/test/otp_text_edit_controller_test.dart b/test/otp_text_edit_controller_test.dart index 16cd728..134e8ec 100644 --- a/test/otp_text_edit_controller_test.dart +++ b/test/otp_text_edit_controller_test.dart @@ -16,8 +16,6 @@ import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:mocktail/mocktail.dart'; import 'package:otp_autofill/otp_autofill.dart'; -import 'package:otp_autofill/src/base/strategy.dart'; -import 'package:otp_autofill/src/otp_text_edit_controller.dart'; import 'package:otp_autofill/src/utill/platform_wrapper.dart'; import 'package:surf_lint_rules/surf_lint_rules.dart';