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

Unified Diff: packages/typed_data/README.md

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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 | « packages/typed_data/LICENSE ('k') | packages/typed_data/codereview.settings » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/typed_data/README.md
diff --git a/packages/typed_data/README.md b/packages/typed_data/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..c7a4772cd653e9a3a96f8c2b5065386db31c1b23
--- /dev/null
+++ b/packages/typed_data/README.md
@@ -0,0 +1,21 @@
+# Helper libraries for working with typed data lists.
+
+The `typed_data` package contains utility functions and classes that makes working with typed data lists easier.
+
+## Using
+
+The `typed_data` package can be imported as
+
+ import 'package:typed_data/typed_data.dart';
+
+## Typed buffers: Growable typed data lists
+
+Typed buffers are contains growable lists backed by typed arrays.
+These are similar to the growable lists returned by `new List()`,
+but stores typed data like a typed data list.
+
+## Features and bugs
+
+Please file feature requests and bugs at the [issue tracker][tracker].
+
+[tracker]: https://github.com/dart-lang/typed_data/issues
« no previous file with comments | « packages/typed_data/LICENSE ('k') | packages/typed_data/codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698