Skip to content

Commit

Permalink
feat: Add katana_ui.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Dec 18, 2022
1 parent e6649f5 commit 55f5558
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 9 deletions.
17 changes: 12 additions & 5 deletions packages/masamune/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ packages:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.2"
version: "2.3.3"
build_runner_core:
dependency: transitive
description:
Expand Down Expand Up @@ -384,21 +384,21 @@ packages:
name: katana_model
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.12"
version: "1.3.13"
katana_router:
dependency: transitive
description:
name: katana_router
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.2"
version: "1.10.5"
katana_router_annotation:
dependency: transitive
description:
name: katana_router_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.1"
version: "1.10.4"
katana_scoped:
dependency: transitive
description:
Expand Down Expand Up @@ -427,6 +427,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.4"
katana_ui:
dependency: transitive
description:
path: "../../katana_ui"
relative: true
source: path
version: "1.0.0"
lints:
dependency: transitive
description:
Expand Down Expand Up @@ -802,7 +809,7 @@ packages:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.2"
version: "3.1.3"
xdg_directories:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions packages/masamune/lib/masamune.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export 'package:katana_router/katana_router.dart';
export 'package:katana_scoped/katana_scoped.dart';
export 'package:katana_shorten/katana_shorten.dart';
export 'package:katana_theme/katana_theme.dart';
export 'package:katana_ui/katana_ui.dart';
export 'package:masamune_annotation/masamune_annotation.dart';
export 'package:meta/meta.dart' show useResult;

Expand Down
15 changes: 11 additions & 4 deletions packages/masamune/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,21 +209,21 @@ packages:
name: katana_model
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.12"
version: "1.3.13"
katana_router:
dependency: "direct main"
description:
name: katana_router
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.2"
version: "1.10.5"
katana_router_annotation:
dependency: transitive
description:
name: katana_router_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.1"
version: "1.10.4"
katana_scoped:
dependency: "direct main"
description:
Expand Down Expand Up @@ -252,6 +252,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.4"
katana_ui:
dependency: "direct main"
description:
path: "../katana_ui"
relative: true
source: path
version: "1.0.0"
masamune_annotation:
dependency: "direct main"
description:
Expand Down Expand Up @@ -515,7 +522,7 @@ packages:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.2"
version: "3.1.3"
xdg_directories:
dependency: transitive
description:
Expand Down
2 changes: 2 additions & 0 deletions packages/masamune/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ dependencies:
katana_localization: ^1.1.20
katana_form: ^1.2.6
katana_auth: ^1.1.2
katana_ui:
path: ../katana_ui
masamune_annotation:
path: ../masamune_annotation
dev_dependencies:
Expand Down

0 comments on commit 55f5558

Please sign in to comment.