---
title: "[Dart] - About Dart Utils Library"
description: About Dart Utils Library
url: https://www.contentstack.com/docs/developers/sdks/utils-sdk/dart/about-dart-utils-library
product: Contentstack
doc_type: sdk-guide
audience:
  - developers
  - mobile-developers
  - frontend-developers
version: unknown
last_updated: 2026-03-26
---

# [Dart] - About Dart Utils Library

This page explains what the Contentstack Dart Utils library is, what it includes, and where to go next to start using it. It is intended for developers integrating Contentstack utilities into Dart applications and should be used when evaluating features and setup prerequisites.

## About Dart Utils Library

Contentstack provides the Dart Utils library that contains all the utilities for the Dart SDK.

Features included:
- **Embedded Object**: Allows you to fetch embedded [entries](/docs/content-managers/author-content/about-entries)/[assets](/docs/content-managers/author-content/about-assets) (placed inside the “[Rich Text Editor](/docs/developers/create-content-types/rich-text-editor)” (RTE) field) and display them on your frontend application. To learn how to embed entries/assets in the RTE field, refer to the [Embed Entry](/docs/developers/create-content-types/rich-text-editor#embed-entries-in-the-rte) and [Embed Asset](/docs/developers/create-content-types/rich-text-editor#embed-assets-in-the-rte) documentation.

**Note**: The Contentstack Dart Utils library supports Node.js version 10 or above.

To use this Utils library in your application, follow the steps specified in the [Get Started with Dart Utils library](/docs/developers/sdks/utils-sdk/dart/get-started-with-dart-utils-library/) guide.

## Common questions

### What is the Dart Utils library used for?
It contains utilities for the Dart SDK, including support for working with embedded entries/assets in Rich Text Editor (RTE) fields.

### What does “Embedded Object” help with?
It allows you to fetch embedded entries/assets placed inside the Rich Text Editor (RTE) field and display them on your frontend application.

### Are there any prerequisites mentioned for using the library?
Yes. The Contentstack Dart Utils library supports Node.js version 10 or above.

### Where do I start to use this library in my application?
Follow the steps in the [Get Started with Dart Utils library](/docs/developers/sdks/utils-sdk/dart/get-started-with-dart-utils-library/) guide.