nitric_sdk 1.2.1 copy "nitric_sdk: ^1.2.1" to clipboard
nitric_sdk: ^1.2.1 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

With Flutter:

 $ flutter 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.2.1

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

Publisher

verified publishernitric.io

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

fixnum, grpc, http, meta, protobuf, synchronized, uuid

More

Packages that depend on nitric_sdk