FLUTTER ECOSYSTEM

alialnaghmoush/boxicons

Anpassung von Boxicons für Flutter.

Projektcover von boxicons
Stars
3
Forks
0
Letzter Push (UTC)
30.07.2021
Projektstatus
Aktiv
Ali AlNaghmousgh GitHub avatar
GITHUB User

Ali AlNaghmousgh ↗

SprachenDartRubyKotlinSwiftObjective-C

Von diesem Repository veröffentlichte Pakete

Verwendete Abhängigkeiten

Abhängigkeiten 2 Einträge
  • flutter{"sdk":"flutter"}
  • flutter_testEntwicklung{"sdk":"flutter"}

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

Boxicons For Flutter

Easy to use 1500+ Icon from Boxicons.

Instalation

In the dependencies: section of your pubspec.yaml, add the following line:

boxicons: <latest_version>

Usage

You can use it very easily. For example:

Icon(Boxicons.bx_home_smile)
import 'package:flutter/material.dart';
import 'package:boxicons/boxicons.dart';

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return IconButton(
        // Use Boxicons
        icon: Icon(Boxicons.bx_home_smile),
        onPressed: () {
            print('its done');
        }
    );
  }
}

Info

Announcing Boxicons v2.0.9!

  • Fixed the errors with a few svgs, added viewbox

License

MIT