gitlab 0.6.0 copy "gitlab: ^0.6.0" to clipboard
gitlab: ^0.6.0 copied to clipboard

A library to communicate with the GitLab API

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gitlab

With Flutter:

 $ flutter pub add gitlab

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

dependencies:
  gitlab: ^0.6.0

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

Import it

Now in your Dart code, you can use:

import 'package:gitlab/gitlab.dart';
6
likes
100
pub points
38%
popularity

Publisher

unverified uploader

A library to communicate with the GitLab API

Repository (GitLab)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http, intl, logging, meta

More

Packages that depend on gitlab