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

Our library offers more than 450 vector SVG icons in 5 different styles or themes, giving you a range of options to choose from and the flexibility to use them in a variety of design contexts.

example/lib/main.dart

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

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

class MyApp extends StatelessWidget {
  @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),
          ),
        ),
      ),
    );
  }
}
7
likes
0
pub points
70%
popularity

Publisher

verified publisherdatogedon.com

Our library offers more than 450 vector SVG icons in 5 different styles or themes, giving you a range of options to choose from and the flexibility to use them in a variety of design contexts.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on fui_kit