~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
f35b41e5
—
pyrossh 2 years ago
fix build
- lib/navigation.dart +2 -2
lib/navigation.dart
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import "package:atoms_state/atoms_state.dart";
|
|
1
2
|
import "package:flutter/material.dart";
|
|
2
3
|
import "package:flutter/services.dart";
|
|
3
4
|
import "package:only_bible_app/models.dart";
|
|
@@ -8,12 +9,11 @@ import "package:only_bible_app/sheets/actions_sheet.dart";
|
|
|
8
9
|
import "package:only_bible_app/sheets/highlight_sheet.dart";
|
|
9
10
|
import "package:only_bible_app/sheets/settings_sheet.dart";
|
|
10
11
|
import "package:only_bible_app/store/actions.dart";
|
|
11
|
-
import
|
|
12
|
+
import "package:only_bible_app/store/state.dart";
|
|
12
13
|
import "package:only_bible_app/utils.dart";
|
|
13
14
|
import "package:only_bible_app/widgets/note_sheet.dart";
|
|
14
15
|
import "package:only_bible_app/widgets/scaffold_markdown.dart";
|
|
15
16
|
import "package:share_plus/share_plus.dart";
|
|
16
|
-
import "package:only_bible_app/atom.dart";
|
|
17
17
|
|
|
18
18
|
final actionsShownAtom = Atom(
|
|
19
19
|
key: "actionsShown",
|