Skip to content

Commit

Permalink
Refactor modules
Browse files Browse the repository at this point in the history
  • Loading branch information
EricApostal committed Dec 19, 2024
1 parent 8b42415 commit cf8cf6f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bonfire/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void main() async {
await Hive.openBox("last-location");
await Hive.openBox("last-guild-channels");
await Hive.openBox("added-accounts");
print("run app!");
print("Run App");
runApp(const ProviderScope(
child: MaterialApp(
localizationsDelegates: [
Expand Down
10 changes: 6 additions & 4 deletions bonfire/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ packages:
fireview:
dependency: "direct main"
description:
path: "../fireview"
path: "../fireview/fireview"
relative: true
source: path
version: "0.0.1"
Expand Down Expand Up @@ -1930,9 +1930,11 @@ packages:
webview_cef:
dependency: transitive
description:
path: "../webview_cef"
relative: true
source: path
path: "."
ref: HEAD
resolved-ref: "76171a26763e7a5b43135a72032a4b877d27fc66"
url: "https://github.com/OpenBonfire/webview_cef"
source: git
version: "0.2.2"
webview_flutter:
dependency: transitive
Expand Down
2 changes: 1 addition & 1 deletion bonfire/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
sdk: flutter

fireview:
path: ../fireview
path: ../fireview/fireview

firebridge:
path: ../firebridge
Expand Down
2 changes: 1 addition & 1 deletion fireview
Submodule fireview updated from 5601dd to 0ab89e
2 changes: 1 addition & 1 deletion markdown_viewer
Submodule markdown_viewer updated from 6de783 to 4b0d13
1 change: 0 additions & 1 deletion webview_cef
Submodule webview_cef deleted from ebd531

0 comments on commit cf8cf6f

Please sign in to comment.