I just published nostr_tools, a pure Dart package for working with Nostr Protocol! If you're a Dart or Flutter developer looking to work with Nostr Protocol, I encourage you to give nostr_tools a try.
With nostr_tools, you can easily generate keys, create, sign, and verify events, interact with single or multiple relays, query profile data, encrypt/decrypt messages, encode/decode NIP-19 codes & more!
Stay tuned for a three-part tutorial series on bolt.fun where I'll show you how to use nostr_tools effectively by developing a simple Nostr client Flutter app.
  • nostr_tools on pub: pub.dev/packages/nostr_tools
  • nostr_tools github: github.com/aniketambore/nostr_tools