Skip to content

Commit

Permalink
wip: debug en locale and sync smashlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanak committed Jan 8, 2023
1 parent 235943b commit c5fe1a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ class MyApp extends StatelessWidget {
Widget build(BuildContext context) {
return MaterialApp(
title: 'SMASH Import/Export Plugins Example',
// locale: Locale('ja', 'JP'),
//locale: Locale('ja', 'JP'),
locale: Locale('en', 'US'),
localizationsDelegates: [
IEL.delegate,
GlobalMaterialLocalizations.delegate,
Expand Down
8 changes: 5 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,11 @@ packages:
smashlibs:
dependency: "direct main"
description:
path: "../../smashlibs"
relative: true
source: path
path: "."
ref: e08e258
resolved-ref: e08e258234c583229e984cc6650df08879ad1734
url: "https://github.com/moovida/smashlibs.git"
source: git
version: "1.0.0"
source_span:
dependency: transitive
Expand Down
5 changes: 4 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ dependencies:
path: ../

smashlibs:
path: ../../smashlibs/
# path: ../smashlibs/
git:
url: https://github.com/moovida/smashlibs.git
ref: e08e258

after_layout: ^1.0.7+2

Expand Down

0 comments on commit c5fe1a8

Please sign in to comment.