Skip to content

Optimized the i18n model lookup. #209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
9134b5c
adding khmer localization
Lykeosovandara Apr 7, 2020
2a82660
Enabling UI Refresh on change the right list
maerlynflagg Oct 5, 2020
3da40d5
Use the localized am and pm strings in Time12hPickerModel
shadyshrif Oct 17, 2020
f1bf64f
adding khmer i18n
Lykeosovandara Oct 20, 2020
c044b55
Merge branch 'master' of https://github.com/Lykeosovandara/flutter_da…
Lykeosovandara Oct 20, 2020
7681e20
Realank#197 shadowThemeOnly is removed on flutter master and we'd bet…
espresso3389 Nov 4, 2020
1f4e997
Update flutter_datetime_picker.dart
sirajulhudalabs Nov 23, 2020
fe7ecf4
Fix spelling mistakes on Catalan language
boscharnau Nov 24, 2020
d443788
Added super(key) to _DatePickerComponent.
awhitford Dec 11, 2020
8174057
Optimized the i18n model lookup.
awhitford Dec 11, 2020
fe18d3b
Merge pull request #203 from boscharnau/master
Realank Jan 15, 2021
deda38b
Merge branch 'master' into master
Realank Jan 15, 2021
7a66eee
Merge pull request #191 from Lykeosovandara/master
Realank Jan 15, 2021
63871e1
Merge pull request #184 from maerlynflagg/maerlynflagg-patch-1
Realank Jan 15, 2021
e5fdb43
Merge pull request #190 from shadyshrif/master
Realank Jan 15, 2021
22cfd57
Merge pull request #202 from sirajulhudalabs/patch-1
Realank Jan 15, 2021
2e8d5ce
Merge branch 'master' into master
Realank Jan 15, 2021
59ed7aa
Merge pull request #199 from espresso3389/master
Realank Jan 15, 2021
586383c
Merge pull request #208 from awhitford/super_key
Realank Jan 15, 2021
969c0db
Optimized the i18n model lookup.
awhitford Dec 11, 2020
eec06aa
Rebased with master.
awhitford Jan 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ you can choose date / time / date&time in multiple languages:
- Thai(th)
- Turkish(tr)
- Vietnamese(vi)
- Khmer(kh)


and you can also custom your own picker content
Expand Down
Loading