Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Roi Peker
2021-07-04 23:07:04 -0300
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2021-07-04 23:07:04 -0300
Commit
2de6459759fd23c75e1a3c1af35c535d4c414ecb
2de64597
2 parents
60e702ee
7aa17982
Merge pull request #1584 from aadarshadhakalg/master
(fix) import error in example
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
example/lib/lang/translation_service.dart
example/lib/lang/translation_service.dart
View file @
2de6459
import
'package:flutter/material.dart'
;
import
'package:get/get.dart'
;
import
'en_us.dart'
;
import
'pt_br.dart'
;
import
'en_US.dart'
;
import
'pt_BR.dart'
;
class
TranslationService
extends
Translations
{
static
Locale
?
get
locale
=>
Get
.
deviceLocale
;
...
...
Please
register
or
login
to post a comment