fui_kit 1.0.5 copy "fui_kit: ^1.0.5" to clipboard
fui_kit: ^1.0.5 copied to clipboard

outdated

Our library offers more than 450 vector SVG icons in 6 different styles or themes.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:fui_kit/fui_kit.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Fui Kit Example'),
        ),
        body: Center(
          child: IconButton(
            onPressed: () {},
            icon: FUI(
                file: FUIcons.regularRounded.commentAlt, color: Colors.white),
          ),
        ),
      ),
    );
  }
}
12
likes
0
points
139
downloads

Publisher

verified publisherdatogedon.com

Weekly Downloads

Our library offers more than 450 vector SVG icons in 6 different styles or themes.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on fui_kit