Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: README.md

Issue 2832013003: Updated README to notify users of Dart SDK version requirements. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 59379b1d05f72bca3af189b45fb0baf4394a78a3..346085b8233f290c3e36ca9d4f121bd1006a8100 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
Dart Synchronous HTTP Client
============================
+**Important Note:** This package requires the RawSynchronousSocket class to
+work, which should become available in version 1.24 of the Dart SDK. If you
+really want to use this package now, you'll have to build the Dart VM from
+the most up-to-date source hosted in dart-lang/sdk.
zra 2017/04/20 22:09:35 Or download an SDK in the 1.24 dev series.
+
A simple Dart HTTP client implemented using RawSynchronousSockets to allow for
synchronous HTTP requests.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698