mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
fixed warnings
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
---
|
||||
# Changelog
|
||||
|
||||
0.1.1+1 Updated pubspec and readme.md
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
|
||||
0.1.0 Initial release
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
@@ -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