tdtxle_icons 0.0.4 copy "tdtxle_icons: ^0.0.4" to clipboard
tdtxle_icons: ^0.0.4 copied to clipboard

Un paquet que usar los icons de BoxIcons y Nerd Font

TDTxLE_Font_flutter #

un paquete que reune las funetes como los icons de los fonts que mas me gusta para poder usarlos en flutter

actual mente solo cunetan con dos funetes las cuales son:


Nerd Font: el cual lo puedes encontar en nerdfonts.com. La fuente que actual mente se usa en este paquete es Hack Nerd Font.


asd

BoxIcons: el cual lo puedes encontar en boxicons.com.

Use #

por tag #

tdtxle_icons:
    git:
      url: https://github.com/LuisDeLaValie/tdtxle_icons_flutter.git
      tag: 0.0.1

por rama #

tdtxle_icons:
    git:
      url: https://github.com/LuisDeLaValie/tdtxle_icons_flutter.git
      ref: master        

por commit #

tdtxle_icons:
    git:
      url: https://github.com/LuisDeLaValie/tdtxle_icons_flutter.git
      ref: f441cba

ejemplo #

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

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Material App',
      home: Scaffold(
        appBar: AppBar(
          title: Text('Material App Bar'),
        ),
        body: const Center(
          child: Icon(IconsTDTxLE.nf_dev_git_branch),
        ),
      ),
    );
  }
}
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Un paquet que usar los icons de BoxIcons y Nerd Font

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on tdtxle_icons