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 {
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,
Original file line number Diff line number Diff 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: e08e258
640+ resolved-ref: e08e258234c583229e984cc6650df08879ad1734
641+ url: "https://github.com/moovida/smashlibs.git"
642+ source: git
641643 version: "1.0.0"
642644 source_span:
643645 dependency: transitive
Original file line number Diff line number Diff 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 : e08e258
1821
1922 after_layout : ^1.0.7+2
2023
You can’t perform that action at this time.
0 commit comments