Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2024-09-17 14:11:46 +02:00
parent 51ffd59961
commit af6194608d
3 changed files with 62 additions and 9 deletions
+8
View File
@@ -1,3 +1,11 @@
## 1.0.3
* Added the ability to switch back to the normal environment from the debug environment in ArcaneEnvironment
* (breaking) Made the optional `onLoggedOut` callback a Future instead of a void function in ArcaneAuthenticationService
* Added additional error handling to the login method in ArcaneAuthenticationService
* Added support for following the system's theme in ArcaneTheme
* Removed the BuildContext parameter from the `switchTheme` method in ArcaneTheme
## 1.0.2
* Migrated ArcaneAuthenticationService's isSignedIn to a ValueListenable