From 8f34fd012bebe25aea995b834ebf0d1dbbef38b6 Mon Sep 17 00:00:00 2001 From: mathru Date: Wed, 25 Jan 2023 11:56:53 +0900 Subject: [PATCH] fix: Fixing the create code. --- packages/katana_cli/lib/command/create.dart | 8 +++++--- packages/katana_cli/pubspec.lock | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/katana_cli/lib/command/create.dart b/packages/katana_cli/lib/command/create.dart index 16573c827..48720346c 100644 --- a/packages/katana_cli/lib/command/create.dart +++ b/packages/katana_cli/lib/command/create.dart @@ -311,17 +311,19 @@ final modelAdapter = RuntimeModelAdapter(); /// /// Changing to another adapter allows you to change to another authentication mechanism. // TODO: Change the authentication. -const authAdapter = RuntimeAuthAdapter(); +final authAdapter = RuntimeAuthAdapter(); /// App Storage. /// /// Changing to another adapter allows you to change to another storage mechanism. -const storageAdapter = LocalStorageAdapter(); +// TODO: Change the storage. +final storageAdapter = LocalStorageAdapter(); /// App Functions. /// /// Changing to another adapter allows you to change to another functions mechanism. -const functionsAdapter = RuntimeFunctionsAdapter(); +// TODO: Change the functions. +final functionsAdapter = RuntimeFunctionsAdapter(); /// App Theme. /// diff --git a/packages/katana_cli/pubspec.lock b/packages/katana_cli/pubspec.lock index aa37954e5..56c2fcb48 100644 --- a/packages/katana_cli/pubspec.lock +++ b/packages/katana_cli/pubspec.lock @@ -91,7 +91,7 @@ packages: name: image url: "https://pub.dartlang.org" source: hosted - version: "4.0.11" + version: "4.0.12" intl: dependency: transitive description: