Skip to content

Commit

Permalink
Update build badge. (#14)
Browse files Browse the repository at this point in the history
* Update build badge.

* Removed unused imports.

Co-authored-by: Kristina Zotyeva <[email protected]>
  • Loading branch information
KristinaZoteva and Kristina Zotyeva authored Dec 13, 2021
1 parent 0bfb217 commit 5a77910
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 0 additions & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 0 additions & 2 deletions test/otp_text_edit_controller_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 5a77910

Please sign in to comment.