Skip to content

Commit

Permalink
published 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ponnamkarthik committed May 23, 2023
1 parent e658607 commit ab0537b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [8.2.2]

- Adjustments for flutter >=3.10

## [8.2.1]

- Removed `context.mounted`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This one has limited features and no control over UI

```yaml
# add this line to your dependencies
fluttertoast: ^8.2.1
fluttertoast: ^8.2.2
```

```dart
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ packages:
path: ".."
relative: true
source: path
version: "8.2.1"
version: "8.2.2"
js:
dependency: transitive
description:
Expand Down
1 change: 0 additions & 1 deletion lib/fluttertoast.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'dart:async';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: fluttertoast
description: Toast Library for Flutter, Easily create toast messages in single line of code
version: 8.2.1
version: 8.2.2
homepage: https://github.com/PonnamKarthik/FlutterToast
issue_tracker: https://github.com/ponnamkarthik/FlutterToast/issues

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.12.0 <4.0.0'
flutter: ">=1.10.0"

dependencies:
Expand Down

0 comments on commit ab0537b

Please sign in to comment.