flutter_wired 0.0.1 copy "flutter_wired: ^0.0.1" to clipboard
flutter_wired: ^0.0.1 copied to clipboard

flutter_wired is a series of basic UI Elements that have a hand drawn look. These can be used for wire frames, mockups, or just the fun hand-drawn look.

example/lib/main.dart

import 'package:example/home_page.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const HomePage(),
    );
  }
}
3
likes
150
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

flutter_wired is a series of basic UI Elements that have a hand drawn look. These can be used for wire frames, mockups, or just the fun hand-drawn look.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_wired