A library for building decentralized applications in Flutter, currently focused on the Tezos platform. Dartez package contains all the function that is required to build tezos application. The package supports both tz1 & tz2 addresses.
Tezos is a decentralized blockchain that governs itself by establishing a true digital commonwealth. It facilitates formal verification, a technique which mathematically proves the correctness of the code governing transactions and boosts the security of the most sensitive or financially weighted smart contracts.
Dartez provides a simple and easy to use functions for building decentralized applications in Flutter. It is a wrapper around the Tezos RPC. It also provides a set of utility functions to help you build your application.
Run this command in flutter project directory to add the package to your project
flutter pub add dartez
Import the package in your project
import 'package:dartez/dartez.dart';
Check out the example directory for a sample app for using Dartez.
For usage guidance follow our documentation.
Dartez is open source and we love to receive contributions from whosoever passionate with the technology.
There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, bug reports and feature requests or writing code. We certainly welcome pull requests as well.
File feature requests and bugs at the issue tracker.
We’re building a lot of exciting features which will be released soon, So stay tuned with our updates and releases.