Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabler Icons

Flutter Icon Base on tabler-icon.io

Usage

  • add to pubspec.yaml
flutter pub add tabler_icons
  • Import in flutter source code:
  import 'package:tabler_icons/tabler_icons.dart';
  • Example:
Center(
      child: Column(
        mainAxisAlignment: MainAxisAlignment.center,
        children: <Widget>[
          Row(
            children: <Widget>[
              Icon(TablerIcons.arrow_back),
              SizedBox(width: 10.0),
              Text('Arrow Back Icon')
            ],
          ),
          Row(
            children: <Widget>[
              Icon(TablerIcons.heart),
              SizedBox(width: 10.0),
              Text('Heart Icon')
            ],
          ),
        ],
      ),
    )

https://tabler-icons.io/

Screenshot 2021-06-06 020544

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages