Code Monkey home page Code Monkey logo

ravikovind / flutter_lucide Goto Github PK

View Code? Open in Web Editor NEW
11.0 1.0 2.0 1.71 MB

Flutter package for Lucide Icons. Lucide is a free, open-source icon set with 1450+ icons. It's a fork of the popular Feather icon set.

Home Page: https://pub.dev/packages/flutter_lucide

License: MIT License

Kotlin 0.01% Swift 0.14% Objective-C 0.01% Dart 96.17% CMake 1.56% C++ 1.91% C 0.11% HTML 0.10%
feather flutter flutter-package icon-pack icons lucide lucide-icons

flutter_lucide's Introduction

Hey there! ๐Ÿ‘‹ I am using GitHub

I'm Ravi Kovind, a passionate software developer based in Bangalore, India. I specialize in building cross-platform applications and exceptional websites, utilizing a range of technologies.

ravikovind

Location: Bangalore, India (UTC +5:30)

Portfolio GitHub LinkedIn Twitter Instagram

Unleashing Limitless Potential: Expertly Crafting Cutting-Edge Cross-Platform Applications, Exceptional Websites, and Everything in Between and Redefining Digital Excellence. That's what I do.

Skills

Flutter Dart Node.js JavaScript React React Native MongoDB Firebase Git HTML CSS C Java PHP

Education

  • NIT Allahabad
    • Bachelor of Technology
    • 2017 - 2021
    • Location: Allahabad, India

Feel free to reach out for collaboration or just to say hello! ๐Ÿ˜Š

flutter_lucide's People

Contributors

ravikovind avatar ravinextaverse avatar raviworkrush avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

flutter_lucide's Issues

[Enhancement] Ability to edit stroke width.

It would be wonderfull if it would be a possibility to edit the stroke width.

I have created a package wicht allows you to edit the stroke width, however it has some rendering issues I can't seem to fix.

If I could be of any help please let me know.

Unable to tree shake when build

When build the application, it unable to perform tree-shake on the icons because one of the function is not constant.

  /// The icon code can be found in the Lucide icon library at [https://lucide.dev/](https://lucide.dev/).
  ///
  /// avoid using this function directly, instead use the icon directly from the [LucideIcons] class.
  /// Tree shaking will remove the unused icons from the final build.
  /// This will reduce the final build size.
  ///
  /// Example: To use the [a_arrow_down] icon, use the following code:
  /// ```dart
  /// Icon(LucideIcons.fromCode(0xe900))
  /// ```
  ///
  static IconData? fromCode(int code) {
    try {
      return IconData(code, fontFamily: _fontFamily, fontPackage: _fontPackage);
    } on Exception catch (_) {
      return null;
    }
  }```

removing this function make the build able to perform tree shake on the icons.

suggestion to remove this helper as we are better use the constant being define on the icon instead access directly to the code as per mentioned in the remark at the code, where it also warn that it will cause that it will unable to perform tree shake with this function.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.