tdtx_nf_icons 0.0.2 copy "tdtx_nf_icons: ^0.0.2" to clipboard
tdtx_nf_icons: ^0.0.2 copied to clipboard

UN package que contiene los icons de Nerd Font

example/lib/main.dart

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

void main() => runApp(MyApp());

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Material App',
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Material App Bar'),
        ),
        body: const Center(
          child: Icon(
            TdtxNfIcons.nf_cod_terminal,
            size: 34,
          ),
        ),
      ),
    );
  }
}
3
likes
130
pub points
53%
popularity

Publisher

unverified uploader

UN package que contiene los icons de Nerd Font

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on tdtx_nf_icons