-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement support for TimeZone information + General enhancements (#14)
Add support for Timezones Included all locales that are available from CLDR Changed includes to improve compile times when only limited number of locales is used (breaking change) Improved documentation Update to CLDR 46
- Loading branch information
Showing
5,614 changed files
with
7,494,725 additions
and
36,635 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,7 @@ doc/api/ | |
_* | ||
.* | ||
|
||
pubspec.lock | ||
|
||
!.gitignore | ||
!.github | ||
!.pubignore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
dartdoc: | ||
categories: | ||
"Dates": | ||
markdown: doc/Dates.md | ||
name: "Date and Times" | ||
"Units": | ||
markdown: doc/Units.md | ||
"Languages": | ||
markdown: doc/Languages.md | ||
"Territories": | ||
markdown: doc/Territories.md | ||
"Timezones": | ||
markdown: doc/Timezones.md | ||
showUndocumentedCategories: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Date and time related classes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Language, script and variant related data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Territory related classes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Timezone related classes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Unit related classes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/af.dart' show CommonLocaleDataAf; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/af_na.dart' show CommonLocaleDataAfNA; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/am.dart' show CommonLocaleDataAm; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar.dart' show CommonLocaleDataAr; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_ae.dart' show CommonLocaleDataArAE; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_bh.dart' show CommonLocaleDataArBH; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_dj.dart' show CommonLocaleDataArDJ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_dz.dart' show CommonLocaleDataArDZ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_eg.dart' show CommonLocaleDataArEG; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_eh.dart' show CommonLocaleDataArEH; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_er.dart' show CommonLocaleDataArER; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_il.dart' show CommonLocaleDataArIL; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_iq.dart' show CommonLocaleDataArIQ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_jo.dart' show CommonLocaleDataArJO; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_km.dart' show CommonLocaleDataArKM; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_kw.dart' show CommonLocaleDataArKW; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_lb.dart' show CommonLocaleDataArLB; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_ly.dart' show CommonLocaleDataArLY; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_ma.dart' show CommonLocaleDataArMA; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_mr.dart' show CommonLocaleDataArMR; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_om.dart' show CommonLocaleDataArOM; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_ps.dart' show CommonLocaleDataArPS; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// @nodoc | ||
library; | ||
|
||
export 'common_locale_data.dart'; | ||
export 'src/data/ar_qa.dart' show CommonLocaleDataArQA; |
Oops, something went wrong.