Skip to content

Commit

Permalink
fix: Moved the upload function from Piker to Storage to masamune_picker.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Jan 7, 2023
1 parent 4f93b72 commit d431e73
Show file tree
Hide file tree
Showing 10 changed files with 1,012 additions and 213 deletions.
165 changes: 72 additions & 93 deletions packages/masamune/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.4"
file_picker:
dependency: transitive
description:
name: file_picker
url: "https://pub.dartlang.org"
source: hosted
version: "5.2.4"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -228,13 +221,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.5"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
name: flutter_plugin_android_lifecycle
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.7"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -337,130 +323,123 @@ packages:
source: hosted
version: "6.5.4"
katana:
dependency: transitive
dependency: "direct overridden"
description:
name: katana
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana"
relative: true
source: path
version: "0.15.10+1"
katana_auth:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_auth
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_auth"
relative: true
source: path
version: "1.1.4"
katana_form:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_form
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_form"
relative: true
source: path
version: "1.3.1"
katana_indicator:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_indicator
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_indicator"
relative: true
source: path
version: "1.1.4"
katana_listenables:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_listenables
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_listenables"
relative: true
source: path
version: "1.2.10"
katana_listenables_annotation:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_listenables_annotation
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_listenables_annotation"
relative: true
source: path
version: "1.2.8"
katana_localization:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_localization
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_localization"
relative: true
source: path
version: "1.1.20"
katana_localization_annotation:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_localization_annotation
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_localization_annotation"
relative: true
source: path
version: "1.1.18"
katana_model:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_model
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_model"
relative: true
source: path
version: "1.3.17"
katana_picker:
dependency: transitive
description:
name: katana_picker
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
katana_router:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_router
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_router"
relative: true
source: path
version: "1.10.8"
katana_router_annotation:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_router_annotation
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_router_annotation"
relative: true
source: path
version: "1.10.5"
katana_scoped:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_scoped
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_scoped"
relative: true
source: path
version: "1.7.0"
katana_shorten:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_shorten
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_shorten"
relative: true
source: path
version: "1.2.0"
katana_storage:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_storage
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_storage"
relative: true
source: path
version: "1.1.0"
katana_theme:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_theme
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_theme"
relative: true
source: path
version: "1.2.8"
katana_theme_annotation:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_theme_annotation
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_theme_annotation"
relative: true
source: path
version: "1.2.5"
katana_ui:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_ui
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana_ui"
relative: true
source: path
version: "1.1.0"
lints:
dependency: transitive
Expand All @@ -484,11 +463,11 @@ packages:
source: path
version: "1.1.0"
masamune_annotation:
dependency: transitive
dependency: "direct overridden"
description:
name: masamune_annotation
url: "https://pub.dartlang.org"
source: hosted
path: "../../masamune_annotation"
relative: true
source: path
version: "1.1.0"
matcher:
dependency: transitive
Expand Down
1 change: 0 additions & 1 deletion packages/masamune/lib/masamune.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ export 'package:meta/meta.dart' show useResult;

part 'form/form_scoped_widget.dart';
part 'model/model.dart';
part 'storage/storage.dart';
part 'scoped/controller.dart';
part 'src/masamune_app.dart';
18 changes: 0 additions & 18 deletions packages/masamune/lib/storage/storage.dart

This file was deleted.

Loading

0 comments on commit d431e73

Please sign in to comment.