Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zesage committed Dec 17, 2019
1 parent fab7978 commit 61e5618
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.0.4] - 12/17/2019

- update dependencies

## [0.0.3] - 12/17/2019

- add north and south pole textures
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add flutter_earth as a dependency in your pubspec.yaml file.

```yaml
dependencies:
flutter_earth: ^0.0.3
flutter_earth: ^0.0.4
```
```dart
Expand All @@ -28,3 +28,7 @@ import 'package:flutter_earth/flutter_earth.dart';
);
}
```

## Screenshot

![screenshot](https://github.com/zesage/flutter_earth/raw/master/resource/screenshot.gif)
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ packages:
source: hosted
version: "1.1.6"
vector_math:
dependency: transitive
dependency: "direct main"
description:
name: vector_math
url: "https://pub.dartlang.org"
Expand Down
7 changes: 4 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: flutter_earth
description: A Flutter earth widget.
version: 0.0.3
version: 0.0.4
author: Zebiao Hu <zesage@gmail.com>
homepage: https://github.com/zesage/sphere
homepage: https://github.com/zesage/flutter_earth

environment:
sdk: ">=2.1.0 <3.0.0"

dependencies:
flutter:
sdk: flutter

vector_math: any

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 61e5618

Please sign in to comment.