Skip to content

Commit

Permalink
release of v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Aug 29, 2023
1 parent 529d289 commit 1496ffd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions flutter_secure_storage_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.2
- Update Dart SDK Constraint to support <4.0.0 instead of <3.0.0.

## 1.1.1
Updated flutter_secure_storage_platform_interface to latest version.

Expand Down
2 changes: 1 addition & 1 deletion flutter_secure_storage_web/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:lint/analysis_options_package.yaml
include: package:lint/package.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// Web library for flutter_secure_storage
library flutter_secure_storage_web;

import 'dart:convert';
Expand Down
4 changes: 2 additions & 2 deletions flutter_secure_storage_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: flutter_secure_storage_web
description: Web implementation of flutter_secure_storage. Use flutter_secure_storage for the full flutter package.
repository: https://github.com/mogol/flutter_secure_storage
version: 1.1.1
version: 1.1.2

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"
flutter: ">=1.20.0"

dependencies:
Expand Down

0 comments on commit 1496ffd

Please sign in to comment.