notion_db_sdk 0.7.2 copy "notion_db_sdk: ^0.7.2" to clipboard
notion_db_sdk: ^0.7.2 copied to clipboard

A type-safe SDK for Notion APIs, which focuses on raw data, ignoring style elements, page blocks etc. and providig an idiomatic Dart interface.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add notion_db_sdk

With Flutter:

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

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

Publisher

unverified uploader

A type-safe SDK for Notion APIs, which focuses on raw data, ignoring style elements, page blocks etc. and providig an idiomatic Dart interface.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

core_y, meta, network_y

More

Packages that depend on notion_db_sdk