---
title: "[Dart] - About Dart SDK"
description: Overview of the Contentstack Dart SDK for Flutter applications and Dart projects.
url: https://www.contentstack.com/docs/developers/sdks/content-delivery-sdk/dart/about-dart-sdk
product: Contentstack
doc_type: sdk-overview
audience:
  - developers
  - mobile-developers
  - flutter-developers
version: v2
last_updated: 2026-03-26
---

# [Dart] - About Dart SDK

This page introduces the Contentstack Dart SDK, explains what it is used for, and points Flutter/Dart developers to the next steps and related resources for integrating Contentstack content delivery into Dart and Flutter applications.

## About Dart SDK

*Use Contentstack to power content for your Dart projects.*

Contentstack offers Dart SDK that developers can use to develop Flutter applications and power content through Contentstack. The Contentstack Dart SDK uses our [Content Delivery APIs](/docs/developers/apis/content-delivery-api) to fetch content from Contentstack and deliver it to your Flutter-based applications.

**Note**: The Contentstack Dart SDK supports Dart version 2 or above.

In order to integrate your Flutter app with the Contentstack Dart SDK, follow the steps mentioned in the [Get Started](/docs/developers/dart/get-started-with-dart-sdk) section.

You can check out the [Sample Flutter app](/docs/developers/sample-apps/build-a-flutter-e-commerce-app-using-contentstack-s-dart-sdk) that Contentstack has developed to see Dart SDK in action.

## More resources

- [View and Download Dart SDK repository on GitHub](https://github.com/contentstack/contentstack-dart)

## Common questions

### What does the Contentstack Dart SDK use to fetch content?
The Contentstack Dart SDK uses the [Content Delivery APIs](/docs/developers/apis/content-delivery-api) to fetch content from Contentstack.

### What Dart versions are supported by the Contentstack Dart SDK?
**Note**: The Contentstack Dart SDK supports Dart version 2 or above.

### Where do I start to integrate the Dart SDK into a Flutter app?
Follow the steps mentioned in the [Get Started](/docs/developers/dart/get-started-with-dart-sdk) section.

### Is there a sample app available to see the Dart SDK in action?
You can check out the [Sample Flutter app](/docs/developers/sample-apps/build-a-flutter-e-commerce-app-using-contentstack-s-dart-sdk) that Contentstack has developed to see Dart SDK in action.