frame_forge 1.1.1 copy "frame_forge: ^1.1.1" to clipboard
frame_forge: ^1.1.1 copied to clipboard

A visual editor (Figma-like) for creating and rendering interfaces based on XML. Designed for BDUI (Backend-Driven UI) applications where the UI is generated from server data.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add frame_forge

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

dependencies:
  frame_forge: ^1.1.1

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:frame_forge/frame_forge.dart';
2
likes
150
points
115
downloads

Publisher

verified publisheritjn.ru

Weekly Downloads

A visual editor (Figma-like) for creating and rendering interfaces based on XML. Designed for BDUI (Backend-Driven UI) applications where the UI is generated from server data.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, file_picker, flutter, intl, keymap, uuid, vector_math, web, xml

More

Packages that depend on frame_forge