fixed warnings

This commit is contained in:
Sergey Penkovsky
2021-04-28 09:31:49 +03:00
parent 8a9fb1d55c
commit 37c676cefa
2 changed files with 4 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
--- # Changelog
0.1.1+1 Updated pubspec and readme.md 0.1.1+1 Updated pubspec and readme.md

View File

@@ -1,5 +1,4 @@
## Example # Example
pubspec.yaml: pubspec.yaml:
@@ -19,10 +18,8 @@ dev_dependencies:
test: ^1.16.8 test: ^1.16.8
``` ```
main.dart: main.dart:
```dart ```dart
import 'dart:async'; import 'dart:async';
import 'package:meta/meta.dart'; import 'package:meta/meta.dart';