Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4349106 commit ace3d4aCopy full SHA for ace3d4a
lib/models/app_model.dart
@@ -16,7 +16,7 @@ abstract class AbstractModel extends EasyNotifier {}
16
// * Make sure file is cleared when we logout (ChangeUserCommand)
17
class AppModel extends AbstractModel {
18
static const kFileName = "app-model";
19
- static const kVersion = "1.0.0-RC5";
+ static const kVersion = "1.0.0-RC6";
20
21
// Enable "isGuestUser" if we have no current user, but firebase has been assigned a userId, and we have a current book.
22
// This should cause the app to show a single scrap-board view, with read-only functionality.
0 commit comments