nitric_sdk 1.1.0 copy "nitric_sdk: ^1.1.0" to clipboard
nitric_sdk: ^1.1.0 copied to clipboard

The Dart SDK supports the use of the Nitric framework with Dart and Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nitric_sdk

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

dependencies:
  nitric_sdk: ^1.1.0

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:nitric_sdk/api.dart';
import 'package:nitric_sdk/nitric.dart';
import 'package:nitric_sdk/resources.dart';
4
likes
0
pub points
26%
popularity

Publisher

verified publishernitric.io

The Dart SDK supports the use of the Nitric framework with Dart and Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

fixnum, grpc, http, meta, protobuf, uuid

More

Packages that depend on nitric_sdk