Skip to main content
Skip table of contents

Dr.Dart-SDK

What is Dart-SDK?

Dart-SDK is a toolkit for developing software for the Dr.Dart-Platform. It includes APIs for the Dart-Platform, UI components, and a testing Tools(Dart-Services). APIs can be called quickly via code or the Dart-IDE's UI. Dart-SDK can also be run from Dart-Platform.

When using Dart-SDK, it is important to choose a version compatible with your current version of Dart-Platform . Refer to the Release Notes for more information on SDK versions.

Features

Dart-API

The Dart-API is a library of all APIs found across all version of Dart-SDK. Dart-API provides access to both its own functions as well as many more open source functions and calls can be from directly within code or from the UI of the Dart-IDE. Example uses are provided from app APIs to aid novice users.

UI Components

UI Components are one of the development tools of Dart-SDK which are the components to develop a module at Dart-IDE. UI components are largely divided into Basic Components (BC) and User Components (UC).

  • Basic Components are composed of ATOMIC and UNIT which is a combination of ATOMICs.

  • ATOMIC is the most basic unit in UI Components.

  • UI Components composed of this Basic Components and APIs are User Components.

  • In other words, the User Components are made with Basic components and other Custom UIs or APIs which are optional. Sometimes only the Custom UI can be included in the User Components.

  • In case of User Components, it is a UI Component type made for user convenience. It can be created by users and the users can distribute it for free or paid in the Dart-Store.


How to use Dart-SDK?

  • Step 1. Open the Dart-IDE.

The screenshot of Dr.Dart-IDE

 

  • Step 2. Create a new project in one of two ways:

Selecting the 'New Project' button under the 'File' dropdown in the toolbar.
Platform - Dart-Suite - Dart-SDK - new project
Selecting the 'Create New Project' button on the homescreen.
Platform - Dart-Suite - Dart-SDK - Create new project button
  • Step 3. Select ‘Blank’ (project).

  • Step 4. Select your SDK version.

  • Step 5. You are now ready to begin creating your first module.

If you want to change the SDK version for a pre-existing project, then you must change the information found in the manifest.json file. For more information, please refer to Dart-SDK | How-to-change-the-Dart-SDK-version?.

manifest.json

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.