notion_db_sdk 0.1.0+2 copy "notion_db_sdk: ^0.1.0+2" to clipboard
notion_db_sdk: ^0.1.0+2 copied to clipboard

A type-safe structured way to interact with Notion APIs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add notion_db_sdk

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

dependencies:
  notion_db_sdk: ^0.1.0+2

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:notion_db_sdk/notion_db_sdk.dart';
6
likes
0
pub points
38%
popularity

Publisher

unverified uploader

A type-safe structured way to interact with Notion APIs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

core_y, meta, network_y

More

Packages that depend on notion_db_sdk