zeytin 2.3.1
zeytin: ^2.3.1 copied to clipboard
A server solution that is independent of external dependencies, has its own database engine, is end-to-end encrypted, and is autonomous.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zeytinThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zeytin: ^2.3.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:zeytin/zeytin.dart';