Skip to content

A Flutter package that provides icons from Ali Iconfont.com

License

Notifications You must be signed in to change notification settings

mick-xu/flutter_ali_icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AliIcons

Flutter 图标,包中使用的图标全部是从阿里图标库中挑选出来的

Getting Started

1. Depend on it

Add this to your package's pubspec.yaml file:

dependencies:
  ali_icons: ^0.0.3

2. Example

import 'package:ali_icons/ali_icons.dart';

void main() {
  runApp(Scaffold(
    body: Center(
      child: Icon(AliIcons.user_outline),
    ),
  ));
}

图标

icon

About

A Flutter package that provides icons from Ali Iconfont.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published