Skip to content

Commit

Permalink
Fix pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Zhuhan committed Nov 1, 2020
1 parent 00759e4 commit c596b36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: fastimage
description: Dart library that finds the size and type of an image given its uri by fetching as little as needed.
version: 0.0.1
author: ky1vstar <i@ky1vstar.dev>
homepage: https://github.com/ky1vstar/fastimage.dart

environment:
sdk: ">=2.6.0 <3.0.0"

dependencies:
meta: ">=1.2.0 <2.0.0"

dev_dependencies:
test: any

0 comments on commit c596b36

Please sign in to comment.