vader_ui 0.1.0-dev copy "vader_ui: ^0.1.0-dev" to clipboard
vader_ui: ^0.1.0-dev copied to clipboard

Dart 1 only

Vader is a User Interface library and components, created with Angualar Dart components

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vader_ui

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

dependencies:
  vader_ui: ^0.1.0-dev

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:vader_ui/api/http/http_interceptors.dart';
import 'package:vader_ui/api/ui/dialog.dart';
import 'package:vader_ui/api/ui/notification.dart';
import 'package:vader_ui/components/panel.dart';
import 'package:vader_ui/components/vader_component.dart';
import 'package:vader_ui/components/window/window.dart';
import 'package:vader_ui/util/utils.dart';
import 'package:vader_ui/vader.dart';
0
likes
30
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Vader is a User Interface library and components, created with Angualar Dart components

Homepage

Documentation

Documentation

License

MIT (license)

Dependencies

angular, browser, css_animation, dnd

More

Packages that depend on vader_ui