FLUTTER ECOSYSTEM

alialnaghmoush/boxicons

Flutter के लिए Boxicons कस्टमाइज़ेशन।

boxicons प्रोजेक्ट कवर
Stars
3
Forks
0
अंतिम पुश (UTC)
30 जुल॰ 2021
प्रोजेक्ट स्थिति
सक्रिय
Ali AlNaghmousgh GitHub avatar
GITHUB User

Ali AlNaghmousgh ↗

भाषाएँDartRubyKotlinSwiftObjective-C

इस रिपॉज़िटरी के पैकेज

उपयोग की गई निर्भरताएँ

निर्भरता सूची 2 आइटम
  • flutter{"sdk":"flutter"}
  • flutter_testडेवलपमेंट{"sdk":"flutter"}

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

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