remix 0.0.1-dev.1 copy "remix: ^0.0.1-dev.1" to clipboard
remix: ^0.0.1-dev.1 copied to clipboard

A new Flutter project.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add remix

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

dependencies:
  remix: ^0.0.1-dev.1

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

Import it

Now in your Dart code, you can use:

import 'package:remix/attributes/align/align.dart';
import 'package:remix/attributes/align/align.util.dart';
import 'package:remix/attributes/border_radius/border_radius.dart';
import 'package:remix/attributes/border_radius/border_radius.freezed.dart';
import 'package:remix/attributes/border_radius/border_radius.util.dart';
import 'package:remix/attributes/color/color.api.dart';
import 'package:remix/attributes/color/color.dart';
import 'package:remix/attributes/color/color.freezed.dart';
import 'package:remix/attributes/color/color.util.dart';
import 'package:remix/attributes/shadow/shadow.dart';
import 'package:remix/attributes/size/size.api.dart';
import 'package:remix/attributes/size/size.dart';
import 'package:remix/attributes/size/size.freezed.dart';
import 'package:remix/attributes/size/size.util.dart';
import 'package:remix/attributes/space/space.api.dart';
import 'package:remix/attributes/space/space.dart';
import 'package:remix/attributes/space/space.freezed.dart';
import 'package:remix/attributes/space/space.util.dart';
import 'package:remix/custom_container.dart';
import 'package:remix/main.dart';
import 'package:remix/mixes/container.mix.dart';
import 'package:remix/mixes/define_mix.dart';
import 'package:remix/utilities/base_attribute.dart';
import 'package:remix/utils.dart';