The Line Awesome Icon pack available as Flutter Icons

Related tags

Templates dart flutter
Overview

line_awesome_icons

The Line Awesome Icon pack available as Flutter Icons

Getting Started

This plugin is based on Line Awesome Icons pack, which you can use it as an IconData in Flutter project https://icons8.com/line-awesome/

Usage

To use plugin, just import package import 'package:line_awesome_icons/line_awesome_icons.dart'; add use it as IconData in Icon widget:

Icon(LineAwesomeIcons.reddit, size: 60.0, color: Colors.redAccent))

Example

import 'package:flutter/material.dart';
import 'package:line_awesome_icons/line_awesome_icons.dart';

void main() => runApp(MyApp());

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(
          child: Icon(
            LineAwesomeIcons.reddit,
            size: 60.0,
            color: Colors.redAccent,
          ),
        ),
      ),
    );
  }
}
You might also like...

Mel-bio - Build a Web App with Flutter with a rotating profile icon animation

Mel-bio - Build a Web App with Flutter with a rotating profile icon animation

Build a Web App with Flutter with a rotating profile icon animation. A simple we

Jul 5, 2022

A Flutter widget to show an icon collection to pick. This widget extend TextField and has a similar behavior as TextFormField

A Flutter widget to show an icon collection to pick. This widget extend TextField and has a similar behavior as TextFormField

icon_picker A Flutter widget to show an icon collection to pick. This widget extend TextField and has a similar behavior as TextFormField Usage In the

Sep 27, 2022

This package supports an animated icon with some customization.

This package supports an animated icon with some customization.

animated_icon This package supports an animated icon with some customization. It includes an icon type, animation as well as onTap() parameters throug

Dec 23, 2022

Show a draggable floating chat icon button and show messages on screens

Show a draggable floating chat icon button and show messages on screens

Show a draggable floating chat icon button and show messages on screens Features A widget for displaying a chat icon (or custom widget) on top of a ba

May 5, 2022

XDG theme icons for Flutter

XDG theme icons for Flutter

XDG Icons XDG theme icons for Flutter. https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html TODO api cleanup docs intern

Jul 12, 2022

🍪 Colorful Icons for your Flutter App

🍪 Colorful Icons for your Flutter App

Koukicons 🍪 This package provides +700 Colorful Icons for Flutter Apps. 📱 Screenshot ❓ How to use To use this plugin, add koukicons as a dependency

Oct 20, 2022

A Flutter package for Ant Icons.

A Flutter package for Ant Icons.

Package for Ant Icons An icon is a graphical representation of meaning. Icons can be used to express actions, state, and even to categorize data. Ant

Oct 7, 2022

New trick on how to create your own custom icons in flutter with bottom bar navigation

New trick on how to create your own custom icons in flutter with bottom bar navigation

Customized Bottom Navigation Bar in Flutter | Tech With Sam Customized Bottom Navigation Bar in Flutter - Watch on youtube ✌   App Preview App Screens

Oct 26, 2022

Integrate any icons you like to your flutter app

Integrate any icons you like to your flutter app

Flutter Tutorial - Icons - Custom & Plugin Icons Integrate any icons you like to your flutter app - Material Icons, Beautiful Icons & Custom Icons. ⚡

Dec 28, 2021
Comments
  • Weird icons/chars shown when rendering icons

    Weird icons/chars shown when rendering icons

    All the icons from this screenshot are from the line_awesome_icons package, some users reported issues with font_awesome icons as well, but in that case only the rectangular X was being shown.

    Here here are chinese/japanese/korean (sorry don't know much of it) chars that I have no idea where are coming from.

    Might it be some charset related thing? UTF-8 vs UTF-16?

    screenshot_20190112-133227

    opened by Panthro 6
  • Gradle error A problem occurred configuring project ':line_awesome_icons'.

    Gradle error A problem occurred configuring project ':line_awesome_icons'.

    Just ran a

    flutter build apk --release

    And got the exception:

    * Error running Gradle:
    ProcessException: Process "..." exited abnormally:
    
    FAILURE: Build failed with an exception.
    
    * What went wrong:
    A problem occurred configuring project ':line_awesome_icons'.
    > Failed to notify project evaluation listener.
       > java.lang.AbstractMethodError (no error message)
    
    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    
    * Get more help at https://help.gradle.org
    
    BUILD FAILED in 0s
      Command: ... app:properties
    
    
    Please review your Gradle project setup in the android/ folder.
    

    No help on google, can't even understand the issue.

    flutter doctor:

    Doctor summary (to see all details, run flutter doctor -v):
    [✓] Flutter (Channel beta, v1.0.0, on Mac OS X 10.14.2 18C54, locale en-ES)
    [✓] Android toolchain - develop for Android devices (Android SDK 28.0.3)
    [✓] iOS toolchain - develop for iOS devices (Xcode 10.1)
    [✓] Android Studio (version 3.2)
    [!] Connected device
        ! No devices available
    
    ! Doctor found issues in 1 categories.
    
    opened by Panthro 6
  • Chinese symbols when using icons

    Chinese symbols when using icons

    I'm still having this issue. All icons see to render as Chinese symbols.

    Originally posted by @RichieMcMullen in https://github.com/phucgaoxam/line_awesome_icons_flutter/issues/2#issuecomment-610564994

    opened by RichieMcMullen 1
  • Added latest icons

    Added latest icons

    opened by mateotomas2 0
Owner
Châu Minh Phúc
I'm an Android and Flutter developer, currently working for Manabie Vietnam.
Châu Minh Phúc
The Font Awesome Icon pack available as Flutter Icons

font_awesome_flutter The Font Awesome Icon pack available as set of Flutter Icons. Based on Font Awesome 5.15.4. Includes all free icons: Regular Soli

Flutter Community 731 Dec 28, 2022
The COCO icon pack with - +600 Editable icons available for your flutter project.

cocoicons The COCO icon pack with - +600 Editable icons available for your flutter project. Made from COCO icon pack. ?? Installation In the dependenc

Samuel Abada 5 Sep 23, 2022
Icons Launcher - A command-line tool that simplifies the task of updating your Flutter app's launcher icon.

Icons Launcher - A command-line tool that simplifies the task of updating your Flutter app's launcher icon. Full flexibility allows you to only update the launcher icon for specific platforms as needed.

Mrr Hak 48 Nov 17, 2022
Flutter plugin to implement a Boom Menu, with icons, title, subtitle, animated FAB Icons and hide on scrolling.

Flutter Boom Menu Usage The BoomMenu widget is built to be placed in the Scaffold.floatingActionButton argument, replacing the FloatingActionButton wi

Mohanraj 88 Aug 1, 2022
Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.

Fluent UI System Icons Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft. Icon List View the full list of

Microsoft 4.3k Dec 29, 2022
Awesome aurora gradient - Awesome Aurora Gradients for flutter

Awesome Aurora Gradient Provides a simple but powerful gradient extension method

null 2 Feb 25, 2022
Awesome Notifications add-on plugin to enable push notifications through Firebase Cloud Messaging with all awesome notifications features.

Awesome Notifications FCM Awesome Notifications add-on to send push notifications using FCM (Firebase Cloud Messaging), with all awesome notifications

Rafael Setragni 8 Jan 4, 2023
Flutter application for latest news by top newspapers . And allow for share articles with friends. Now available in night mode. Also landscape mode is available

Breaking News Latest news for almost 55 country. Feature of saving article and search ariticles. Used API https://newsapi.org/ Note: if data is not ge

null 7 Oct 24, 2022
With this pack you can use the biometrics systems of Android and IOS devices.

native_auth With this pack you can use the biometrics systems of Android and IOS devices. It will ask for the user which the biometric authentication

Weliton Sousa 7 Nov 2, 2022