From e23a65868555ce52a8f749936f6526108fb90502 Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Mon, 12 Mar 2018 17:46:26 -0700 Subject: [PATCH] Rev dependencies up and regenerate stock_messages. (#15469) This fixes https://github.com/flutter/flutter/issues/15458. --- dev/automated_tests/pubspec.yaml | 2 +- dev/benchmarks/complex_layout/pubspec.yaml | 2 +- dev/benchmarks/microbenchmarks/pubspec.yaml | 4 +-- dev/bots/pubspec.yaml | 2 +- dev/devicelab/pubspec.yaml | 2 +- dev/integration_tests/channels/pubspec.yaml | 2 +- .../external_ui/pubspec.yaml | 2 +- dev/integration_tests/flavors/pubspec.yaml | 2 +- .../platform_interaction/pubspec.yaml | 2 +- dev/integration_tests/ui/pubspec.yaml | 2 +- dev/manual_tests/pubspec.yaml | 2 +- dev/tools/pubspec.yaml | 2 +- dev/tools/vitool/pubspec.yaml | 2 +- examples/catalog/pubspec.yaml | 2 +- examples/flutter_gallery/pubspec.yaml | 2 +- examples/flutter_view/pubspec.yaml | 2 +- examples/hello_world/pubspec.yaml | 2 +- examples/layers/pubspec.yaml | 2 +- examples/platform_channel/pubspec.yaml | 2 +- examples/platform_channel_swift/pubspec.yaml | 2 +- examples/platform_view/pubspec.yaml | 2 +- .../stocks/lib/i18n/stock_messages_all.dart | 29 ++++++++++++------- .../stocks/lib/i18n/stock_messages_en.dart | 6 +++- .../stocks/lib/i18n/stock_messages_es.dart | 6 +++- examples/stocks/pubspec.yaml | 4 +-- packages/flutter/pubspec.yaml | 2 +- packages/flutter_driver/pubspec.yaml | 2 +- packages/flutter_localizations/pubspec.yaml | 2 +- packages/flutter_test/pubspec.yaml | 2 +- packages/flutter_tools/pubspec.yaml | 2 +- 30 files changed, 57 insertions(+), 42 deletions(-) diff --git a/dev/automated_tests/pubspec.yaml b/dev/automated_tests/pubspec.yaml index 8faa406958..3e84d922e5 100644 --- a/dev/automated_tests/pubspec.yaml +++ b/dev/automated_tests/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: crypto: 2.0.2+1 # TRANSITIVE DEPENDENCY csslib: 0.14.1 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/dev/benchmarks/complex_layout/pubspec.yaml b/dev/benchmarks/complex_layout/pubspec.yaml index 47794c4765..063b0b50ac 100644 --- a/dev/benchmarks/complex_layout/pubspec.yaml +++ b/dev/benchmarks/complex_layout/pubspec.yaml @@ -29,7 +29,7 @@ dev_dependencies: csslib: 0.14.1 # TRANSITIVE DEPENDENCY file: 2.3.7 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/dev/benchmarks/microbenchmarks/pubspec.yaml b/dev/benchmarks/microbenchmarks/pubspec.yaml index c2141518ae..9a5b1ee145 100644 --- a/dev/benchmarks/microbenchmarks/pubspec.yaml +++ b/dev/benchmarks/microbenchmarks/pubspec.yaml @@ -21,12 +21,12 @@ dependencies: csslib: 0.14.1 # TRANSITIVE DEPENDENCY dart_style: 1.0.10 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY intl: 0.15.2 # TRANSITIVE DEPENDENCY - intl_translation: 0.16.2 # TRANSITIVE DEPENDENCY + intl_translation: 0.16.3 # TRANSITIVE DEPENDENCY io: 0.3.2+1 # TRANSITIVE DEPENDENCY isolate: 1.1.0 # TRANSITIVE DEPENDENCY js: 0.6.1 # TRANSITIVE DEPENDENCY diff --git a/dev/bots/pubspec.yaml b/dev/bots/pubspec.yaml index b5ddbb0456..a8d10ea61b 100644 --- a/dev/bots/pubspec.yaml +++ b/dev/bots/pubspec.yaml @@ -22,7 +22,7 @@ dev_dependencies: csslib: 0.14.1 # TRANSITIVE DEPENDENCY file: 2.3.7 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/dev/devicelab/pubspec.yaml b/dev/devicelab/pubspec.yaml index a80d70e2fc..af91068915 100644 --- a/dev/devicelab/pubspec.yaml +++ b/dev/devicelab/pubspec.yaml @@ -33,7 +33,7 @@ dev_dependencies: crypto: 2.0.2+1 # TRANSITIVE DEPENDENCY csslib: 0.14.1 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/dev/integration_tests/channels/pubspec.yaml b/dev/integration_tests/channels/pubspec.yaml index f7610561f7..048190d0c3 100644 --- a/dev/integration_tests/channels/pubspec.yaml +++ b/dev/integration_tests/channels/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: csslib: 0.14.1 # TRANSITIVE DEPENDENCY file: 2.3.7 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/dev/integration_tests/external_ui/pubspec.yaml b/dev/integration_tests/external_ui/pubspec.yaml index 495c623ce8..892a9ad28b 100644 --- a/dev/integration_tests/external_ui/pubspec.yaml +++ b/dev/integration_tests/external_ui/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: csslib: 0.14.1 # TRANSITIVE DEPENDENCY file: 2.3.7 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/dev/integration_tests/flavors/pubspec.yaml b/dev/integration_tests/flavors/pubspec.yaml index 7a2a866da4..56468cb2b4 100644 --- a/dev/integration_tests/flavors/pubspec.yaml +++ b/dev/integration_tests/flavors/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: csslib: 0.14.1 # TRANSITIVE DEPENDENCY file: 2.3.7 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/dev/integration_tests/platform_interaction/pubspec.yaml b/dev/integration_tests/platform_interaction/pubspec.yaml index 4fd1e64897..8ffb2344aa 100644 --- a/dev/integration_tests/platform_interaction/pubspec.yaml +++ b/dev/integration_tests/platform_interaction/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: csslib: 0.14.1 # TRANSITIVE DEPENDENCY file: 2.3.7 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/dev/integration_tests/ui/pubspec.yaml b/dev/integration_tests/ui/pubspec.yaml index 5b73a7093d..5606379871 100644 --- a/dev/integration_tests/ui/pubspec.yaml +++ b/dev/integration_tests/ui/pubspec.yaml @@ -27,7 +27,7 @@ dev_dependencies: csslib: 0.14.1 # TRANSITIVE DEPENDENCY file: 2.3.7 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/dev/manual_tests/pubspec.yaml b/dev/manual_tests/pubspec.yaml index 36d3dd5b8e..f8aa8bbcc0 100644 --- a/dev/manual_tests/pubspec.yaml +++ b/dev/manual_tests/pubspec.yaml @@ -19,7 +19,7 @@ dev_dependencies: crypto: 2.0.2+1 # TRANSITIVE DEPENDENCY csslib: 0.14.1 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/dev/tools/pubspec.yaml b/dev/tools/pubspec.yaml index 1bc746d304..19ebc0f555 100644 --- a/dev/tools/pubspec.yaml +++ b/dev/tools/pubspec.yaml @@ -25,7 +25,7 @@ dev_dependencies: csslib: 0.14.1 # TRANSITIVE DEPENDENCY file: 2.3.7 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY io: 0.3.2+1 # TRANSITIVE DEPENDENCY diff --git a/dev/tools/vitool/pubspec.yaml b/dev/tools/vitool/pubspec.yaml index e216beada1..c4ea44afaa 100644 --- a/dev/tools/vitool/pubspec.yaml +++ b/dev/tools/vitool/pubspec.yaml @@ -25,7 +25,7 @@ dev_dependencies: crypto: 2.0.2+1 # TRANSITIVE DEPENDENCY csslib: 0.14.1 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/examples/catalog/pubspec.yaml b/examples/catalog/pubspec.yaml index d01912bd18..4bb6bb9eb0 100644 --- a/examples/catalog/pubspec.yaml +++ b/examples/catalog/pubspec.yaml @@ -23,7 +23,7 @@ dev_dependencies: csslib: 0.14.1 # TRANSITIVE DEPENDENCY file: 2.3.7 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/examples/flutter_gallery/pubspec.yaml b/examples/flutter_gallery/pubspec.yaml index 37d5281c19..1609eebfb6 100644 --- a/examples/flutter_gallery/pubspec.yaml +++ b/examples/flutter_gallery/pubspec.yaml @@ -34,7 +34,7 @@ dev_dependencies: csslib: 0.14.1 # TRANSITIVE DEPENDENCY file: 2.3.7 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/examples/flutter_view/pubspec.yaml b/examples/flutter_view/pubspec.yaml index dd852e6e92..2cd1c7c0af 100644 --- a/examples/flutter_view/pubspec.yaml +++ b/examples/flutter_view/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: crypto: 2.0.2+1 # TRANSITIVE DEPENDENCY csslib: 0.14.1 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/examples/hello_world/pubspec.yaml b/examples/hello_world/pubspec.yaml index 2828ecb79c..67b5a83043 100644 --- a/examples/hello_world/pubspec.yaml +++ b/examples/hello_world/pubspec.yaml @@ -19,7 +19,7 @@ dev_dependencies: crypto: 2.0.2+1 # TRANSITIVE DEPENDENCY csslib: 0.14.1 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/examples/layers/pubspec.yaml b/examples/layers/pubspec.yaml index 1d76bc7a53..e423f2a73e 100644 --- a/examples/layers/pubspec.yaml +++ b/examples/layers/pubspec.yaml @@ -18,7 +18,7 @@ dev_dependencies: crypto: 2.0.2+1 # TRANSITIVE DEPENDENCY csslib: 0.14.1 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/examples/platform_channel/pubspec.yaml b/examples/platform_channel/pubspec.yaml index a9a54ce5b0..43c945a890 100644 --- a/examples/platform_channel/pubspec.yaml +++ b/examples/platform_channel/pubspec.yaml @@ -22,7 +22,7 @@ dev_dependencies: csslib: 0.14.1 # TRANSITIVE DEPENDENCY file: 2.3.7 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/examples/platform_channel_swift/pubspec.yaml b/examples/platform_channel_swift/pubspec.yaml index 83e8a409fe..c374967e60 100644 --- a/examples/platform_channel_swift/pubspec.yaml +++ b/examples/platform_channel_swift/pubspec.yaml @@ -22,7 +22,7 @@ dev_dependencies: csslib: 0.14.1 # TRANSITIVE DEPENDENCY file: 2.3.7 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/examples/platform_view/pubspec.yaml b/examples/platform_view/pubspec.yaml index 1d19deb0df..6933ccf4a7 100644 --- a/examples/platform_view/pubspec.yaml +++ b/examples/platform_view/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: crypto: 2.0.2+1 # TRANSITIVE DEPENDENCY csslib: 0.14.1 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/examples/stocks/lib/i18n/stock_messages_all.dart b/examples/stocks/lib/i18n/stock_messages_all.dart index e8d5255138..77ebdf91e5 100644 --- a/examples/stocks/lib/i18n/stock_messages_all.dart +++ b/examples/stocks/lib/i18n/stock_messages_all.dart @@ -6,6 +6,7 @@ import 'dart:async'; import 'package:intl/intl.dart'; import 'package:intl/message_lookup_by_library.dart'; +// ignore: implementation_imports import 'package:intl/src/intl_helpers.dart'; import 'stock_messages_en.dart' as messages_en; @@ -29,21 +30,27 @@ MessageLookupByLibrary _findExact(localeName) { } /// User programs should call this before using [localeName] for messages. -Future initializeMessages(String localeName) { - var lib = _deferredLibraries[Intl.canonicalizedLocale(localeName)]; - var load = lib == null ? new Future.value(false) : lib(); - return load.then((_) { - initializeInternalMessageLookup(() => new CompositeMessageLookup()); - messageLookup.addLocale(localeName, _findGeneratedMessagesFor); - }); +Future initializeMessages(String localeName) async { + var availableLocale = Intl.verifiedLocale( + localeName, + (locale) => _deferredLibraries[locale] != null, + onFailure: (_) => null); + if (availableLocale == null) { + return new Future.value(false); + } + var lib = _deferredLibraries[availableLocale]; + await (lib == null ? new Future.value(false) : lib()); + initializeInternalMessageLookup(() => new CompositeMessageLookup()); + messageLookup.addLocale(availableLocale, _findGeneratedMessagesFor); + return new Future.value(true); } bool _messagesExistFor(String locale) { - var messages; try { - messages = _findExact(locale); - } catch (e) {} - return messages != null; + return _findExact(locale) != null; + } catch (e) { + return false; + } } MessageLookupByLibrary _findGeneratedMessagesFor(locale) { diff --git a/examples/stocks/lib/i18n/stock_messages_en.dart b/examples/stocks/lib/i18n/stock_messages_en.dart index 8d3323c0eb..04eb511a6a 100644 --- a/examples/stocks/lib/i18n/stock_messages_en.dart +++ b/examples/stocks/lib/i18n/stock_messages_en.dart @@ -8,13 +8,17 @@ import 'package:intl/message_lookup_by_library.dart'; final messages = new MessageLookup(); +// ignore: unused_element final _keepAnalysisHappy = Intl.defaultLocale; +// ignore: non_constant_identifier_names +typedef MessageIfAbsent(String message_str, List args); + class MessageLookup extends MessageLookupByLibrary { get localeName => 'en'; final messages = _notInlinedMessages(_notInlinedMessages); - static _notInlinedMessages(_) => { + static _notInlinedMessages(_) => { "market" : MessageLookupByLibrary.simpleMessage("MARKET"), "portfolio" : MessageLookupByLibrary.simpleMessage("PORTFOLIO"), "title" : MessageLookupByLibrary.simpleMessage("Stocks") diff --git a/examples/stocks/lib/i18n/stock_messages_es.dart b/examples/stocks/lib/i18n/stock_messages_es.dart index 64c09e7163..0d8943f246 100644 --- a/examples/stocks/lib/i18n/stock_messages_es.dart +++ b/examples/stocks/lib/i18n/stock_messages_es.dart @@ -8,13 +8,17 @@ import 'package:intl/message_lookup_by_library.dart'; final messages = new MessageLookup(); +// ignore: unused_element final _keepAnalysisHappy = Intl.defaultLocale; +// ignore: non_constant_identifier_names +typedef MessageIfAbsent(String message_str, List args); + class MessageLookup extends MessageLookupByLibrary { get localeName => 'es'; final messages = _notInlinedMessages(_notInlinedMessages); - static _notInlinedMessages(_) => { + static _notInlinedMessages(_) => { "market" : MessageLookupByLibrary.simpleMessage("MERCADO"), "portfolio" : MessageLookupByLibrary.simpleMessage("CARTERA"), "title" : MessageLookupByLibrary.simpleMessage("Acciones") diff --git a/examples/stocks/pubspec.yaml b/examples/stocks/pubspec.yaml index e18f3d2eac..1ef825c595 100644 --- a/examples/stocks/pubspec.yaml +++ b/examples/stocks/pubspec.yaml @@ -5,7 +5,7 @@ dependencies: flutter_localizations: sdk: flutter intl: 0.15.2 - intl_translation: 0.16.2 + intl_translation: 0.16.3 http: 0.11.3+16 isolate: 1.1.0 @@ -28,7 +28,7 @@ dev_dependencies: dart_style: 1.0.10 # TRANSITIVE DEPENDENCY file: 2.3.7 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY io: 0.3.2+1 # TRANSITIVE DEPENDENCY diff --git a/packages/flutter/pubspec.yaml b/packages/flutter/pubspec.yaml index 1cc2284397..4873761f4d 100644 --- a/packages/flutter/pubspec.yaml +++ b/packages/flutter/pubspec.yaml @@ -29,7 +29,7 @@ dev_dependencies: crypto: 2.0.2+1 # TRANSITIVE DEPENDENCY csslib: 0.14.1 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY io: 0.3.2+1 # TRANSITIVE DEPENDENCY diff --git a/packages/flutter_driver/pubspec.yaml b/packages/flutter_driver/pubspec.yaml index 7dc3e62c47..a1f7d09bcf 100644 --- a/packages/flutter_driver/pubspec.yaml +++ b/packages/flutter_driver/pubspec.yaml @@ -34,7 +34,7 @@ dev_dependencies: crypto: 2.0.2+1 # TRANSITIVE DEPENDENCY csslib: 0.14.1 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/packages/flutter_localizations/pubspec.yaml b/packages/flutter_localizations/pubspec.yaml index abeab01527..f8d518cb4d 100644 --- a/packages/flutter_localizations/pubspec.yaml +++ b/packages/flutter_localizations/pubspec.yaml @@ -22,7 +22,7 @@ dev_dependencies: crypto: 2.0.2+1 # TRANSITIVE DEPENDENCY csslib: 0.14.1 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http: 0.11.3+16 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY diff --git a/packages/flutter_test/pubspec.yaml b/packages/flutter_test/pubspec.yaml index 96a3d4a78a..aaf5e87d74 100644 --- a/packages/flutter_test/pubspec.yaml +++ b/packages/flutter_test/pubspec.yaml @@ -35,7 +35,7 @@ dependencies: crypto: 2.0.2+1 # TRANSITIVE DEPENDENCY csslib: 0.14.1 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY io: 0.3.2+1 # TRANSITIVE DEPENDENCY diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index 696d439a6e..3fcd070bb7 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -54,7 +54,7 @@ dev_dependencies: convert: 2.0.1 # TRANSITIVE DEPENDENCY csslib: 0.14.1 # TRANSITIVE DEPENDENCY glob: 1.1.5 # TRANSITIVE DEPENDENCY - html: 0.13.2+2 # TRANSITIVE DEPENDENCY + html: 0.13.3 # TRANSITIVE DEPENDENCY http_multi_server: 2.0.4 # TRANSITIVE DEPENDENCY http_parser: 3.1.1 # TRANSITIVE DEPENDENCY io: 0.3.2+1 # TRANSITIVE DEPENDENCY