mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 13:47:24 +00:00
fixed warnings
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
## Example
|
||||
|
||||
# Example
|
||||
|
||||
pubspec.yaml:
|
||||
|
||||
@@ -19,10 +18,8 @@ dev_dependencies:
|
||||
test: ^1.16.8
|
||||
```
|
||||
|
||||
|
||||
main.dart:
|
||||
|
||||
|
||||
```dart
|
||||
import 'dart:async';
|
||||
import 'package:meta/meta.dart';
|
||||
@@ -133,4 +130,4 @@ class ApiClientImpl implements ApiClient {
|
||||
return 'Network data';
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user