Skip to content

Commit

Permalink
add package:meta dependency, set cached_network_image to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpryan committed Apr 7, 2020
1 parent 2ae3aa8 commit ac52f28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: flutter_map
description: A Dart implementation of Leaflet for Flutter apps
version: 0.9.0
authors:
- John Ryan <[email protected]>
homepage: https://github.com/johnpryan/flutter_map

environment:
Expand All @@ -18,11 +16,12 @@ dependencies:
transparent_image: ^1.0.0
async: ^2.1.0
flutter_image: ^3.0.0
cached_network_image: ^2.0.0-rc
cached_network_image: ^2.0.0
sqflite: ^1.1.5
path_provider: ^1.5.1
vector_math: ^2.0.0
proj4dart: ^1.0.4
meta: ^1.1.0

dev_dependencies:
pedantic: ^1.8.0
Expand Down

0 comments on commit ac52f28

Please sign in to comment.