Skip to content

Commit

Permalink
doc: 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sowens-csd committed Mar 1, 2021
1 parent fadbd4a commit 86d37ae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.4.0

### Updates
* fix exceptions from null image info columns on Android
* now catches top level exceptions and returns them as platform exceptions on Flutter

## 2.3.1

### Updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Local Image Provider Plugin

[![pub package](https://img.shields.io/badge/pub-v2.3.1-blue)](https://pub.dartlang.org/packages/local_image_provider) [![build status](https://github.com/csdcorp/local_image_provider/workflows/build/badge.svg)](https://github.com/csdcorp/local_image_provider/actions?query=workflow%3Abuild)
[![pub package](https://img.shields.io/badge/pub-v2.4.0-blue)](https://pub.dartlang.org/packages/local_image_provider) [![build status](https://github.com/csdcorp/local_image_provider/workflows/build/badge.svg)](https://github.com/csdcorp/local_image_provider/actions?query=workflow%3Abuild)

A library for searching and retrieving the metadata and contents of the images and
albums on a mobile device.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.3.1"
version: "2.4.0"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: local_image_provider
description: A library for retrieving the metadata and contents of the images, videos, and albums on a mobile device.
version: 2.3.1
version: 2.4.0
homepage: https://github.com/csdcorp/local_image_provider

environment:
Expand Down

0 comments on commit 86d37ae

Please sign in to comment.