mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 10:29:06 +02:00
v1.2.0
- Removed flutter_secure_storage dependency as it was unused - BREAKING: several methods were moved from the ArcaneAuthInterface base class into their own mixins Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
This commit is contained in:
@@ -2,7 +2,9 @@ import "package:arcane_framework/arcane_framework.dart";
|
||||
|
||||
typedef Credentials = ({String email, String password});
|
||||
|
||||
class DebugAuthInterface implements ArcaneAuthInterface {
|
||||
class DebugAuthInterface
|
||||
with ArcaneAuthAccountRegistration, ArcaneAuthPasswordManagement
|
||||
implements ArcaneAuthInterface {
|
||||
DebugAuthInterface._internal();
|
||||
|
||||
static final ArcaneAuthInterface _instance = DebugAuthInterface._internal();
|
||||
|
||||
Reference in New Issue
Block a user