| OLD | NEW |
| (Empty) |
| 1 name: intl | |
| 2 version: 0.12.4+2 | |
| 3 author: Dart Team <misc@dartlang.org> | |
| 4 description: Contains code to deal with internationalized/localized messages, da
te and number formatting and parsing, bi-directional text, and other internation
alization issues. | |
| 5 homepage: https://github.com/dart-lang/intl | |
| 6 environment: | |
| 7 sdk: '>=1.4.0 <2.0.0' | |
| 8 documentation: http://www.dartdocs.org/documentation/intl/latest | |
| 9 dependencies: | |
| 10 analyzer: '>=0.13.2 <0.27.0' | |
| 11 args: '>=0.12.1 <0.14.0' | |
| 12 path: '>=0.9.0 <2.0.0' | |
| 13 petitparser: '>=1.1.3 <2.0.0' | |
| 14 dev_dependencies: | |
| 15 fixnum: '>=0.9.0 <0.10.0' | |
| 16 unittest: '>=0.10.0 <0.12.0' | |
| 17 transformers: | |
| 18 - $dart2js: | |
| 19 $exclude: | |
| 20 - test/date_time_format_file_even_test.dart | |
| 21 - test/date_time_format_file_odd_test.dart | |
| 22 - test/find_default_locale_standalone_test.dart | |
| 23 - test/message_extraction/embedded_plural_text_after_test.dart | |
| 24 - test/message_extraction/embedded_plural_text_before_test.dart | |
| 25 - test/message_extraction/examples_parsing_test.dart | |
| 26 - test/message_extraction/failed_extraction_test.dart | |
| 27 - test/message_extraction/make_hardcoded_translation.dart | |
| 28 - test/message_extraction/message_extraction_no_deferred_test.dart | |
| 29 - test/message_extraction/message_extraction_test.dart | |
| 30 - test/message_extraction/really_fail_extraction_test.dart | |
| 31 - test/intl_message_basic_example_test.dart # invalid import under pub's pac
kage-layout | |
| OLD | NEW |