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

A Flutter package for creating dynamic UI layouts with a visual editor. Build and modify app interfaces using drag-and-drop components without code changes.

Changelog #

1.0.1 - 2025-09-05 #

  • Multi-language documentation (English and Russian)
  • MIT license

Changed #

  • Migrated from deprecated dart:html to modern package:web for web compatibility
  • Improved static analysis compliance
  • Enhanced cross-platform file operations with conditional imports

Technical #

  • Universal file picker service with platform-specific implementations:
    • Web: HTML5 File API with modern web standards
    • Mobile/Desktop: file_picker package for native functionality
  • Event bus system for component communication
  • Controller-based architecture for better separation of concerns
  • Comprehensive static analysis fixes

Repository #

  • Migrated from layout_editor to dedicated frame_forge repository
  • Updated package configuration and dependencies
  • Added proper pub.dev compliance

1.0.0 #

  • Initial release of Frame Forge - DSL Model with UI editor
  • Added layout model controller and components
  • Support for mobile and desktop screen sizes
  • File import/export functionality
  • Canvas with drag and drop support
  • Component styling and theming
  • Form field components (text fields, checkboxes, radio buttons, etc.)
  • Expandable widget implementation without rxdart dependency
  • Removed heavy dependencies (rxdart, dio, permission_handler) for lighter package

0.0.1 Initial Development #

Added #

  • Initial development version
  • Basic project structure
  • Core components foundation
2
likes
0
points
119
downloads

Publisher

verified publisheritjn.ru

Weekly Downloads

A Flutter package for creating dynamic UI layouts with a visual editor. Build and modify app interfaces using drag-and-drop components without code changes.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on frame_forge