All Projects → NikSWE → flutter_feather_icons

NikSWE / flutter_feather_icons

Licence: MIT license
Flutter package for Feather Icons

Programming Languages

dart
5743 projects
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to flutter feather icons

getx snippets extension
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 142 (+330.3%)
Mutual labels:  flutter-package
phosphor-figma
A flexible icon family for Figma
Stars: ✭ 17 (-48.48%)
Mutual labels:  icon-pack
icons
A world of famous icon packs with easy to use interface
Stars: ✭ 21 (-36.36%)
Mutual labels:  icon-pack
FlutterExpandableMenu
A new Flutter package which helps developers in creating Expandable Menu.
Stars: ✭ 18 (-45.45%)
Mutual labels:  flutter-package
vector-icons
Free Vector icons for Website and Mobile App
Stars: ✭ 28 (-15.15%)
Mutual labels:  icon-pack
file manager
FileManager is a wonderful widget that allows you to manage files and folders, pick files and folders, and do a lot more. Designed to feel like part of the Flutter framework.
Stars: ✭ 38 (+15.15%)
Mutual labels:  flutter-package
shimmer animation
This shimmer animation widget can help you bring simple yet beautiful skeleton loaders to your flutter app with ease.
Stars: ✭ 29 (-12.12%)
Mutual labels:  flutter-package
nepali date picker
Material Style Date Picker with Bikram Sambat(Nepali) Calendar Support. Supports both Android and ios.
Stars: ✭ 30 (-9.09%)
Mutual labels:  flutter-package
sliding panel
A Flutter slidable widget that provides an easy to use configuration. Highly customisable. Just as you want it!
Stars: ✭ 88 (+166.67%)
Mutual labels:  flutter-package
flutter-devicelocale
A Flutter package to read and return the set device locales
Stars: ✭ 45 (+36.36%)
Mutual labels:  flutter-package
dartssh2
SSH and SFTP client written in pure Dart, aiming to be feature-rich as well as easy to use.
Stars: ✭ 63 (+90.91%)
Mutual labels:  flutter-package
flutter-rehberi
Flutter için Türkçe ve İngilizce kaynakların toplandığı rehber
Stars: ✭ 730 (+2112.12%)
Mutual labels:  flutter-package
iconpack-obsidian
Gnome Icon Pack based upon Faenza, optimized for dark themes
Stars: ✭ 144 (+336.36%)
Mutual labels:  icon-pack
dicefont
Scalable vector graphics for dice in icon font format
Stars: ✭ 20 (-39.39%)
Mutual labels:  icon-pack
bouncing widget
A widget that enables you to add a bouncing animation on a widget.
Stars: ✭ 34 (+3.03%)
Mutual labels:  flutter-package
change app package name
Change App Package Name with single command. It makes the process very easy and fast.
Stars: ✭ 72 (+118.18%)
Mutual labels:  flutter-package
IQPlayer
Simple video player with subtitle for flutter.
Stars: ✭ 16 (-51.52%)
Mutual labels:  flutter-package
reactive state
An easy to understand reactive state management solution for Flutter.
Stars: ✭ 19 (-42.42%)
Mutual labels:  flutter-package
anim search bar
A flutter package that has an animated search bar with loads of customization
Stars: ✭ 28 (-15.15%)
Mutual labels:  flutter-package
CustomSwitch
Custom Switch package created in Flutter
Stars: ✭ 56 (+69.7%)
Mutual labels:  flutter-package

repo-header

flutter_feather_icons v2.0.0

See Catalog

Important Note

Naming conventions have been changed for better readability and consistancy with all other flutter icon packs

To convert from the catalog simply follow this method

alert-circle => alertCircle

arrow-down-left => arrowDownLeft

if still you face any problems have a look into the documentation (class FeatherIcons)

280 General Purpose Icons for Flutter

This flutter package allows you to use all the Feather Icons made by Feather Team

Find it at pub.dartlang.org

Installation

In the dependencies: section of your pubspec.yaml, add the following line:

flutter_feather_icons: ^2.0.0

Usage

import "package:flutter_feather_icons/flutter_feather_icons.dart";

class MyAwesomeWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return IconButton(
      icon: Icon(FeatherIcons.github),
      onPressed: () {
          print("awesome platform to share code and ideas");
      }
    );
  }
}

Example

View the flutter app in the example directory

Screenshot

screenshot-1 screenshot-2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].