zac 0.1.0-dev.4 copy "zac: ^0.1.0-dev.4" to clipboard
zac: ^0.1.0-dev.4 copied to clipboard

Server-Driven UI in Flutter. Zac lets you dynamically create Widgets based on JSON.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add zac

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  zac: ^0.1.0-dev.4

Alternatively, 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:zac/zac.dart';
0
likes
60
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

Server-Driven UI in Flutter. Zac lets you dynamically create Widgets based on JSON.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, flutter_hooks, flutter_riverpod, freezed_annotation, hooks_riverpod, json_annotation, riverpod

More

Packages that depend on zac