flutter_ui_cloner 0.1.0
flutter_ui_cloner: ^0.1.0 copied to clipboard
Convert screenshots into Flutter UI code.
flutter-ui-cloner #
Topics: dart · flutter · flutter-ui-cloner · mobile · pub
Convert screenshots into Flutter UI code.
CLI #
npx flutter-ui-cloner scan ./design.png
Features #
- Widget tree generation
- AI-assisted layout
Usage #
import 'package:flutter_ui_cloner/flutter_ui_cloner.dart';
void main() {
FlutterUiCloner.init();
}
Why #
UI recreation takes too long.
License #
MIT