| CARVIEW |
Select Language
HTTP/2 200
date: Sun, 28 Dec 2025 06:22:35 GMT
content-type: text/html; charset="utf-8"
vary: Accept-Encoding
x-powered-by: Dart with package:shelf
cache-control: no-store, no-cache, must-revalidate
strict-transport-security: max-age=31536000; includeSubDomains; preload
referrer-policy: strict-origin-when-cross-origin
x-frame-options: deny
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
content-security-policy: default-src 'self' https:;font-src 'self' data: https://fonts.googleapis.com/ https://fonts.gstatic.com/;img-src 'self' https: data:;manifest-src 'none';object-src 'none';script-src 'self' https://tagmanager.google.com https://www.googletagmanager.com/ https://www.google.com/ https://www.google-analytics.com/ https://ssl.google-analytics.com https://adservice.google.com/ https://ajax.googleapis.com/ https://apis.google.com/ https://unpkg.com/ https://www.gstatic.com/ https://gstatic.com https://accounts.google.com/gsi/client;style-src 'self' https://unpkg.com/ https://pub.dartlang.org/static/ 'unsafe-inline' https://fonts.googleapis.com/ https://gstatic.com https://www.gstatic.com/ https://tagmanager.google.com https://accounts.google.com/gsi/style
expires: Sun, 28 Dec 2025 06:17:35 GMT
x-appengine-flex-applatency: 0.034
content-encoding: gzip
via: 1.1 google
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
typed_data | Dart package


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 using:
import 'package:typed_data/typed_data.dart';
Typed buffers #
Typed buffers are growable lists backed by typed arrays. These are similar to
the growable lists created by <int>[] or <double>[], but store typed data
like a typed data list.
← Metadata
56
likes
150
points
5.4M
downloads
Publisher
Weekly Downloads
Metadata
Utility functions and classes related to the dart:typed_data library.
Repository (GitHub)
View/report issues
Contributing
Topics
Documentation
License
BSD-3-Clause (license)