Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from btastic/master
Browse files Browse the repository at this point in the history
Updated readme file
  • Loading branch information
MisterJimson authored Jan 30, 2020
2 parents 4fd3a73 + 4139ef6 commit dec3e40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Native Flutter Image tools

This plugin aims to have native tools to resize images and reduce their quality by compression. The code is somewhat hacky (especially the iOS part), but it works for my needs and hasn't crashed on me. Feel free to improve it if you want to.

Right now there is only a compression function available.
Right now there are a few functions. Please find some examples below.

## Usage

Expand All @@ -12,8 +12,7 @@ Right now there is only a compression function available.
Add the following lines to your pubspec.yaml under dependencies

```yaml
flutter_native_image:
git: https://github.com/btastic/flutter_native_image.git
flutter_native_image: ^0.0.5
```
### Compress an image
Expand Down

0 comments on commit dec3e40

Please sign in to comment.