Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Getting started

Erzhan edited this page Jul 6, 2019 · 4 revisions

Depend on it

Add this to your package's pubspec.yaml file:

dependencies:
  equinox: ^0.0.3

Install it

You can install packages from the command line:

$ flutter pub get

Import it

Now in your Dart code, you can use:

import 'package:equinox/equinox.dart';

Now you can proceed with other tutorials, such as Configuring EquinoxApp

Getting started

Widgets

Clone this wiki locally