File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ class MyApp extends StatelessWidget {
17
17
Widget build (BuildContext context) {
18
18
return MaterialApp (
19
19
title: 'SMASH Import/Export Plugins Example' ,
20
- // locale: Locale('ja', 'JP'),
20
+ //locale: Locale('ja', 'JP'),
21
+ //locale: Locale('en', 'US'),
21
22
localizationsDelegates: [
22
23
IEL .delegate,
23
24
GlobalMaterialLocalizations .delegate,
Original file line number Diff line number Diff line change @@ -635,9 +635,11 @@ packages:
635
635
smashlibs:
636
636
dependency: "direct main"
637
637
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
641
643
version: "1.0.0"
642
644
source_span:
643
645
dependency: transitive
Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ dependencies:
14
14
path : ../
15
15
16
16
smashlibs :
17
- path : ../../smashlibs/
17
+ # path: ../smashlibs/
18
+ git :
19
+ url : https://github.com/moovida/smashlibs.git
20
+ ref : 9f248a1
18
21
19
22
after_layout : ^1.0.7+2
20
23
You can’t perform that action at this time.
0 commit comments