Skip to content

Commit

Permalink
chore: ensure compatibility with Flutter 3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed May 22, 2024
1 parent 43c3d2e commit 5f0872f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [2.3.1] - 2024-05-22
* Ensure compatibility with Flutter 3.22

## [2.3.0] - 2024-05-22
* Update dependencies

Expand Down
1 change: 1 addition & 0 deletions lib/src/media_provider.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'dart:convert';

import 'package:enough_media/src/util/http_helper.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/services.dart' show rootBundle;

/// Defines a media provider
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: enough_media
description: Extensible collection of media viewers for preview and interactive experiences.
version: 2.3.0
version: 2.3.1
homepage: https://github.com/enough-software/enough_media
topics:
- media
Expand Down

0 comments on commit 5f0872f

Please sign in to comment.