Skip to content

Commit

Permalink
Upgrade material leap
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Dec 11, 2024
1 parent 18799a2 commit f9a4e1b
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 72 deletions.
20 changes: 10 additions & 10 deletions api/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@ packages:
dependency: transitive
description:
name: io
sha256: "2ec25704aba361659e10e3e5f5d672068d332fc8ac516421d483a11e5cbd061e"
sha256: dfd5a80599cf0165756e3181807ed3e77daf6dd4137caaad72d0b7931597650b
url: "https://pub.dev"
source: hosted
version: "1.0.4"
version: "1.0.5"
js:
dependency: transitive
description:
Expand Down Expand Up @@ -363,10 +363,10 @@ packages:
dependency: transitive
description:
name: package_config
sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd"
sha256: "92d4488434b520a62570293fbd33bb556c7d49230791c1b4bbd973baf6d2dc67"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.1.1"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -395,10 +395,10 @@ packages:
dependency: transitive
description:
name: pub_semver
sha256: "40d3ab1bbd474c4c2328c91e3a7df8c6dd629b79ece4c4bd04bee496a224fb0c"
sha256: "7b3cfbf654f3edd0c6298ecd5be782ce997ddf0e00531b9464b55245185bbbbd"
url: "https://pub.dev"
source: hosted
version: "2.1.4"
version: "2.1.5"
pubspec_parse:
dependency: transitive
description:
Expand Down Expand Up @@ -483,18 +483,18 @@ packages:
dependency: transitive
description:
name: source_maps
sha256: "708b3f6b97248e5781f493b765c3337db11c5d2c81c3094f10904bfa8004c703"
sha256: "190222579a448b03896e0ca6eca5998fa810fda630c1d65e2f78b3f638f54812"
url: "https://pub.dev"
source: hosted
version: "0.10.12"
version: "0.10.13"
source_span:
dependency: transitive
description:
name: source_span
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c"
url: "https://pub.dev"
source: hosted
version: "1.10.0"
version: "1.10.1"
sprintf:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion app/android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.1018.0)
aws-partitions (1.1020.0)
aws-sdk-core (3.214.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
Expand Down
4 changes: 2 additions & 2 deletions app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Future<void> main([List<String> args = const []]) async {
Object? initialExtra;
if (result.arguments.isNotEmpty && !kIsWeb) {
var path = result.arguments[0].replaceAll('\\', '/');
var file = File(path);
final file = File(path);
if (await file.exists()) {
var directory = Directory(await getButterflyDocumentsDirectory());
final directory = Directory(await getButterflyDocumentsDirectory());
// Test if file is in directory
if (file.path.startsWith(directory.path)) {
// Relative path
Expand Down
56 changes: 4 additions & 52 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.11"
ansicolor:
dependency: transitive
description:
name: ansicolor
sha256: "50e982d500bc863e1d703448afdbf9e5a72eb48840a4f766fa361ffd6877055f"
url: "https://pub.dev"
source: hosted
version: "2.0.3"
archive:
dependency: "direct main"
description:
Expand Down Expand Up @@ -294,21 +286,13 @@ packages:
source: hosted
version: "0.3.4+2"
crypto:
dependency: "direct main"
dependency: transitive
description:
name: crypto
sha256: "1e445881f28f22d6140f181e07737b22f1e099a5e1ff94b0af2f9e4a463f4855"
url: "https://pub.dev"
source: hosted
version: "3.0.6"
csslib:
dependency: transitive
description:
name: csslib
sha256: "09bad715f418841f976c77db72d5398dc1253c21fb9c0c7f0b0b985860b2d58e"
url: "https://pub.dev"
source: hosted
version: "1.0.2"
dart_leap:
dependency: transitive
description:
Expand Down Expand Up @@ -374,14 +358,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.7"
espresso:
dependency: "direct dev"
description:
name: espresso
sha256: cbf1b4c38c9a60ec77a2b24346155918141b15bca92f308c0246e76cdf43450b
url: "https://pub.dev"
source: hosted
version: "0.4.0+3"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -533,14 +509,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.5"
flutter_native_splash:
dependency: "direct dev"
description:
name: flutter_native_splash
sha256: "1152ab0067ca5a2ebeb862fe0a762057202cceb22b7e62692dcbabf6483891bb"
url: "https://pub.dev"
source: hosted
version: "2.4.3"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down Expand Up @@ -669,14 +637,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.2"
html:
dependency: transitive
description:
name: html
sha256: "1fc58edeaec4307368c60d59b7e15b9d658b57d7f3125098b6294153c75337ec"
url: "https://pub.dev"
source: hosted
version: "0.15.5"
http:
dependency: "direct main"
description:
Expand Down Expand Up @@ -881,8 +841,8 @@ packages:
dependency: "direct main"
description:
path: "packages/material_leap"
ref: b01f6a3bf0e4e72a9c6e312d31bfa2f1d235d899
resolved-ref: b01f6a3bf0e4e72a9c6e312d31bfa2f1d235d899
ref: f29b1ae0e338ec155e1c5b0a204c399232904540
resolved-ref: f29b1ae0e338ec155e1c5b0a204c399232904540
url: "https://github.com/LinwoodDev/dart_pkgs"
source: git
version: "0.0.1"
Expand Down Expand Up @@ -969,7 +929,7 @@ packages:
source: hosted
version: "3.0.1"
path:
dependency: "direct main"
dependency: transitive
description:
name: path
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
Expand Down Expand Up @@ -1463,14 +1423,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.4.0"
universal_io:
dependency: transitive
description:
name: universal_io
sha256: "1722b2dcc462b4b2f3ee7d188dad008b6eb4c40bbd03a3de451d82c78bba9aad"
url: "https://pub.dev"
source: hosted
version: "2.2.2"
url_launcher:
dependency: "direct main"
description:
Expand Down
7 changes: 2 additions & 5 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies:
window_manager: ^0.4.0
flex_color_scheme: ^8.0.0
json_annotation: ^4.9.0
path: ^1.8.3
printing: ^5.13.1
pdf: ^3.10.8
http: ^1.2.1
Expand All @@ -72,7 +71,7 @@ dependencies:
material_leap:
git:
url: https://github.com/LinwoodDev/dart_pkgs
ref: b01f6a3bf0e4e72a9c6e312d31bfa2f1d235d899
ref: f29b1ae0e338ec155e1c5b0a204c399232904540
path: packages/material_leap
lw_sysapi:
git:
Expand Down Expand Up @@ -103,17 +102,15 @@ dependencies:
one_dollar_unistroke_recognizer: ^1.2.0
super_clipboard: ^0.9.0-dev.4
web: ^1.0.0
crypto: ^3.0.6
dev_dependencies:
flutter_native_splash: ^2.4.0
#flutter_native_splash: ^2.4.0
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
flutter_driver:
sdk: flutter
build_runner: ^2.4.9
json_serializable: ^6.7.1
espresso: ^0.4.0
freezed: ^2.5.2
dependency_overrides:
flutter_secure_storage_web:
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/124.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* Add duplicate button
* Change create template button to save icon
* Improve thumbnail display to have rounded corners
* Add color wheel to color picker
* Improve responsiveness of exact slider
* Change zoom dependent to false by default
* Fix export on web
* Fix shape detection always enabled in pen tool
Expand Down
4 changes: 2 additions & 2 deletions tools/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ packages:
dependency: transitive
description:
name: source_span
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c"
url: "https://pub.dev"
source: hosted
version: "1.10.0"
version: "1.10.1"
string_scanner:
dependency: transitive
description:
Expand Down

0 comments on commit f9a4e1b

Please sign in to comment.