notion_db_sdk 0.6.0 copy "notion_db_sdk: ^0.6.0" to clipboard
notion_db_sdk: ^0.6.0 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.

0.6.0 #

  • Return Page level data instead of directly returning properties.

0.5.0 #

  • Introduce Pagination
  • Introduce fetchAll method to fetch all pages from a database.

0.4.0 #

  • Add caching support via CacheMaager

0.3.1 #

  • Delete empty test file
  • Remove dead imports

0.3.0 #

  • Introduce new properties
    • CreatedTime
    • LastEditedTime
    • Select
  • Introduce new filters
    • CheckboxFilter
    • NumberFilter
    • DateFilter
    • TextFilter

0.2.0 #

  • Filter support

0.1.2 #

  • Remove Flutter dependencies

0.1.1 #

  • Fix analyzer issues.

0.1.0+2 #

  • Update the GitHub URL in pubspec.yaml

0.1.0+1 #

  • Update README with diagram link

0.1.0 #

Initial release of the Notion DB SDK package.

Added #

  • Core functionality to interact with Notion databases
  • Support for querying databases and fetching page properties
  • Implementation of various Notion property types:
    • Text
    • Number
    • Checkbox
    • Date
    • Phone Number
    • Status
    • Relation
  • Basic error handling and type-safe operations
  • Comprehensive test suite for all major components
6
likes
0
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

License

unknown (license)

Dependencies

core_y, meta, network_y

More

Packages that depend on notion_db_sdk