FLUTTER ECOSYSTEM

alialnaghmoush/boxicons

Flutter용 Boxicons 사용자 정의.

boxicons 프로젝트 이미지
Stars
3
Forks
0
최근 푸시(UTC)
2021. 7. 30.
프로젝트 상태
활성
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