FLUTTER ECOSYSTEM

mcfriend99/FlutterRemix

完整的 Remix Icon 圖標套件,可作為 Flutter 圖標使用。

FlutterRemix 專案封面
Stars
11
Forks
0
最近推送(UTC)
2021年8月26日
專案狀態
未封存
Ore Richard Muyiwa GitHub avatar
GITHUB User

Ore Richard Muyiwa ↗

The ever busy software engineer that fluently speaks Blade, C, Java, C#, Go, Python, Assembly, JavaScript, Dart, PHP, Ruby, SQL, Erlang and many more.

Mcfriends LimitedLagos, Nigeria官方網站 ↗
語言Dart

此儲存庫發佈的套件

使用的依賴

依賴清單 2 項
  • flutter{"sdk":"flutter"}
  • flutter_test開發依賴{"sdk":"flutter"}

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

FlutterRemix

The complete Remix Icon pack available as Flutter Icons. This package acts as a more attractive replacement for the default Material icon set.

Getting Started

This plugin is the Flutter port of the Remix Icons pack. This icon pack provides a very beautiful and modern alternative to the FontAwesome PRO with a very flexible license suitable for both commercial and free use.

You can visit the icons source project for a full list of all the available icons. I'll do my best to make sure this project is always up-to-date and in sync with the Remix project.

Installation

Simply include the flutter_remix in your pubsec.yaml

dependencies:
  flutter:
    sdk: flutter
  flutter_remix: ^0.0.3

Then run the flutter packages get command (some IDE's such as IntelliJ will prompt you to do this or do it for you automatically).

Usage

  1. Import the library

    import 'package:flutter_remix/flutter_remix.dart'
    
  2. Use is anywhere you can use an IconData such as in the Icon widget. E.g.

    Icon(FlutterRemix.search_line)