Skip to content

Commit 1ddb808

Browse files
committed
wip: debug en locale and sync smashlibs
1 parent 235943b commit 1ddb808

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

example/lib/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ class MyApp extends StatelessWidget {
1717
Widget build(BuildContext context) {
1818
return MaterialApp(
1919
title: 'SMASH Import/Export Plugins Example',
20-
// locale: Locale('ja', 'JP'),
20+
//locale: Locale('ja', 'JP'),
21+
//locale: Locale('en', 'US'),
2122
localizationsDelegates: [
2223
IEL.delegate,
2324
GlobalMaterialLocalizations.delegate,

example/pubspec.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -635,9 +635,11 @@ packages:
635635
smashlibs:
636636
dependency: "direct main"
637637
description:
638-
path: "../../smashlibs"
639-
relative: true
640-
source: path
638+
path: "."
639+
ref: "9f248a1"
640+
resolved-ref: "9f248a1b3dd69e93b7de8b323f3c6381ad62ae39"
641+
url: "https://github.com/moovida/smashlibs.git"
642+
source: git
641643
version: "1.0.0"
642644
source_span:
643645
dependency: transitive

example/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ dependencies:
1414
path: ../
1515

1616
smashlibs:
17-
path: ../../smashlibs/
17+
# path: ../smashlibs/
18+
git:
19+
url: https://github.com/moovida/smashlibs.git
20+
ref: 9f248a1
1821

1922
after_layout: ^1.0.7+2
2023

0 commit comments

Comments
 (0)