ds_standard_features 0.1.6 copy "ds_standard_features: ^0.1.6" to clipboard
ds_standard_features: ^0.1.6 copied to clipboard

Packages for our standard features - maintained by the Dart team.

DartStream #

DS Standard Packages #

DS Standard packages allow you to utilize core Dart features maintained by the Dart team. The dependencies remain largely unmodified. DartStream extends the built-in classes and methods, allowing developers the greatest composition flexibility when building their applications.

Package Conflicts and Aliases #

In some cases, core Dart packages have naming conflicts (e.g., same method or class name). For some packages, we build wrappers and use the DS prefix to avoid those conflicts.

In other cases, we may avoid using a package altogether. We will keep the documentation up to date as often as possible.

Usage #

Import the standard features bundle to access the re-exported APIs:

import 'package:ds_standard_features/ds_standard_features.dart';

void main() {
  final logger = Logger('example');
  logger.info('Standard features ready');
}

Web-safe FFI #

If you need FFI types but still want to compile for web, use the helper export:

import 'package:ds_standard_features/ffi_helper.dart';

Avoid importing from src/ directly; it is not part of the public API.

Licensing #

All Dartstream packages are licensed under BSD-3, except for the services packages, which uses the ELv2 license, and the Dartstream SDK packages, which are licensed from third party software Aortem Inc. In short, this means that you can, without limitation, use any of the client packages in your app as long as you do not offer the SDK's or services as a cloud service to 3rd parties (this is typically only relevant for cloud service providers). See the LICENSE file for more details.

Enhance with DartStream #

We hope DartStream helps you to efficiently build and scale your server-side applications. Join our growing community and start contributing to the ecosystem today!

1
likes
130
points
1.63k
downloads

Publisher

verified publisheraortem.io

Weekly Downloads

Packages for our standard features - maintained by the Dart team.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, async, characters, collection, convert, crypto, fake_async, ffi, fixnum, http, http2, http_parser, intl, logging, meta, os_detect, platform, typed_data

More

Packages that depend on ds_standard_features