flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
165.11k stars 27.21k forks source link

Flutter Build Error: Process 'command 'E:\Flutter Apps\flutter\bin\flutter.bat'' finished with non-zero exit value 1 #77250

Closed dcb-online closed 3 years ago

dcb-online commented 3 years ago

Steps to Reproduce

  1. Installed Flutter v2
  2. Android studio and flutter as well as fluxbuilder is a clean version
  3. still receiving errors when trying to build

Logs (I have attached my flutter run --verbose logs in the attached file (see attached error_log.txt file

error_logs_verbose.txt ).

I get the following in the "Run" window:

Launching lib\main.dart on sdk gphone x86 arm in debug mode...
Running Gradle task 'assembleDebug'...
lib/tabbar.dart:189:9: Error: No named parameter with the name 'resizeToAvoidBottomPadding'.
        resizeToAvoidBottomPadding: false,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
../flutter/packages/flutter/lib/src/material/scaffold.dart:1451:9: Context: Found this candidate, but the arguments don't match.
  const Scaffold({
        ^^^^^^^^
../flutter/.pub-cache/hosted/pub.dartlang.org/extended_image-1.5.0/lib/src/extended_image.dart:785:44: Error: No named parameter with the name 'nullOk'.
    _invertColors = MediaQuery.of(context, nullOk: true)?.invertColors ??
                                           ^^^^^^
../flutter/packages/flutter/lib/src/widgets/media_query.dart:818:25: Context: Found this candidate, but the arguments don't match.
  static MediaQueryData of(BuildContext context) {
                        ^^
../flutter/.pub-cache/hosted/pub.dartlang.org/pull_to_refresh-1.6.3/lib/src/smart_refresher.dart:273:21: Error: The method 'ancestorWidgetOfExactType' isn't defined for the class 'BuildContext'.
 - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('../flutter/packages/flutter/lib/src/widgets/framework.dart').
Try correcting the name to the name of an existing method, or defining a method named 'ancestorWidgetOfExactType'.
    return context?.ancestorWidgetOfExactType(SmartRefresher);
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
../flutter/.pub-cache/hosted/pub.dartlang.org/pull_to_refresh-1.6.3/lib/src/smart_refresher.dart:277:21: Error: The method 'ancestorStateOfType' isn't defined for the class 'BuildContext'.
 - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('../flutter/packages/flutter/lib/src/widgets/framework.dart').
Try correcting the name to the name of an existing method, or defining a method named 'ancestorStateOfType'.
    return context?.ancestorStateOfType(TypeMatcher<SmartRefresherState>());
                    ^^^^^^^^^^^^^^^^^^^
../flutter/.pub-cache/hosted/pub.dartlang.org/pull_to_refresh-1.6.3/lib/src/smart_refresher.dart:1003:20: Error: The method 'inheritFromWidgetOfExactType' isn't defined for the class 'BuildContext'.
 - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('../flutter/packages/flutter/lib/src/widgets/framework.dart').
Try correcting the name to the name of an existing method, or defining a method named 'inheritFromWidgetOfExactType'.
    return context.inheritFromWidgetOfExactType(RefreshConfiguration);
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../flutter/.pub-cache/hosted/pub.dartlang.org/wave-0.1.0/lib/config.dart:46:13: Error: Method not found: 'throwNullError'.
            throwNullError('custom', 'colors` or `gradients');
            ^^^^^^^^^^^^^^
../flutter/.pub-cache/hosted/pub.dartlang.org/wave-0.1.0/lib/config.dart:60:13: Error: Method not found: 'throwNullError'.
            throwNullError('custom', 'durations');
            ^^^^^^^^^^^^^^
../flutter/.pub-cache/hosted/pub.dartlang.org/wave-0.1.0/lib/config.dart:66:13: Error: Method not found: 'throwNullError'.
            throwNullError('custom', 'heightPercentages');
            ^^^^^^^^^^^^^^
../flutter/.pub-cache/hosted/pub.dartlang.org/rubber-0.4.0/lib/src/bottom_sheet.dart:54:10: Error: The method 'ancestorStateOfType' isn't defined for the class 'BuildContext'.
 - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('../flutter/packages/flutter/lib/src/widgets/framework.dart').
Try correcting the name to the name of an existing method, or defining a method named 'ancestorStateOfType'.
        .ancestorStateOfType(const TypeMatcher<RubberBottomSheetState>());
         ^^^^^^^^^^^^^^^^^^^
../flutter/.pub-cache/hosted/pub.dartlang.org/country_pickers-1.3.0/lib/utils/my_alert_dialog.dart:139:36: Error: Method not found: 'ButtonTheme.bar'.
      children.add(new ButtonTheme.bar(
                                   ^^^

FAILURE: Build failed with an exception.

* Where:
Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 991

* What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
> Process 'command 'C:\src\flutter\bin\flutter.bat'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 2m 55s
Exception: Gradle task assembleDebug failed with exit code 1

error_logs_verbose.txt

I have also bought another license from ThemeForest in order for InspireUI to assist me as well as in the discord channel but no luck and I really need to get this sorted.

Would it perhaps not be possible for someone to remote into my machine and assist?

darshankawar commented 3 years ago

@dcb-online The verbose txt file you shared seems to be incomplete as it doesn't show the entire log. Also, looking at all the errors you listed, they all are pointing to the 3rd party plugins you may be using.

https://pub.dev/packages/extended_image

https://pub.dev/packages/pull_to_refresh/install https://pub.dev/packages/wave/install

https://pub.dev/packages/rubber and country_picker

Try to run flutter clean or flutter pub cache repair and then flutter run to see if it helps. May be the 3rd party plugins you are using are not migrated to null safety yet and hence the compiler is complaining about it.

Try to remove those plugins and build again to see if you still get the errors. If not, then you need to file this issue in respective plugin owner's repo. If issue still persists after removing the said plugins, then provide flutter doctor -v, pubspec.yaml and updated flutter run --verbose logs.

dcb-online commented 3 years ago

Hi thank you,

So what I did was loaded a clean Flutter again, and a clean version of fluxstore.

I followed received the error of my origianl issue again and followed your recommendations and received the following error:

C:\src\Bloempapier>flutter run Because every version of flutter_localizations from sdk depends on intl 0.17.0 and fstore depends on intl ^0.16.1, flutter_localizations from sdk is forbidden. So, because fstore depends on flutter_localizations any from sdk, version solving failed. Running "flutter pub get" in Bloempapier... pub get failed (1; So, because fstore depends on flutter_localizations any from sdk, version solving failed.)

C:\src\Bloempapier>

This is what I get when running flutter run --verbose

`C:\src\Bloempapier>flutter run --verbose [ +69 ms] executing: [C:\src\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +53 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] 60bd88df915880d23877bfc1602e8ddcf4c4dd2a [ ] executing: [C:\src\flutter/] git tag --points-at 60bd88df915880d23877bfc1602e8ddcf4c4dd2a [ +33 ms] Exit code 0 from: git tag --points-at 60bd88df915880d23877bfc1602e8ddcf4c4dd2a [ ] 2.0.0 [ +34 ms] executing: [C:\src\flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +29 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/stable [ ] executing: [C:\src\flutter/] git ls-remote --get-url origin [ +24 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +56 ms] executing: [C:\src\flutter/] git rev-parse --abbrev-ref HEAD [ +32 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] stable [ +57 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +57 ms] executing: C:\Users\Rihaco\AppData\Local\Android\sdk\platform-tools\adb.exe devices -l [ +43 ms] List of devices attached emulator-5554 device product:sdk_gphone_x86_arm model:sdk_gphone_x86_arm device:generic_x86_arm transport_id:1 [ +5 ms] C:\Users\Rihaco\AppData\Local\Android\sdk\platform-tools\adb.exe -s emulator-5554 shell getprop [ +51 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +116 ms] Running "flutter pub get" in Bloempapier... [ +3 ms] Using C:\src\flutter.pub-cache for the pub cache. [ +2 ms] executing: [C:\src\Bloempapier/] C:\src\flutter\bin\cache\dart-sdk\bin\pub.bat --verbose get --no-precompile [ +136 ms] FINE: Pub 2.12.0 [ +149 ms] MSG : Resolving dependencies... [ +132 ms] SLVR: fact: fstore is 1.9.4+3001 [ +7 ms] SLVR: derived: fstore [ +29 ms] SLVR: fact: fstore depends on inspireui from path [ ] SLVR: fact: fstore depends on flutter any from sdk [ ] SLVR: fact: fstore depends on cloud_firestore 0.14.4 [ ] SLVR: fact: fstore depends on firebase_analytics 6.3.0 [ ] SLVR: fact: fstore depends on firebase_auth 0.18.4+1 [ ] SLVR: fact: fstore depends on firebase_core 0.5.3 [ ] SLVR: fact: fstore depends on firebase_database 4.4.0 [ ] SLVR: fact: fstore depends on firestore_ui 1.12.0 [ ] SLVR: fact: fstore depends on provider 4.3.2+3 [ ] SLVR: fact: fstore depends on animated_splash 1.0.0 [ ] SLVR: fact: fstore depends on animated_text_kit 3.0.2 [ ] SLVR: fact: fstore depends on animations 1.1.2 [ ] SLVR: fact: fstore depends on awesome_card 1.1.0 [ ] SLVR: fact: fstore depends on carousel_pro 1.0.0 [ ] SLVR: fact: fstore depends on configurable_expansion_tile 1.0.0 [ ] SLVR: fact: fstore depends on country_code_picker 1.7.0 [ ] SLVR: fact: fstore depends on custom_splash 0.0.2 [ ] SLVR: fact: fstore depends on flare_splash_screen 3.0.1 [ ] SLVR: fact: fstore depends on rive ^0.6.4 [ ] SLVR: fact: fstore depends on flash 1.3.1 [ ] SLVR: fact: fstore depends on flutter_spinkit 4.1.2+1 [ ] SLVR: fact: fstore depends on flutter_staggered_grid_view 0.3.2 [ ] SLVR: fact: fstore depends on flutter_statusbarcolor 0.2.3 [ ] SLVR: fact: fstore depends on flutter_swiper 1.1.6 [ ] SLVR: fact: fstore depends on visibility_detector 0.1.5 [ ] SLVR: fact: fstore depends on font_awesome_flutter 8.11.0 [ ] SLVR: fact: fstore depends on image_picker 0.6.7+15 [ ] SLVR: fact: fstore depends on multi_image_picker ^4.7.14 [ ] SLVR: fact: fstore depends on intro_slider 2.3.3 [ ] SLVR: fact: fstore depends on liquid_swipe 1.5.0 [ ] SLVR: fact: fstore depends on page_indicator 0.3.0 [ ] SLVR: fact: fstore depends on percent_indicator 2.1.8 [ ] SLVR: fact: fstore depends on pin_code_fields 6.0.1 [ ] SLVR: fact: fstore depends on rate_my_app 0.7.2 [ ] SLVR: fact: fstore depends on sticky_headers 0.1.8+1 [ ] SLVR: fact: fstore depends on zoom_widget 0.1.3 [ ] SLVR: fact: fstore depends on cupertino_icons any [ ] SLVR: fact: fstore depends on flutter_html 1.1.1 [ ] SLVR: fact: fstore depends on video_player 1.0.1 [ ] SLVR: fact: fstore depends on html_unescape 1.0.2 [ ] SLVR: fact: fstore depends on webview_flutter 1.0.7 [ ] SLVR: fact: fstore depends on flutter_widget_from_html 0.5.2 [ ] SLVR: fact: fstore depends on flutter_webview_plugin 0.3.11 [ ] SLVR: fact: fstore depends on responsive_builder 0.3.0 [ ] SLVR: fact: fstore depends on google_maps_flutter 1.0.6 [ ] SLVR: fact: fstore depends on location 2.3.5 [ ] SLVR: fact: fstore depends on localstorage 3.0.3+6 [ ] SLVR: fact: fstore depends on shared_preferences 0.5.12+4 [ +2 ms] SLVR: fact: fstore depends on connectivity 2.0.2 [ +6 ms] SLVR: fact: fstore depends on http 0.12.2 [ ] SLVR: fact: fstore depends on http_auth 0.3.1 [ ] SLVR: fact: fstore depends on url_launcher 5.7.10 [ ] SLVR: fact: fstore depends on uni_links 0.4.0 [ ] SLVR: fact: fstore depends on firebase_dynamic_links 0.6.3 [ ] SLVR: fact: fstore depends on apple_sign_in 0.1.0 [ ] SLVR: fact: fstore depends on flutter_facebook_login 3.0.0 [ ] SLVR: fact: fstore depends on google_sign_in 4.5.6 [ ] SLVR: fact: fstore depends on firebase_messaging 7.0.3 [ ] SLVR: fact: fstore depends on notification_permissions 0.4.8 [ ] SLVR: fact: fstore depends on onesignal_flutter 2.6.2 [ ] SLVR: fact: fstore depends on stripe_sdk 3.2.0 [ ] SLVR: fact: fstore depends on razorpay_flutter 1.2.3 [ ] SLVR: fact: fstore depends on cached_network_image 2.4.1 [ ] SLVR: fact: fstore depends on transparent_image 1.0.0 [ ] SLVR: fact: fstore depends on facebook_audience_network 0.7.1 [ ] SLVR: fact: fstore depends on firebase_admob 0.10.3 [ ] SLVR: fact: fstore depends on auto_size_text 2.1.0 [ ] SLVR: fact: fstore depends on event_bus 1.1.1 [ ] SLVR: fact: fstore depends on google_fonts 1.1.1 [ +1 ms] SLVR: fact: fstore depends on random_string 2.1.0 [ ] SLVR: fact: fstore depends on share 0.6.5+4 [ ] SLVR: fact: fstore depends on sms_autofill 1.2.6 [ ] SLVR: fact: fstore depends on json_annotation 3.1.1 [ ] SLVR: fact: fstore depends on timeago 2.0.29 [ ] SLVR: fact: fstore depends on universal_platform ^0.1.3 [ ] SLVR: fact: fstore depends on uuid 2.2.2 [ ] SLVR: fact: fstore depends on validate 1.7.0 [ ] SLVR: fact: fstore depends on vector_math any [ ] SLVR: fact: fstore depends on async ^2.4.2 [ ] SLVR: fact: fstore depends on easy_debounce 1.0.2 [ ] SLVR: fact: fstore depends on jwt_decoder ^1.0.3 [ ] SLVR: fact: fstore depends on charts_flutter 0.9.0 [ ] SLVR: fact: fstore depends on flutter_image_compress ^0.7.0 [ ] SLVR: fact: fstore depends on encrypt ^4.1.0 [ ] SLVR: fact: fstore depends on adaptive_breakpoints 0.0.3 [ ] SLVR: fact: fstore depends on intl ^0.16.1 [ ] SLVR: fact: fstore depends on flutter_localizations any from sdk [ ] SLVR: fact: fstore depends on flutter_test any from sdk [ ] SLVR: fact: fstore depends on flutter_launcher_icons 0.8.1 [ ] SLVR: fact: fstore depends on pedantic 1.8.0+1 [ ] SLVR: fact: fstore depends on mockito ^4.1.1 [ ] SLVR: fact: fstore depends on build_runner 1.10.9 [ ] SLVR: fact: fstore depends on json_serializable 3.5.1 [ ] SLVR: selecting fstore [ ] SLVR: derived: json_serializable 3.5.1 [ ] SLVR: derived: build_runner 1.10.9 [ ] SLVR: derived: mockito ^4.1.1 [ ] SLVR: derived: pedantic 1.8.0+1 [ ] SLVR: derived: flutter_launcher_icons 0.8.1 [ ] SLVR: derived: flutter_test any from sdk [ ] SLVR: derived: flutter_localizations any from sdk [ ] SLVR: derived: intl ^0.16.1 [ ] SLVR: derived: adaptive_breakpoints 0.0.3 [ ] SLVR: derived: encrypt ^4.1.0 [ ] SLVR: derived: flutter_image_compress ^0.7.0 [ ] SLVR: derived: charts_flutter 0.9.0 [ ] SLVR: derived: jwt_decoder ^1.0.3 [ ] SLVR: derived: easy_debounce 1.0.2 [ ] SLVR: derived: async ^2.4.2 [ ] SLVR: derived: vector_math any [ ] SLVR: derived: validate 1.7.0 [ ] SLVR: derived: uuid 2.2.2 [ +1 ms] SLVR: derived: universal_platform ^0.1.3 [ ] SLVR: derived: timeago 2.0.29 [ ] SLVR: derived: json_annotation 3.1.1 [ ] SLVR: derived: sms_autofill 1.2.6 [ ] SLVR: derived: share 0.6.5+4 [ ] SLVR: derived: random_string 2.1.0 [ ] SLVR: derived: google_fonts 1.1.1 [ ] SLVR: derived: event_bus 1.1.1 [ ] SLVR: derived: auto_size_text 2.1.0 [ ] SLVR: derived: firebase_admob 0.10.3 [ ] SLVR: derived: facebook_audience_network 0.7.1 [ ] SLVR: derived: transparent_image 1.0.0 [ ] SLVR: derived: cached_network_image 2.4.1 [ ] SLVR: derived: razorpay_flutter 1.2.3 [ ] SLVR: derived: stripe_sdk 3.2.0 [ ] SLVR: derived: onesignal_flutter 2.6.2 [ ] SLVR: derived: notification_permissions 0.4.8 [ ] SLVR: derived: firebase_messaging 7.0.3 [ ] SLVR: derived: google_sign_in 4.5.6 [ ] SLVR: derived: flutter_facebook_login 3.0.0 [ ] SLVR: derived: apple_sign_in 0.1.0 [ ] SLVR: derived: firebase_dynamic_links 0.6.3 [ ] SLVR: derived: uni_links 0.4.0 [ ] SLVR: derived: url_launcher 5.7.10 [ ] SLVR: derived: http_auth 0.3.1 [ ] SLVR: derived: http 0.12.2 [ ] SLVR: derived: connectivity 2.0.2 [ ] SLVR: derived: shared_preferences 0.5.12+4 [ ] SLVR: derived: localstorage 3.0.3+6 [ ] SLVR: derived: location 2.3.5 [ ] SLVR: derived: google_maps_flutter 1.0.6 [ ] SLVR: derived: responsive_builder 0.3.0 [ ] SLVR: derived: flutter_webview_plugin 0.3.11 [ ] SLVR: derived: flutter_widget_from_html 0.5.2 [ ] SLVR: derived: webview_flutter 1.0.7 [ ] SLVR: derived: html_unescape 1.0.2 [ ] SLVR: derived: video_player 1.0.1 [ ] SLVR: derived: flutter_html 1.1.1 [ ] SLVR: derived: cupertino_icons any [ ] SLVR: derived: zoom_widget 0.1.3 [ ] SLVR: derived: sticky_headers 0.1.8+1 [ ] SLVR: derived: rate_my_app 0.7.2 [ ] SLVR: derived: pin_code_fields 6.0.1 [ ] SLVR: derived: percent_indicator 2.1.8 [ ] SLVR: derived: page_indicator 0.3.0 [ +4 ms] SLVR: derived: liquid_swipe 1.5.0 [ +5 ms] SLVR: derived: intro_slider 2.3.3 [ ] SLVR: derived: multi_image_picker ^4.7.14 [ ] SLVR: derived: image_picker 0.6.7+15 [ ] SLVR: derived: font_awesome_flutter 8.11.0 [ ] SLVR: derived: visibility_detector 0.1.5 [ ] SLVR: derived: flutter_swiper 1.1.6 [ ] SLVR: derived: flutter_statusbarcolor 0.2.3 [ ] SLVR: derived: flutter_staggered_grid_view 0.3.2 [ ] SLVR: derived: flutter_spinkit 4.1.2+1 [ ] SLVR: derived: flash 1.3.1 [ ] SLVR: derived: rive ^0.6.4 [ ] SLVR: derived: flare_splash_screen 3.0.1 [ ] SLVR: derived: custom_splash 0.0.2 [ ] SLVR: derived: country_code_picker 1.7.0 [ ] SLVR: derived: configurable_expansion_tile 1.0.0 [ ] SLVR: derived: carousel_pro 1.0.0 [ +9 ms] SLVR: derived: awesome_card 1.1.0 [ ] SLVR: derived: animations 1.1.2 [ ] SLVR: derived: animated_text_kit 3.0.2 [ ] SLVR: derived: animated_splash 1.0.0 [ ] SLVR: derived: provider 4.3.2+3 [ ] SLVR: derived: firestore_ui 1.12.0 [ ] SLVR: derived: firebase_database 4.4.0 [ ] SLVR: derived: firebase_core 0.5.3 [ ] SLVR: derived: firebase_auth 0.18.4+1 [ ] SLVR: derived: firebase_analytics 6.3.0 [ ] SLVR: derived: cloud_firestore 0.14.4 [ ] SLVR: derived: flutter any from sdk [ ] SLVR: derived: inspireui from path [ +11 ms] IO : Get versions from https://pub.dartlang.org/api/packages/intl. [ +17 ms] IO : HTTP GET https://pub.dartlang.org/api/packages/intl [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: windows [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: 853A91BB-2F7A-4368-BF8D-917C7188DF21 [ ] | X-Pub-Environment: flutter_cli:verify:run [ ] | X-Pub-Reason: direct [ ] | user-agent: Dart pub 2.12.0 [ +868 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/intl [ ] | took 0:00:00.870853 [ ] | transfer-encoding: chunked [ ] | date: Thu, 04 Mar 2021 14:30:24 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ +56 ms] IO : Writing 104722 characters to text file C:\src\flutter.pub-cache\hosted\pub.dartlang.org.cache\intl-versions.json. [ ] FINE: Contents: [ +1 ms] | {"name":"intl","latest":{"version":"0.17.0","pubspec":{"name":"intl","version":"0.17.0","homepage":"https://github.com/dart-lang/intl","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"clock":"^1.1.0","path":"^1.8.0"},"dev_dependencies":{"ffi":"any","fixnum":">=0.9.0 <0.11.0","js":"^0.6.3-nullsafety","test":"^1.16.0-nullsafety.4"},"dependency_overrides":{"ffi":{"git":{"url":"https://github.com/dart-lang/ffi","ref":"null_safety"}},"fixnum":{"git":"https://github.com/dart-lang/fixnum"}}},"archive_url":"https://pub.dartlang.org/pa ckages/intl/versions/0.17.0.tar.gz","published":"2021-02-03T23:05:47.810311Z"},"versions":[{"version":"0.2.7","pubspec":{"dependencies":{"htmlescape":null,"unittest":null},"name":"intl","version":"0.2.7","author":"Dart Team misc@dartlang.org","homepage":"http://www.dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.\n"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.2.7.tar.gz","published":"2012-11-30T21:19:19.570290Z"},{"version":"0.2.8+2","pubspec":{"dependencies":{"unittest":null},"name":"intl","version":"0.2.8+2","author":"Dart Team misc@dartlang.org","homepage":"http://www.dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.\n"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.2.8%2B2.tar.gz","published":"2012-12-11T21:38:15.817890Z"},{"version":"0.2.9+7","pubspec":{"dependencies":{"unittest":null},"name":"intl","version":"0.2.9+7","author":"Dart Team misc@dartlang.org","homepage":"http://www.dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.\n"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.2.9%2B7.tar.gz","published":"2012-12-18T18:01:19.415470Z"},{"version":"0.2.10+1","pubspec":{"dependencies":{"unittest":null},"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.\n","version":"0.2.10+1","author":"Dart Team misc@dartlang.org","homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.2.10%2B1.tar.gz","published":"2013-01-09T01:29:21.767710Z"},{"version":"0.3.1+1","pubspec":{"dependencies":{"unittest":null},"n ame":"intl","version":"0.3.1+1","author":"Dart Team misc@dartlang.org","homepage":"http://www.dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.\n"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.3.1%2B1.tar.gz","published":"2013-01-22T22:01:50.124830Z"},{"version":"0.3.2","pubspec":{"dependencies":{"unittest":null},"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.\n","version":"0.3.2","author":"Dart Team misc@dartlang.org","homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.3.2.tar.gz","published":"2013-01-28T20:39:33.821660Z"},{"version":"0.3.4","pubspec":{"dependencies":{"unittest":null},"descript ion":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.\n","version":"0.3.4","author":"Dart Team misc@dartlang.org","homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.3.4.tar.gz","published":"2013-02-05T16:59:59.412570Z"},{"version":"0.3.5+1","pubspec":{"dependencies":{"unittest":null},"name": "intl","version":"0.3.5+1","author":"Dart Team misc@dartlang.org","homepage":"http://www.dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.\n"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.3.5%2B1.tar.gz","published":"2013-02-11T19:57:33.907630Z"},{"version":"0.3.7+6","pubspec":{"dependencies":{"unittest":null},"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.\n","version":"0.3.7+6","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.3.7%2B6.tar.gz","published":"2013-02-20T20:46:04.415610Z"},{"version":" 0.4.0","pubspec":{"dependencies":{"unittest":null},"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.\n","version":"0.4.0","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.4.0.tar.gz","published":"2013-02-25T18:47:30.583290Z"},{"version":"0.4. 1","pubspec":{"dependencies":{"unittest":null},"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.\n","version":"0.4.1","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.4.1.tar.gz","published":"2013-03-05T19:04:44.195260Z"},{"version":"0.4. 2","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.4.2"},"dependencies":{"unittest":"any","pathos":"any","analyzer_experimental":"any"},"version":"0.4.2","homepage":"http://www.dartlang.org","name":"intl"},"archiv e_url":"https://pub.dartlang.org/packages/intl/versions/0.4.2.tar.gz","published":"2013-03-16T00:13:53.988450Z"},{"version":"0.4.3+1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.4.3+1"},"dependencies":{"pathos":"any","analyzer_experimental":"any"},"version":"0.4.3+1","dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.or g","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.4.3%2B1.tar.gz","published":"2013-03-25T19:53:15.493040Z"},{"version":"0.4.4+4","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.4.4+4"},"version":"0.4.4+4","dependencies":{"pathos":"any","analyzer_experimental":"any"},"dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.or g","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.4.4%2B4.tar.gz","published":"2013-04-03T17:56:54.081970Z"},{"version":"0.4.5+1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.4.5+1"},"dependencies":{"pathos":"any","analyzer_experimental":"any"},"version":"0.4.5+1","dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.or g","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.4.5%2B1.tar.gz","published":"2013-04-08T23:13:49.637940Z"},{"version":"0.4.7+1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.4.7+1"},"dependencies":{"pathos":"any","analyzer_experimental":"any"},"version":"0.4.7+1","dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.or g","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.4.7%2B1.tar.gz","published":"2013-04-16T15:42:29.658530Z"},{"version":"0.5.0+1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.0+1"},"dependencies":{"pathos":"any","analyzer_experimental":"any"},"version":"0.5.0+1","dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.or g","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.0%2B1.tar.gz","published":"2013-04-23T00:51:04.233620Z"},{"version":"0.5.1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.1"},"version":"0.5.1","dependencies":{"pathos":"any","analyzer_experimental":"any"},"dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.org"," name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.1.tar.gz","published":"2013-04-29T18:52:30.652860Z"},{"version":"0.5.4","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.4"},"version":"0.5.4","dependencies":{"pathos":"any","analyzer_experimental":"any"},"dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.org"," name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.4.tar.gz","published":"2013-05-03T16:42:31.116760Z"},{"version":"0.5.5","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.5"},"dependencies":{"pathos":"any","analyzer_experimental":"any"},"version":"0.5.5","dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.org"," name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.5.tar.gz","published":"2013-05-06T19:18:54.632840Z"},{"version":"0.5.6","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.6"},"version":"0.5.6","dependencies":{"pathos":"any","analyzer_experimental":"any"},"dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.org"," name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.6.tar.gz","published":"2013-05-08T16:40:01.008500Z"},{"version":"0.5.7","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.7"},"version":"0.5.7","dependencies":{"pathos":"any","analyzer_experimental":"any"},"dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.org"," name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.7.tar.gz","published":"2013-05-10T05:06:09.623740Z"},{"version":"0.5.9","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.9"},"version":"0.5.9","dependencies":{"pathos":"any","analyzer_experimental":"any"},"dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.org"," name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.9.tar.gz","published":"2013-05-20T15:45:01.246110Z"},{"version":"0.5.11+1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.11+1"},"dependencies":{"pathos":"any","analyzer_experimental":"any"},"version":"0.5.11+1","dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang. org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.11%2B1.tar.gz","published":"2013-05-29T00:09:32.589650Z"},{"version":"0.5.12","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.12"},"version":"0.5.12","dependencies":{"pathos":"any","analyzer_experimental":"any"},"dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.org" ,"name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.12.tar.gz","published":"2013-05-29T18:31:38.923080Z"},{"version":"0.5.13","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.13"},"version":"0.5.13","dependencies":{"pathos":"any","analyzer_experimental":"any"},"dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.org" ,"name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.13.tar.gz","published":"2013-06-03T16:05:14.362910Z"},{"version":"0.5.14+1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.14+1"},"dependencies":{"pathos":"any","analyzer_experimental":"any"},"version":"0.5.14+1","dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang. org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.14%2B1.tar.gz","published":"2013-06-05T15:05:11.689880Z"},{"version":"0.5.14+3","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.14+3"},"version":"0.5.14+3","dependencies":{"pathos":"any","analyzer_experimental":"any"},"dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang. org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.14%2B3.tar.gz","published":"2013-06-06T16:37:09.588100Z"},{"version":"0.5.15","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.15"},"version":"0.5.15","dependencies":{"pathos":"any","analyzer_experimental":"any"},"dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.org" ,"name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.15.tar.gz","published":"2013-06-07T23:00:38.172830Z"},{"version":"0.5.16","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.16"},"dependencies":{"pathos":"any","analyzer_experimental":"any"},"version":"0.5.16","dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.org" ,"name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.16.tar.gz","published":"2013-06-10T16:36:17.281480Z"},{"version":"0.5.17","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.17"},"dependencies":{"pathos":"any","analyzer_experimental":"any"},"version":"0.5.17","dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.org" ,"name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.17.tar.gz","published":"2013-06-12T17:53:03.277750Z"},{"version":"0.5.20","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.5.20"},"dependencies":{"pathos":"any","analyzer_experimental":"any"},"version":"0.5.20","dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.org" ,"name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.5.20.tar.gz","published":"2013-06-17T22:08:16.281070Z"},{"version":"0.6.1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.1"},"version":"0.6.1","dependencies":{"pathos":"any","analyzer_experimental":"any"},"dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.org"," name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.1.tar.gz","published":"2013-06-27T19:32:05.116710Z"},{"version":"0.6.2","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.2"},"version":"0.6.2","dependencies":{"pathos":"any","analyzer_experimental":"any"},"dev_dependencies":{"unittest":"any"},"homepage":"http://www.dartlang.org"," name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.2.tar.gz","published":"2013-06-28T20:55:40.108830Z"},{"version":"0.6.3+1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.3+1"},"version":"0.6.3+1","dependencies":{"pathos":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":" http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.3%2B1.tar.gz","published":"2013-07-09T00:23:50.379870Z"},{"version":"0.6.5","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.5"},"dependencies":{"path":"any","analyzer_experimental":"any"},"version":"0.6.5","dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http:/ /www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.5.tar.gz","published":"2013-07-16T00:19:08.457720Z"},{"version":"0.6.6","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.6"},"dependencies":{"path":"any","analyzer_experimental":"any"},"version":"0.6.6","dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http:/ /www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.6.tar.gz","published":"2013-07-17T19:40:26.271430Z"},{"version":"0.6.8","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.8"},"dependencies":{"path":"any","analyzer_experimental":"any"},"version":"0.6.8","dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http:/ /www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.8.tar.gz","published":"2013-07-19T20:55:16.616690Z"},{"version":"0.6.9","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.9"},"version":"0.6.9","dependencies":{"path":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http:/ /www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.9.tar.gz","published":"2013-07-22T15:13:18.584720Z"},{"version":"0.6.9+2","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.9+2"},"version":"0.6.9+2","dependencies":{"path":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"ht tp://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.9%2B2.tar.gz","published":"2013-07-24T03:58:22.227530Z"},{"version":"0.6.11","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.11"},"version":"0.6.11","dependencies":{"path":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http ://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.11.tar.gz","published":"2013-07-25T05:09:32.352880Z"},{"version":"0.6.12","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.12"},"version":"0.6.12","dependencies":{"path":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http ://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.12.tar.gz","published":"2013-07-26T20:05:50.648170Z"},{"version":"0.6.13","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.13"},"version":"0.6.13","dependencies":{"path":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http ://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.13.tar.gz","published":"2013-07-30T21:55:36.918620Z"},{"version":"0.6.14","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.14"},"version":"0.6.14","dependencies":{"path":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http ://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.14.tar.gz","published":"2013-08-02T16:24:14.061280Z"},{"version":"0.6.15+2","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.15+1"},"version":"0.6.15+2","dependencies":{"path":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":" http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.15%2B2.tar.gz","published":"2013-08-05T22:48:40.361780Z"},{"version":"0.6.15+3","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.15+3"},"dependencies":{"path":"any","analyzer_experimental":"any"},"version":"0.6.15+3","dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":" http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.15%2B3.tar.gz","published":"2013-08-06T20:12:48.448530Z"},{"version":"0.6.17","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.17"},"dependencies":{"path":"any","analyzer_experimental":"any"},"version":"0.6.17","dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http ://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.17.tar.gz","published":"2013-08-10T17:35:12.207390Z"},{"version":"0.6.17+2","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.17+2"},"dependencies":{"path":"any","analyzer_experimental":"any"},"version":"0.6.17+2","dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":" http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.17%2B2.tar.gz","published":"2013-08-12T22:21:07.940590Z"},{"version":"0.6.19","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.19"},"dependencies":{"path":"any","analyzer_experimental":"any"},"version":"0.6.19","dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http ://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.19.tar.gz","published":"2013-08-19T16:09:55.811340Z"},{"version":"0.6.20+1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.20+1"},"version":"0.6.20+1","dependencies":{"path":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":" http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.20%2B1.tar.gz","published":"2013-08-22T18:18:58.494070Z"},{"version":"0.6.21+3","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.6.21+3"},"version":"0.6.21+3","dependencies":{"path":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":" http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.6.21%2B3.tar.gz","published":"2013-08-26T17:42:14.706980Z"},{"version":"0.7.0","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.7.0"},"version":"0.7.0","dependencies":{"path":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http:/ /www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.7.0.tar.gz","published":"2013-08-28T19:28:45.516980Z"},{"version":"0.7.1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.7.1"},"version":"0.7.1","dependencies":{"path":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http:/ /www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.7.1.tar.gz","published":"2013-09-03T15:49:52.270390Z"},{"version":"0.7.2","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.7.2"},"dependencies":{"path":"any","meta":"any","analyzer_experimental":"any"},"version":"0.7.2","dev_dependencies":{"serialization":"any","unittest":"any"},"home page":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.7.2.tar.gz","published":"2013-09-06T15:50:43.188040Z"},{"version":"0.7.2+1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.7.2+1"},"version":"0.7.2+1","dependencies":{"path":"any","meta":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"}," homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.7.2%2B1.tar.gz","published":"2013-09-08T15:46:06.463940Z"},{"version":"0.7.3+1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.7.3+1"},"version":"0.7.3+1","dependencies":{"path":"any","meta":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"}," homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.7.3%2B1.tar.gz","published":"2013-09-16T15:43:08.102750Z"},{"version":"0.7.4","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.7.4"},"version":"0.7.4","dependencies":{"path":"any","meta":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"home page":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.7.4.tar.gz","published":"2013-09-18T03:03:21.764600Z"},{"version":"0.7.5","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.7.5"},"dependencies":{"path":"any","meta":"any","analyzer_experimental":"any"},"version":"0.7.5","dev_dependencies":{"serialization":"any","unittest":"any"},"home page":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.7.5.tar.gz","published":"2013-09-20T23:22:22.972480Z"},{"version":"0.7.6","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.7.6"},"version":"0.7.6","dependencies":{"path":"any","meta":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"home page":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.7.6.tar.gz","published":"2013-09-27T14:56:07.534880Z"},{"version":"0.7.6+4","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.7.6+4"},"version":"0.7.6+4","dependencies":{"path":"any","meta":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"}," homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.7.6%2B4.tar.gz","published":"2013-10-01T23:47:33.270380Z"},{"version":"0.8.0","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.0"},"dependencies":{"path":"any","meta":"any","analyzer_experimental":"any"},"version":"0.8.0","dev_dependencies":{"serialization":"any","unittest":"any"},"home page":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.8.0.tar.gz","published":"2013-10-03T16:26:28.535860Z"},{"version":"0.8.1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.1"},"dependencies":{"path":"any","meta":"any","analyzer_experimental":"any"},"version":"0.8.1","dev_dependencies":{"serialization":"any","unittest":"any"},"home page":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.8.1.tar.gz","published":"2013-10-04T21:53:40.598050Z"},{"version":"0.8.2","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.2"},"version":"0.8.2","dependencies":{"path":"any","meta":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"home page":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.8.2.tar.gz","published":"2013-10-14T21:40:51.217600Z"},{"version":"0.8.3","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.3"},"version":"0.8.3","dependencies":{"path":"any","meta":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"home page":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.8.3.tar.gz","published":"2013-10-17T15:59:49.265930Z"},{"version":"0.8.4","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.4"},"version":"0.8.4","dependencies":{"path":"any","meta":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"home page":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.8.4.tar.gz","published":"2013-10-19T21:08:16.638020Z"},{"version":"0.8.5","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.5"},"version":"0.8.5","dependencies":{"path":"any","meta":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"home page":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.8.5.tar.gz","published":"2013-10-21T15:49:55.666430Z"},{"version":"0.8.6","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.6"},"version":"0.8.6","dependencies":{"path":"any","meta":"any","analyzer_experimental":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"home page":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.8.6.tar.gz","published":"2013-10-24T08:18:03.569400Z"},{"version":"0.8.7","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.7"},"version":"0.8.7","dependencies":{"path":"any","meta":"any","analyzer":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http:/ /www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.8.7.tar.gz","published":"2013-10-28T14:29:51.512860Z"},{"version":"0.8.8","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.8"},"dependencies":{"path":"any","meta":"any","analyzer":"any"},"version":"0.8.8","dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http:/ /www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.8.8.tar.gz","published":"2013-10-30T03:29:01.550630Z"},{"version":"0.8.9","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.9"},"dependencies":{"path":"any","meta":"any","analyzer":"any"},"version":"0.8.9","dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http:/ /www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.8.9.tar.gz","published":"2013-10-31T15:15:25.387910Z"},{"version":"0.8.10","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.10"},"dependencies":{"path":"any","meta":"any","analyzer":"any"},"version":"0.8.10","dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":"http ://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.8.10.tar.gz","published":"2013-11-01T19:22:50.089440Z"},{"version":"0.8.10+3","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.10+3"},"version":"0.8.10+3","dependencies":{"path":"any","meta":"any","analyzer":"any"},"dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":" http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.8.10%2B3.tar.gz","published":"2013-11-04T16:48:30.438310Z"},{"version":"0.8.10+4","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.10+4"},"dependencies":{"path":"any","meta":"any","analyzer":"any"},"version":"0.8.10+4","dev_dependencies":{"serialization":"any","unittest":"any"},"homepage":" http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.8.10%2B4.tar.gz","published":"2013-11-05T16:04:20.902570Z"},{"version":"0.9.0","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.10+6 <2.0.0"},"dependencies":{"path":">=0.9.0 <0.10.0","analyzer":">=0.10.1 <0.11.0"},"version":"0.9.0","dev_dependencies":{"serialization":">=0.9.0 <0.10.0","unittest":">=0.9.0 <0.10.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.9.0.tar.gz","published":"2013-11-06T19:30:52.719730Z"},{"version":"0.9.1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.10+6 <2.0.0"},"version":"0.9.1","dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.10.1 <0.11.0"},"dev_dependencies":{"serialization":">=0.9.0 <0.10.0","unittest":">=0.9.0 <0.10.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.9.1.tar.gz","published":"2013-12-10T00:28:40.729600Z"},{"version":"0.9.2","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.10+6 <2.0.0"},"dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.11.0 <0.12.0"},"version":"0.9.2","dev_dependencies":{"serialization":">=0.9.0 <0.10.0","unittest":">=0.9.0 <0.10.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.9.2.tar.gz","published":"2014-01-06T22:30:06.231820Z"},{"version":"0.9.3","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.10+6 <2.0.0"},"version":"0.9.3","dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.11.0 <0.12.0"},"dev_dependencies":{"serialization":">=0.9.0 <0.10.0","unittest":">=0.9.0 <0.10.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.9.3.tar.gz","published":"2014-01-06T23:40:21.020790Z"},{"version":"0.9.4","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=0.8.10+6 <2.0.0"},"dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.11.5 <0.12.0"},"version":"0.9.4","dev_dependencies":{"serialization":">=0.9.0 <0.10.0","unittest":">=0.9.0 <0.10.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.9.4.tar.gz","published":"2014-01-13T18:34:04.441770Z"},{"version":"0.9.5","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=1.0.0 <2.0.0"},"dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.11.5 <0.12.0"},"version":"0.9.5","dev_dependencies":{"serialization":">=0.9.0 <0.10.0","unittest":">=0.9.0 <0.11.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.9.5.tar.gz","published":"2014-02-20T18:29:33.883930Z"},{"version":"0.9.6","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=1.0.0 <2.0.0"},"version":"0.9.6","dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.11.5 <0.12.0"},"dev_dependencies":{"serialization":">=0.9.0 <0.10.0","unittest":">=0.9.0 <0.11.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.9.6.tar.gz","published":"2014-02-25T20:27:55.804350Z"},{"version":"0.9.7","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=1.0.0 <2.0.0"},"version":"0.9.7","dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.11.5 <0.12.0"},"dev_dependencies":{"serialization":">=0.9.0 <0.10.0","unittest":">=0.9.0 <0.11.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.9.7.tar.gz","published":"2014-03-04T21:05:57.622150Z"},{"version":"0.9.8","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=1.0.0 <2.0.0"},"dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.14.0"},"version":"0.9.8","dev_dependencies":{"serialization":">=0.9.0 <0.10.0","unittest":">=0.10.0 <0.12.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.9.8.tar.gz","published":"2014-03-31T23:11:36.238760Z"},{"version":"0.9.9","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=1.0.0 <2.0.0"},"dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.14.0"},"version":"0.9.9","dev_dependencies":{"serialization":">=0.9.0 <0.10.0","unittest":">=0.10.0 <0.12.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.9.9.tar.gz","published":"2014-05-09T21:26:39.520810Z"},{"version":"0.9.10","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=1.4.0-dev.6.6 <2.0.0"},"version":"0.9.10","dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.16.0"},"dev_dependencies":{"serialization":">=0.9.0 <0.10.0","unittest":">=0.10.0 <0.12.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.9.10.tar.gz","published":"2014-06-13T19:32:23.003790Z"},{"version":"0.10.0","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.10.0","dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.16.0"},"dev_dependencies":{"serialization":">=0.9.0 <0.10.0","unittest":">=0.10.0 <0.12.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.10.0.tar.gz","published":"2014-07-01T18:06:49.167760Z"},{"version":"0.11.0","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=1.4.0 <2.0.0"},"dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.16.0"},"version":"0.11.0","dev_dependencies":{"petitparser":">=1.1.3 <2.0.0","unittest":">=0.10.0 <0.12.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.11.0.tar.gz","published":"2014-07-02T17:03:18.619700Z"},{"version":"0.11.1","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=1.4.0 <2.0.0"},"dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.16.0"},"version":"0.11.1","dev_dependencies":{"petitparser":">=1.1.3 <2.0.0","unittest":">=0.10.0 <0.12.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.11.1.tar.gz","published":"2014-07-08T17:50:12.842040Z"},{"version":"0.11.2","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://api.dartlang.org/docs/pkg/intl","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.11.2","dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.16.0"},"dev_dependencies":{"petitparser":">=1.1.3 <2.0.0","unittest":">=0.10.0 <0.12.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.11.2.tar.gz","published":"2014-07-09T23:09:15.033700Z"},{"version":"0.11.3","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.11.3","dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.16.0"},"dev_dependencies":{"petitparser":">=1.1.3 <2.0.0","unittest":">=0.10.0 <0.12.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.11.3.tar.gz","published":"2014-07-24T21:48:06.716690Z"},{"version":"0.11.4","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.11.4","dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.23.0"},"dev_dependencies":{"petitparser":">=1.1.3 <2.0.0","unittest":">=0.10.0 <0.12.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.11.4.tar.gz","published":"2014-07-31T18:21:29.887790Z"},{"version":"0.11.5","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.11.5","dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.23.0"},"dev_dependencies":{"petitparser":">=1.1.3 <2.0.0","unittest":">=0.10.0 <0.12.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.11.5.tar.gz","published":"2014-08-22T17:47:31.172840Z"},{"version":"0.11.6","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.11.6","dependencies":{"path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.23.0"},"dev_dependencies":{"petitparser":">=1.1.3 <2.0.0","unittest":">=0.10.0 <0.12.0"},"homepage":"http://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.11.6.tar.gz","published":"2014-08-26T20:48:12.403430Z"},{"version":"0.11.7","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://www.dartdocs.org/documentation/intl/latest","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.11.7","dependencies":{"path":">=0.9.0 <2.0.0","petitparser":">=1.1.3 <2.0.0","analyzer":">=0.13.2 <0.23.0"},"dev_dependencies":{"unittest":">=0.10.0 <0.12.0"},"homepage":"https://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.11.7.tar.gz","published":"2014-09-10T00:07:27.185100Z"},{"version":"0.11.8","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://www.dartdocs.org/documentation/intl/latest","environment":{"sdk":">=1.4.0 <2.0.0"},"dependencies":{"path":">=0.9.0 <2.0.0","petitparser":">=1.1.3 <2.0.0","analyzer":">=0.13.2 <0.23.0"},"version":"0.11.8","dev_dependencies":{"unittest":">=0.10.0 <0.12.0"},"homepage":"https://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.11.8.tar.gz","published":"2014-09-23T17:47:15.179380Z"},{"version":"0.11.9","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://www.dartdocs.org/documentation/intl/latest","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.11.9","dependencies":{"path":">=0.9.0 <2.0.0","petitparser":">=1.1.3 <2.0.0","analyzer":">=0.13.2 <0.23.0"},"dev_dependencies":{"unittest":">=0.10.0 <0.12.0"},"homepage":"https://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.11.9.tar.gz","published":"2014-09-26T20:20:21.974770Z"},{"version":"0.11.10","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://www.dartdocs.org/documentation/intl/latest","environment":{"sdk":">=1.4.0 <2.0.0"},"dependencies":{"path":">=0.9.0 <2.0.0","petitparser":">=1.1.3 <2.0.0","analyzer":">=0.13.2 <0.23.0"},"version":"0.11.10","dev_dependencies":{"unittest":">=0.10.0 <0.12.0"},"homepage":"https://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.11.10.tar.gz","published":"2014-11-13T17:14:36.692340Z"},{"version":"0.11.11","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://www.dartdocs.org/documentation/intl/latest","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.11.11","dependencies":{"path":">=0.9.0 <2.0.0","petitparser":">=1.1.3 <2.0.0","analyzer":">=0.13.2 <0.23.0"},"dev_dependencies":{"unittest":">=0.10.0 <0.12.0"},"homepage":"https://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.11.11.tar.gz","published":"2014-12-02T21:55:27.075940Z"},{"version":"0.11.12","pubspec":{"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://www.dartdocs.org/documentation/intl/latest","environment":{"sdk":">=1.4.0 <2.0.0"},"dependencies":{"path":">=0.9.0 <2.0.0","petitparser":">=1.1.3 <2.0.0","analyzer":">=0.13.2 <0.23.0"},"version":"0.11.12","dev_dependencies":{"unittest":">=0.10.0 <0.12.0","fixnum":">=0.9.0 <0.10.0"},"homepage":"https://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.11.12.tar.gz","published":"2014-12-16T23:16:38.527110Z"},{"version":"0.12.0","pubspec":{"transformers":[{"$dart2js":{"$exclude":["test/da te_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_extraction/embedded_plural_text_before_test.dart","test/messa ge_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferred_test.dart","test/message_extraction/messageextraction test.dart","test/message_extraction/really_fail_extraction_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}}],"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://www.dartdocs.org/documentation/intl/latest","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.12.0","dependencies":{"path":">=0.9.0 <2.0.0","petitparser":">=1.1.3 <2.0.0","analyzer":">=0.13.2 <0.23.0"},"dev_dependencies":{"unittest":">=0.10.0 <0.12.0","fixnum":">=0.9.0 <0.10.0"},"homepage":"https://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.0.tar.gz","published":"2015-01-03T00:40:00.745770Z"},{"version":"0.12.0+1","pubspec":{"transformers":[{"$dart2js":{"$exclude":["test/d ate_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_extraction/embedded_plural_text_before_test.dart","test/mess age_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferred_test.dart","test/message_extraction/message_extraction _test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}}],"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://www.dartdocs.org/documentation/intl/latest","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.12.0+1","dependencies":{"path":">=0.9.0 <2.0.0","petitparser":">=1.1.3 <2.0.0","analyzer":">=0.13.2 <0.23.0"},"dev_dependencies":{"unittest":">=0.10.0 <0.12.0","fixnum":">=0.9.0 <0.10.0"},"homepage":"https://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.0%2B1.tar.gz","published":"2015-01-07T00:59:29.511820Z"},{"version":"0.12.0+2","pubspec":{"transformers":[{"$dart2js":{"$exclude":["te st/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_extraction/embedded_plural_text_before_test.dart","test/ message_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferred_test.dart","test/message_extraction/message_extrac tion_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}}],"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://www.dartdocs.org/documentation/intl/latest","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.12.0+2","dependencies":{"path":">=0.9.0 <2.0.0","petitparser":">=1.1.3 <2.0.0","analyzer":">=0.13.2 <0.23.0"},"dev_dependencies":{"unittest":">=0.10.0 <0.12.0","fixnum":">=0.9.0 <0.10.0"},"homepage":"https://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.0%2B2.tar.gz","published":"2015-01-27T23:41:55.227730Z"},{"version":"0.12.0+3","pubspec":{"transformers":[{"$dart2js":{"$exclude":["te st/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_extraction/embedded_plural_text_before_test.dart","test/ message_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferred_test.dart","test/message_extraction/message_extrac tion_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}}],"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://www.dartdocs.org/documentation/intl/latest","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.12.0+3","dependencies":{"path":">=0.9.0 <2.0.0","petitparser":">=1.1.3 <2.0.0","analyzer":">=0.13.2 <0.24.0"},"dev_dependencies":{"unittest":">=0.10.0 <0.12.0","fixnum":">=0.9.0 <0.10.0"},"homepage":"https://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.0%2B3.tar.gz","published":"2015-02-04T19:07:27.564490Z"},{"version":"0.12.1","pubspec":{"transformers":[{"$dart2js":{"$exclude":["test /date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_extraction/embedded_plural_text_before_test.dart","test/me ssage_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferred_test.dart","test/message_extraction/message_extracti on_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}}],"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://www.dartdocs.org/documentation/intl/latest","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.12.1","dependencies":{"path":">=0.9.0 <2.0.0","petitparser":">=1.1.3 <2.0.0","analyzer":">=0.13.2 <0.24.0"},"dev_dependencies":{"unittest":">=0.10.0 <0.12.0","fixnum":">=0.9.0 <0.10.0"},"homepage":"https://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.1.tar.gz","published":"2015-03-16T23:29:05.031110Z"},{"version":"0.12.2","pubspec":{"transformers":[{"$dart2js":{"$exclude":["test/dat e_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_extraction/embedded_plural_text_before_test.dart","test/messag e_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferred_test.dart","test/message_extraction/message_extraction_t est.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}}],"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://www.dartdocs.org/documentation/intl/latest","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.12.2","dependencies":{"path":">=0.9.0 <2.0.0","petitparser":">=1.1.3 <2.0.0","analyzer":">=0.13.2 <0.25.0"},"dev_dependencies":{"unittest":">=0.10.0 <0.12.0","fixnum":">=0.9.0 <0.10.0"},"homepage":"https://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.2.tar.gz","published":"2015-03-23T23:08:41.799390Z"},{"version":"0.12.2+1","pubspec":{"transformers":[{"$dart2js":{"$exclude":["test/d ate_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_extraction/embedded_plural_text_before_test.dart","test/mess age_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferred_test.dart","test/message_extraction/message_extraction _test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}}],"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://www.dartdocs.org/documentation/intl/latest","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.12.2+1","dependencies":{"path":">=0.9.0 <2.0.0","petitparser":">=1.1.3 <2.0.0","analyzer":">=0.13.2 <0.25.0"},"dev_dependencies":{"unittest":">=0.10.0 <0.12.0","fixnum":">=0.9.0 <0.10.0"},"homepage":"https://www.dartlang.org","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.2%2B1.tar.gz","published":"2015-04-27T17:57:50.960820Z"},{"version":"0.12.3","pubspec":{"transformers":[{"$dart2js":{"$exclude":["test /date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_extraction/embedded_plural_text_before_test.dart","test/me ssage_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferred_test.dart","test/message_extraction/message_extracti on_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}}],"description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","author":"Dart Team misc@dartlang.org","documentation":"http://www.dartdocs.org/documentation/intl/latest","environment":{"sdk":">=1.4.0 <2.0.0"},"version":"0.12.3","dependencies":{"path":">=0.9.0 <2.0.0","petitparser":">=1.1.3 <2.0.0","args":">=0.12.1 <0.14.0","analyzer":">=0.13.2 <0.26.0"},"dev_dependencies":{"unittest":">=0.10.0 <0.12.0","fixnum":">=0.9.0 <0.10.0"},"homepage":"https://github.com/dart-lang/intl","name":"intl"},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.3.tar.gz","published":"2015-05-04T20:12:28.704620Z"},{"version":"0.12.4","pubspec":{"version":"0.12.4","dependencies":{"args" :">=0.12.1 <0.14.0","path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.26.0","petitparser":">=1.1.3 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.4.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_ext raction/embedded_plural_text_before_test.dart","test/message_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferr ed_test.dart","test/message_extraction/message_extraction_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}}],"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dependencies":{" fixnum":">=0.9.0 <0.10.0","unittest":">=0.10.0 <0.12.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.4.tar.gz","published":"2015-05-21T20:30:32.533Z"},{"version":"0.12.4+1","pubspec":{"version":"0.12.4+1","dependencies":{"args":">=0.12.1 <0.14.0","path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.26.0","petitparser":">=1.1.3 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.4.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_ext raction/embedded_plural_text_before_test.dart","test/message_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferr ed_test.dart","test/message_extraction/message_extraction_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}}],"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dependencies":{" fixnum":">=0.9.0 <0.10.0","unittest":">=0.10.0 <0.12.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.4%2B1.tar.gz","published":"2015-07-23T19:35:04.516Z"},{"version":"0.12.4+2","pubspec":{"version":"0.12.4+2","dependencies":{"args":">=0.12.1 <0.14.0","path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.27.0","petitparser":">=1.1.3 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.4.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_ext raction/embedded_plural_text_before_test.dart","test/message_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferr ed_test.dart","test/message_extraction/message_extraction_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}}],"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dependencies":{" fixnum":">=0.9.0 <0.10.0","unittest":">=0.10.0 <0.12.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.4%2B2.tar.gz","published":"2015-08-19T23:43:51.410Z"},{"version":"0.12.4+3","pubspec":{"version":"0.12.4+3","dependencies":{"args":">=0.12.1 <0.14.0","path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.28.0","petitparser":">=1.1.3 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.4.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_ext raction/embedded_plural_text_before_test.dart","test/message_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferr ed_test.dart","test/message_extraction/message_extraction_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}}],"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dependencies":{" fixnum":">=0.9.0 <0.11.0","unittest":">=0.10.0 <0.12.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.4%2B3.tar.gz","published":"2015-12-10T01:36:40.976Z"},{"version":"0.12.5-dev","pubspec":{"version":"0.12.5-dev","dependencies":{"args":">=0.12.1 <0.14.0","path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.27.0","petitparser":">=1.1.3 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.4.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_ext raction/embedded_plural_text_before_test.dart","test/message_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferr ed_test.dart","test/message_extraction/message_extraction_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}}],"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dependencies":{" fixnum":">=0.9.0 <0.11.0","unittest":">=0.10.0 <0.12.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.5-dev.tar.gz","published":"2015-12-10T01:34:39.569Z"},{"version":"0.12.5","pubspec":{"version":"0.12.5","dependencies":{"args":">=0.12.1 <0.14.0","path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.28.0","petitparser":">=1.1.3 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.4.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_ext raction/embedded_plural_text_before_test.dart","test/message_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferr ed_test.dart","test/message_extraction/message_extraction_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}}],"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dependencies":{" fixnum":">=0.9.0 <0.11.0","unittest":">=0.10.0 <0.12.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.5.tar.gz","published":"2015-12-17T18:56:59.475Z"},{"version":"0.12.6","pubspec":{"version":"0.12.6","dependencies":{"args":">=0.12.1 <0.14.0","path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.28.0","petitparser":">=1.1.3 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.4.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_ext raction/embedded_plural_text_before_test.dart","test/message_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferr ed_test.dart","test/message_extraction/message_extraction_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}}],"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dependencies":{" fixnum":">=0.9.0 <0.11.0","unittest":">=0.10.0 <0.12.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.6.tar.gz","published":"2016-01-15T01:00:07.111Z"},{"version":"0.12.7","pubspec":{"version":"0.12.7","dependencies":{"args":">=0.12.1 <0.14.0","path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.28.0","petitparser":">=1.1.3 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.12.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_ext raction/embedded_plural_text_before_test.dart","test/message_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferr ed_test.dart","test/message_extraction/message_extraction_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}},{"intl":{"$include":["test/messages_with_transformer/transformer_test.dart"]}}],"documenta tion":"http://www.dartdocs.org/documentation/intl/latest","dev_dependencies":{"barback":"^0.15.2","fixnum":">=0.9.0 <0.11.0","unittest":">=0.10.0 <0.12.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.7.tar.gz","published":"2016-02-10T01:03:45.976Z"},{"version":"0.12.7+1","pubspec":{"version":"0.12.7+1","dependencies":{"args":">=0.12.1 <0.14.0","path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.28.0","petitparser":">=1.1.3 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.12.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_ext raction/embedded_plural_text_before_test.dart","test/message_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferr ed_test.dart","test/message_extraction/message_extraction_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}},{"intl":{"$include":["test/messages_with_transformer/transformer_test.dart"]}}],"documenta tion":"http://www.dartdocs.org/documentation/intl/latest","dev_dependencies":{"barback":"^0.15.2","fixnum":">=0.9.0 <0.11.0","unittest":">=0.10.0 <0.12.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.12.7%2B1.tar.gz","published":"2016-04-11T23:53:15.769Z"},{"version":"0.13.0","pubspec":{"version":"0.13.0","dependencies":{"args":">=0.12.1 <0.14.0","path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.28.0","petitparser":">=1.1.3 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.12.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_ext raction/embedded_plural_text_before_test.dart","test/message_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferr ed_test.dart","test/message_extraction/message_extraction_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}},{"intl":{"$include":["test/messages_with_transformer/transformer_test.dart"]}}],"documenta tion":"http://www.dartdocs.org/documentation/intl/latest","dev_dependencies":{"barback":"^0.15.2","fixnum":">=0.9.0 <0.11.0","unittest":">=0.10.0 <0.12.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.13.0.tar.gz","published":"2016-05-20T22:54:30.856Z"},{"version":"0.13.1","pubspec":{"version":"0.13.1","dependencies":{"barback":"^0.15.2","args":">=0.12.1 <0.14.0","path":">=0.9.0 <2.0.0","analyzer":">=0.13.2 <0.29.0","petitparser":">=1.1.3 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.12.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/message_extraction/embedded_plural_text_after_test.dart","test/message_ext raction/embedded_plural_text_before_test.dart","test/message_extraction/examples_parsing_test.dart","test/message_extraction/failed_extraction_test.dart","test/message_extraction/make_hardcoded_translation.dart","test/message_extraction/message_extraction_no_deferr ed_test.dart","test/message_extraction/message_extraction_test.dart","test/message_extraction/really_fail_extraction_test.dart","test/intl_message_basic_example_test.dart"]}},{"intl":{"$include":["test/messages_with_transformer/transformer_test.dart"]}}],"documenta tion":"http://www.dartdocs.org/documentation/intl/latest","dev_dependencies":{"fixnum":">=0.9.0 <0.11.0","unittest":">=0.10.0 <0.12.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.13.1.tar.gz","published":"2016-08-31T19:25:57.327Z"},{"version":"0.14.0","pubspec":{"version":"0.14.0","dependencies":null,"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.12.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart","test/intl_message_basic_example_test.dart"]}}],"documentation":"http://www.dart docs.org/documentation/intl/latest","dev_dependencies":{"fixnum":">=0.9.0 <0.11.0","unittest":">=0.10.0 <0.12.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.14.0.tar.gz","published":"2016-09-02T23:12:49.275Z"},{"version":"0.15.0","pubspec":{"version":"0.15.0","dependencies":{"path":">=0.9.0 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.12.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart"]}}],"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dep endencies":{"fixnum":">=0.9.0 <0.11.0","unittest":">=0.10.0 <0.12.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.15.0.tar.gz","published":"2017-03-28T19:54:15.096208Z"},{"version":"0.15.1","pubspec":{"version":"0.15.1","dependencies":{"path":">=0.9.0 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.24.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart"]}}],"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dep endencies":{"test":">=0.12.0 <0.13.0","fixnum":">=0.9.0 <0.11.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.15.1.tar.gz","published":"2017-06-15T23:41:27.638295Z"},{"version":"0.15.2","pubspec":{"version":"0.15.2","dependencies":{"path":">=0.9.0 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.24.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart"]}}],"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dep endencies":{"test":">=0.12.0 <0.13.0","fixnum":">=0.9.0 <0.11.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.15.2.tar.gz","published":"2017-10-19T18:42:29.664850Z"},{"version":"0.15.3","pubspec":{"version":"0.15.3","dependencies":{"path":">=0.9.0 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.24.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart"]}}],"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dep endencies":{"test":">=0.12.0 <0.13.0","fixnum":">=0.9.0 <0.11.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.15.3.tar.gz","published":"2018-03-20T18:26:53.836368Z"},{"version":"0.15.4","pubspec":{"version":"0.15.4","dependencies":{"path":">=0.9.0 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.24.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart"]}}],"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dep endencies":{"test":">=0.12.0 <0.13.0","fixnum":">=0.9.0 <0.11.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.15.4.tar.gz","published":"2018-03-21T00:50:43.271185Z"},{"version":"0.15.5","pubspec":{"version":"0.15.5","dependencies":{"path":">=0.9.0 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.24.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart"]}}],"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dep endencies":{"test":">=0.12.0 <0.13.0","fixnum":">=0.9.0 <0.11.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.15.5.tar.gz","published":"2018-04-10T20:44:04.581776Z"},{"version":"0.15.6","pubspec":{"version":"0.15.6","dependencies":{"path":">=0.9.0 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=1.24.0 <2.0.0"},"transformers":[{"$dart2js":{"$exclude":["test/date_time_format_file_even_test.dart","test/date_time_format_file_odd_test.dart","test/find_default_locale_standalone_test.dart"]}}],"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dep endencies":{"test":">=0.12.0 <0.13.0","fixnum":">=0.9.0 <0.11.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.15.6.tar.gz","published":"2018-04-11T21:27:04.496232Z"},{"version":"0.15.7","pubspec":{"version":"0.15.7","dependencies":{"path":">=0.9.0 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=2.0.0-dev.48 <3.0.0"},"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dependencies":{"test":"^1.2.0","fixnum":">=0.9.0 <0.11.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.15.7.tar.gz","published":"2018-07-17T17:24:53.608608Z"},{"version":"0.15.8","pubspec":{"version":"0.15.8","dependencies":{"path":">=0.9.0 <2.0.0"},"name":"intl","author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=2.0.0-dev.48 <3.0.0"},"documentation":"http://www.dartdocs.org/documentation/intl/latest","dev_dependencies":{"test":"^1.2.0","fixnum":">=0.9.0 <0.11.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.15.8.tar.gz","published":"2019-03-22T17:56:57.865516Z"},{"version":"0.16.0","pubspec":{"version":"0.16.0","name":"intl","dependencies":{"path":">=0.9.0 <2.0.0"},"author":"Dart Team misc@dartlang.org","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","homepage":"https://github.com/dart-lang/intl","environment":{"sdk":">=2.0.0 <3.0.0"},"dev_dependencies":{"test":"^1.2.0","fixnum":">=0.9.0 <0.11.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.16.0.tar.gz","published":"2019-08-26T23:15:01.665866Z"},{"version":"0.16.1","pubspec":{"name":"intl","version":"0.16.1","author":"Dart Team misc@dartlang.org","homepage":"https://github.com/dart-lang/intl","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","environment":{"sdk":">=2.5.0 <3.0.0"},"dependencies":{"path":">=0.9.0 <2.0.0"},"dev_dependencies":{"fixnum":">=0.9.0 <0.11.0","test":"^1.2.0"}},"archive_url":"https://pub.dartlang.org/packages/intl/versions/0.16.1.tar.gz","published":"2020-01-06T22:29:53.216238Z"},{"version":"0.17.0-nullsafety","pubspec":{"name":"intl","version":"0.17.0-nullsafety","homepage":"https://github.com/ dart-lang/intl","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","environment":{"sdk":">=2.11.0-180.0.dev <2.11.0"},"dependencies":{"clock":"^1.1.0-nullsafety.1","path":"^1.8.0-nullsafety.1"},"dev_dependencies":{"ffi":"any","fixnum":">=0.9.0 <0.11.0","js":"^0.6.3-nullsafety","test":"^1.16.0-nullsafety.4"},"dependency_overrides":{"ffi":{"git":{"url":"https://github.com/dart-lang/ffi","ref":"null_safety"}},"fixnum":{"git":"https://github.com/dart-lang/fixnum"}}},"archive_url":"https://pub.dartlang.org/pa ckages/intl/versions/0.17.0-nullsafety.tar.gz","published":"2020-10-20T21:42:29.472797Z"},{"version":"0.17.0-nullsafety.1","pubspec":{"name":"intl","version":"0.17.0-nullsafety.1","homepage":"https://github.com/dart-lang/intl","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","environment":{"sdk":">=2.11.0-180.0.dev <2.12.0"},"dependencies":{"clock":"^1.1.0-nullsafety.1","path":"^1.8.0-nullsafety.1"},"dev_dependencies":{"ffi":"any","fixnum":">=0.9.0 <0.11.0","js":"^0.6.3-nullsafety","test":"^1.16.0-nullsafety.4"},"dependency_overrides":{"ffi":{"git":{"url":"https://github.com/dart-lang/ffi","ref":"null_safety"}},"fixnum":{"git":"https://github.com/dart-lang/fixnum"}}},"archive_url":"https://pub.dartlang.org/pa ckages/intl/versions/0.17.0-nullsafety.1.tar.gz","published":"2020-10-27T18:23:14.723440Z"},{"version":"0.17.0-nullsafety.2","pubspec":{"name":"intl","version":"0.17.0-nullsafety.2","homepage":"https://github.com/dart-lang/intl","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"clock":"^1.1.0-nullsafety.1","path":"^1.8.0-nullsafety.1"},"dev_dependencies":{"ffi":"any","fixnum":">=0.9.0 <0.11.0","js":"^0.6.3-nullsafety","test":"^1.16.0-nullsafety.4"},"dependency_overrides":{"ffi":{"git":{"url":"https://github.com/dart-lang/ffi","ref":"null_safety"}},"fixnum":{"git":"https://github.com/dart-lang/fixnum"}}},"archive_url":"https://pub.dartlang.org/pa ckages/intl/versions/0.17.0-nullsafety.2.tar.gz","published":"2020-11-04T22:55:35.156106Z"},{"version":"0.17.0","pubspec":{"name":"intl","version":"0.17.0","homepage":"https://github.com/dart-lang/intl","description":"Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"clock":"^1.1.0","path":"^1.8.0"},"dev_dependencies":{"ffi":"any","fixnum":">=0.9.0 <0.11.0","js":"^0.6.3-nullsafety","test":"^1.16.0-nullsafety.4"},"dependency_overrides":{"ffi":{"git":{"url":"https://github.com/dart-lang/ffi","ref":"null_safety"}},"fixnum":{"git":"https://github.com/dart-lang/fixnum"}}},"archive_url":"https://pub.dartlang.org/pa ckages/intl/versions/0.17.0.tar.gz","published":"2021-02-03T23:05:47.810311Z"}],"_fetchedAt":"2021-03-04T16:30:25.595647"} [ +97 ms] IO : Get versions from https://pub.dartlang.org/api/packages/clock. [ ] IO : Get versions from https://pub.dartlang.org/api/packages/path. [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/clock [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: windows [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: 853A91BB-2F7A-4368-BF8D-917C7188DF21 [ ] | X-Pub-Environment: flutter_cli:verify:run [ ] | X-Pub-Reason: direct [ ] | user-agent: Dart pub 2.12.0 [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/path [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: windows [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: 853A91BB-2F7A-4368-BF8D-917C7188DF21 [ ] | X-Pub-Environment: flutter_cli:verify:run [ ] | X-Pub-Reason: direct [ ] | user-agent: Dart pub 2.12.0 [ ] SLVR: fact: json_serializable 3.5.1 depends on analyzer >=0.39.0 <0.42.0 [ ] SLVR: fact: json_serializable 3.5.1 depends on build >=0.12.6 <2.0.0 [ ] SLVR: fact: json_serializable 3.5.1 depends on build_config >=0.2.6 <0.5.0 [ ] SLVR: fact: json_serializable 3.5.1 depends on json_annotation >=3.1.0 <3.2.0 [ ] SLVR: fact: json_serializable 3.5.1 depends on meta ^1.1.0 [ ] SLVR: fact: json_serializable 3.5.1 depends on path ^1.3.2 [ ] SLVR: fact: json_serializable 3.5.1 depends on source_gen ^0.9.6 [ ] SLVR: selecting json_serializable 3.5.1 [ ] SLVR: derived: source_gen ^0.9.6 [ ] SLVR: derived: path ^1.3.2 [ ] SLVR: derived: meta ^1.1.0 [ ] SLVR: derived: build_config >=0.2.6 <0.5.0 [ ] SLVR: derived: build >=0.12.6 <2.0.0 [ ] SLVR: derived: analyzer >=0.39.0 <0.42.0 [ +11 ms] SLVR: fact: build_runner 1.10.9 depends on args ^1.4.0 [ +7 ms] SLVR: fact: build_runner 1.10.9 depends on async >=1.13.3 <3.0.0 [ ] SLVR: fact: build_runner 1.10.9 depends on build >=1.5.0 <1.6.0 [ ] SLVR: fact: build_runner 1.10.9 depends on build_config >=0.4.1 <0.4.6 [ ] SLVR: fact: build_runner 1.10.9 depends on build_daemon ^2.1.0 [ ] SLVR: fact: build_runner 1.10.9 depends on build_resolvers ^1.4.0 [ ] SLVR: fact: build_runner 1.10.9 depends on build_runner_core >=5.2.0 <7.0.0 [ ] SLVR: fact: build_runner 1.10.9 depends on code_builder >2.3.0 <4.0.0 [ ] SLVR: fact: build_runner 1.10.9 depends on collection ^1.14.0 [ ] SLVR: fact: build_runner 1.10.9 depends on crypto >=0.9.2 <3.0.0 [ ] SLVR: fact: build_runner 1.10.9 depends on dart_style ^1.0.0 [ ] SLVR: fact: build_runner 1.10.9 depends on glob ^1.1.0 [ ] SLVR: fact: build_runner 1.10.9 depends on graphs ^0.2.0 [ ] SLVR: fact: build_runner 1.10.9 depends on http_multi_server ^2.1.0 [ ] SLVR: fact: build_runner 1.10.9 depends on io ^0.3.0 [ ] SLVR: fact: build_runner 1.10.9 depends on js ^0.6.1+1 [ ] SLVR: fact: build_runner 1.10.9 depends on logging ^0.11.2 [ ] SLVR: fact: build_runner 1.10.9 depends on meta ^1.1.0 [ ] SLVR: fact: build_runner 1.10.9 depends on mime ^0.9.3+3 [ ] SLVR: fact: build_runner 1.10.9 depends on path ^1.1.0 [ ] SLVR: fact: build_runner 1.10.9 depends on pedantic ^1.0.0 [ ] SLVR: fact: build_runner 1.10.9 depends on pool ^1.0.0 [ ] SLVR: fact: build_runner 1.10.9 depends on pub_semver ^1.4.0 [ ] SLVR: fact: build_runner 1.10.9 depends on pubspec_parse ^0.1.0 [ ] SLVR: fact: build_runner 1.10.9 depends on shelf >=0.6.5 <0.8.0 [ ] SLVR: fact: build_runner 1.10.9 depends on shelf_web_socket ^0.2.2+4 [ ] SLVR: fact: build_runner 1.10.9 depends on stack_trace ^1.9.0 [ ] SLVR: fact: build_runner 1.10.9 depends on stream_transform >=0.0.20 <2.0.0 [ ] SLVR: fact: build_runner 1.10.9 depends on timing ^0.1.1 [ ] SLVR: fact: build_runner 1.10.9 depends on watcher ^0.9.7 [ ] SLVR: fact: build_runner 1.10.9 depends on web_socket_channel ^1.0.9 [ +1 ms] SLVR: fact: build_runner 1.10.9 depends on yaml >=2.1.11 <4.0.0 [ ] SLVR: selecting build_runner 1.10.9 [ ] SLVR: derived: yaml >=2.1.11 <4.0.0 [ ] SLVR: derived: web_socket_channel ^1.0.9 [ ] SLVR: derived: watcher ^0.9.7 [ ] SLVR: derived: timing ^0.1.1 [ ] SLVR: derived: stream_transform >=0.0.20 <2.0.0 [ ] SLVR: derived: stack_trace ^1.9.0 [ ] SLVR: derived: shelf_web_socket ^0.2.2+4 [ ] SLVR: derived: shelf >=0.6.5 <0.8.0 [ ] SLVR: derived: pubspec_parse ^0.1.0 [ ] SLVR: derived: pub_semver ^1.4.0 [ ] SLVR: derived: pool ^1.0.0 [ ] SLVR: derived: mime ^0.9.3+3 [ ] SLVR: derived: logging ^0.11.2 [ ] SLVR: derived: js ^0.6.1+1 [ ] SLVR: derived: io ^0.3.0 [ ] SLVR: derived: http_multi_server ^2.1.0 [ ] SLVR: derived: graphs ^0.2.0 [ ] SLVR: derived: glob ^1.1.0 [ ] SLVR: derived: dart_style ^1.0.0 [ ] SLVR: derived: crypto >=0.9.2 <3.0.0 [ ] SLVR: derived: collection ^1.14.0 [ ] SLVR: derived: code_builder >2.3.0 <4.0.0 [ ] SLVR: derived: build_runner_core >=5.2.0 <7.0.0 [ ] SLVR: derived: build_resolvers ^1.4.0 [ ] SLVR: derived: build_daemon ^2.1.0 [ ] SLVR: derived: build_config >=0.4.1 <0.4.6 [ ] SLVR: derived: build >=1.5.0 <1.6.0 [ ] SLVR: derived: args ^1.4.0 [ +15 ms] SLVR: fact: mockito 4.1.4 depends on analyzer >=0.39.15 <0.42.0 [ ] SLVR: fact: mockito 4.1.4 depends on build ^1.3.0 [ ] SLVR: fact: mockito 4.1.4 depends on code_builder ^3.4.0 [ ] SLVR: fact: mockito 4.1.4 depends on collection ^1.1.0 [ ] SLVR: fact: mockito 4.1.4 depends on dart_style ^1.3.6 [ ] SLVR: fact: mockito 4.1.4 depends on matcher ^0.12.3 [ ] SLVR: fact: mockito 4.1.4 depends on meta ^1.3.0-nullsafety [ ] SLVR: fact: mockito 4.1.4 depends on source_gen ^0.9.6 [ ] SLVR: fact: mockito 4.1.4 depends on test_api ^0.2.19-nullsafety [ ] SLVR: selecting mockito 4.1.4 [ ] SLVR: derived: test_api ^0.2.19-nullsafety [ ] SLVR: derived: meta ^1.3.0-nullsafety [ ] SLVR: derived: matcher ^0.12.3 [ ] SLVR: derived: dart_style ^1.3.6 [ ] SLVR: derived: code_builder ^3.4.0 [ ] SLVR: derived: analyzer >=0.39.15 <0.42.0 [ +18 ms] SLVR: selecting pedantic 1.8.0+1 [ +14 ms] SLVR: fact: flutter_launcher_icons 0.8.1 depends on image ^2.1.1 [ ] SLVR: fact: flutter_launcher_icons 0.8.1 depends on args ^1.5.0 [ ] SLVR: fact: flutter_launcher_icons 0.8.1 depends on yaml ^2.1.15 [ ] SLVR: fact: flutter_launcher_icons 0.8.1 depends on path ^1.7.0 [ ] SLVR: selecting flutter_launcher_icons 0.8.1 [ ] SLVR: derived: path ^1.7.0 [ ] SLVR: derived: yaml ^2.1.15 [ ] SLVR: derived: args ^1.5.0 [ ] SLVR: derived: image ^2.1.1 [ +17 ms] SLVR: fact: flutter_test 0.0.0 from sdk depends on flutter any from sdk [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on test_api 0.2.19 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on path 1.8.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on fake_async 1.2.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on clock 1.1.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on stack_trace 1.10.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on vector_math 2.1.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on async 2.5.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on boolean_selector 2.1.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on characters 1.1.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on charcode 1.2.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on collection 1.15.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on matcher 0.12.10 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on meta 1.3.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on source_span 1.8.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on stream_channel 2.1.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on string_scanner 1.1.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on term_glyph 1.2.0 [ ] SLVR: fact: flutter_test 0.0.0 from sdk depends on typed_data 1.3.0 [ ] SLVR: selecting flutter_test 0.0.0 from sdk [ ] SLVR: derived: typed_data 1.3.0 [ ] SLVR: derived: term_glyph 1.2.0 [ ] SLVR: derived: string_scanner 1.1.0 [ ] SLVR: derived: stream_channel 2.1.0 [ ] SLVR: derived: source_span 1.8.0 [ ] SLVR: derived: meta 1.3.0 [ ] SLVR: derived: matcher 0.12.10 [ ] SLVR: derived: collection 1.15.0 [ ] SLVR: derived: charcode 1.2.0 [ ] SLVR: derived: characters 1.1.0 [ ] SLVR: derived: boolean_selector 2.1.0 [ ] SLVR: derived: async 2.5.0 [ ] SLVR: derived: vector_math 2.1.0 [ ] SLVR: derived: stack_trace 1.10.0 [ ] SLVR: derived: clock 1.1.0 [ ] SLVR: derived: fake_async 1.2.0 [ ] SLVR: derived: path 1.8.0 [ ] SLVR: derived: test_api 0.2.19 [ +11 ms] SLVR: fact: flutter_localizations 0.0.0 from sdk depends on flutter any from sdk [ ] SLVR: fact: flutter_localizations 0.0.0 from sdk depends on intl 0.17.0 [ ] SLVR: fact: flutter_localizations 0.0.0 from sdk depends on characters 1.1.0 [ ] SLVR: fact: flutter_localizations 0.0.0 from sdk depends on clock 1.1.0 [ ] SLVR: fact: flutter_localizations 0.0.0 from sdk depends on collection 1.15.0 [ ] SLVR: fact: flutter_localizations 0.0.0 from sdk depends on meta 1.3.0 [ ] SLVR: fact: flutter_localizations 0.0.0 from sdk depends on path 1.8.0 [ ] SLVR: fact: flutter_localizations 0.0.0 from sdk depends on typed_data 1.3.0 [ ] SLVR: fact: flutter_localizations 0.0.0 from sdk depends on vector_math 2.1.0 [ ] SLVR: derived: not flutter_localizations 0.0.0 from sdk [ +24 ms] SLVR: fact: every version of flutter_localizations from sdk depends on characters 1.1.0 [ ] SLVR: fact: every version of flutter_localizations from sdk depends on clock 1.1.0 [ ] SLVR: fact: every version of flutter_localizations from sdk depends on collection 1.15.0 [ ] SLVR: fact: every version of flutter_localizations from sdk depends on flutter any from sdk [ ] SLVR: fact: every version of flutter_localizations from sdk depends on intl 0.17.0 [ ] SLVR: fact: every version of flutter_localizations from sdk depends on meta 1.3.0 [ ] SLVR: fact: every version of flutter_localizations from sdk depends on path 1.8.0 [ ] SLVR: fact: every version of flutter_localizations from sdk depends on typed_data 1.3.0 [ ] SLVR: fact: every version of flutter_localizations from sdk depends on vector_math 2.1.0 [ ] SLVR: conflict: every version of flutter_localizations from sdk depends on intl 0.17.0 [ ] SLVR: ! not intl 0.17.0 is satisfied by intl ^0.16.1 [ ] SLVR: ! which is caused by "fstore depends on intl ^0.16.1" [ ] SLVR: ! thus: flutter_localizations from sdk is forbidden [ ] SLVR: ! flutter_localizations any from sdk is satisfied by flutter_localizations any from sdk [ ] SLVR: ! which is caused by "fstore depends on flutter_localizations any from sdk" [ ] SLVR: ! thus: version solving failed [ +2 ms] SLVR: Version solving took 0:00:01.391912 seconds. [ ] | Tried 1 solutions. [ ] FINE: Resolving dependencies finished (1.523s). [ +12 ms] ERR : Because every version of flutter_localizations from sdk depends on intl 0.17.0 and fstore depends on intl ^0.16.1, flutter_localizations from sdk is forbidden. [ ] | So, because fstore depends on flutter_localizations any from sdk, version solving failed. [ ] FINE: Exception type: SolveFailure [ +19 ms] FINE: package:pub/src/solver/version_solver.dart 308:5 VersionSolver._resolveConflict [ ] | package:pub/src/solver/version_solver.dart 129:27 VersionSolver._propagate [ ] | package:pub/src/solver/version_solver.dart 93:11 VersionSolver.solve. [ ] | ===== asynchronous gap =========================== [ ] | dart:async Future.catchError [ ] | package:pub/src/utils.dart 113:52 captureErrors.wrappedCallback [ ] | package:stack_trace Chain.capture [ ] | package:pub/src/utils.dart 126:11 captureErrors [ ] | package:pub/src/command.dart 164:13 PubCommand.run [ ] | package:args/command_runner.dart 196:27 CommandRunner.runCommand [ ] | package:pub/src/command_runner.dart 150:26 PubCommandRunner.runCommand [ ] | package:pub/src/command_runner.dart 138:18 PubCommandRunner.run [ ] | C:\b\s\w\ir\cache\builder\src\third_party\dart\third_party\pkg\pub\bin\pub.dart 9:48 main [ +64 ms] Running "flutter pub get" in Bloempapier... (completed in 1 901ms) [ +1 ms] "flutter run" took 2 215ms. [ +5 ms] pub get failed (1; | C:\b\s\w\ir\cache\builder\src\third_party\dart\third_party\pkg\pub\bin\pub.dart 9:48 main) [ ]

0 throwToolExit (package:flutter_tools/src/base/common.dart:10:3)

       #1      _DefaultPub.batch (package:flutter_tools/src/dart/pub.dart:322:7)
       <asynchronous suspension>
       #2      _DefaultPub.get (package:flutter_tools/src/dart/pub.dart:222:7)
       <asynchronous suspension>
       #3      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1135:7)
       <asynchronous suspension>
       #4      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1009:27)
       <asynchronous suspension>
       #5      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
       <asynchronous suspension>
       #6      AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
       <asynchronous suspension>
       #7      CommandRunner.runCommand (package:args/command_runner.dart:197:13)
       <asynchronous suspension>
       #8      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:278:9)
       <asynchronous suspension>
       #9      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
       <asynchronous suspension>
       #10     AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
       <asynchronous suspension>
       #11     FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:234:5)
       <asynchronous suspension>
       #12     run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:64:9)
       <asynchronous suspension>
       #13     run.<anonymous closure> (package:flutter_tools/runner.dart:62:12)
       <asynchronous suspension>
       #14     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
       <asynchronous suspension>
       #15     AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
       <asynchronous suspension>
       #16     runInContext (package:flutter_tools/src/context_runner.dart:73:10)
       <asynchronous suspension>
       #17     main (package:flutter_tools/executable.dart:90:3)
       <asynchronous suspension>

[ +260 ms] ensureAnalyticsSent: 259ms [ +1 ms] Running shutdown hooks [ ] Shutdown hooks complete [ ] exiting with code 1

C:\src\Bloempapier> `

darshankawar commented 3 years ago

@dcb-online Check this solution and see if resolves your issue.

pedromassangocode commented 3 years ago

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away!
Thanks for your contribution.

Could everyone who still has this problem please file a new issue with the exact description of what happens, logs, and the output of flutter doctor -v. All system setups can be slightly different, so it's always better to open new issues and reference related issues.

github-actions[bot] commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.