Skip to content

Commit

Permalink
🔖 v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fa-fifi committed Dec 5, 2023
1 parent ccf80ce commit ac543fa
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@
## 0.4.1
* Edit readme.md.
* Update documentation.

## 0.4.0
* Add package screenshots.
* Rename domain variable into frontendUrl to avoid confusion.
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: keycloak_wrapper
description: Keycloak Single Sign-On (SSO) authentication package for Flutter framework.
version: 0.4.0
version: 0.4.1
repository: https://github.com/fa-fifi/keycloak-wrapper
topics: [authentication, keycloak, oauth2, openidconnect]
topics: [ authentication, keycloak, oauth2, openidconnect ]
screenshots:
- description: 'Login screen with the default Keycloak theme.'
- description: "Login screen with the default Keycloak theme"
path: screenshots/login-screen.png

environment:
sdk: '>=3.1.2 <4.0.0'
sdk: ">=3.1.2 <4.0.0"
flutter: ">=1.17.0"

dependencies:
Expand All @@ -20,6 +20,6 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_lints: ^3.0.1

flutter:

0 comments on commit ac543fa

Please sign in to comment.