ui_craft 0.0.1
ui_craft: ^0.0.1 copied to clipboard
A one-stop Flutter UI component library providing animated and non-animated custom widgets to speed up app development with clean, reusable, and beautiful UI drafts.
import 'package:flutter/material.dart';
import 'app.dart';
void main() {
runApp(const DemoApp());
}