flutter_remote_ui_kit 1.0.0 copy "flutter_remote_ui_kit: ^1.0.0" to clipboard
flutter_remote_ui_kit: ^1.0.0 copied to clipboard

A production-ready Flutter package that enables a fully JSON-driven, remote-configurable UI system.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_remote_ui_kit

With Flutter:

 $ flutter pub add flutter_remote_ui_kit

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

dependencies:
  flutter_remote_ui_kit: ^1.0.0

Alternatively, 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:flutter_remote_ui_kit/flutter_remote_ui_kit.dart';
2
likes
0
points
132
downloads

Publisher

verified publisherstoxplay.com

Weekly Downloads

A production-ready Flutter package that enables a fully JSON-driven, remote-configurable UI system.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

equatable, flutter, http, logging, uuid

More

Packages that depend on flutter_remote_ui_kit