dyte 0.0.1-pre copy "dyte: ^0.0.1-pre" to clipboard
dyte: ^0.0.1-pre copied to clipboard

discontinuedreplaced by: spurte
retracted[pending analysis]

Dyte: Frontend Tooling at your fingertips

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dyte

Use it

The package has the following executables:

$ dyte

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dyte

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dyte: ^0.0.1-pre

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dyte/dyte.dart';