timsoft_os 0.1.2
timsoft_os: ^0.1.2 copied to clipboard
TIMSoft Platform OS — Backend-less Application Engine. Local-first database with Sync, Auth, Realtime, RBAC, and Admin tools inside a single SDK. No external server required.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add timsoft_osWith Flutter:
$ flutter pub add timsoft_osThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
timsoft_os: ^0.1.2Alternatively, 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:timsoft_os/timsoft_os.dart';