Giter VIP home page Giter VIP logo

Comments (4)

rektdeckard avatar rektdeckard commented on May 6, 2024 1

2.0.0 is live with icon weights and backing fonts split.

from flutter.

rektdeckard avatar rektdeckard commented on May 6, 2024

Hu @narcodico, sorry I haven't got back to you. We're launching a 2.0 release very soon that has the weights split up by default!

from flutter.

narcodico avatar narcodico commented on May 6, 2024

Hey @rektdeckard, that's great to hear, thanks for the update!

from flutter.

narcodico avatar narcodico commented on May 6, 2024

@rektdeckard would like to suggest a couple improvements to the current approach. You guys could go something around the likes of:

abstract class PhosphorIcons {
  static const bold = PhosphorIconsBold();
}
 class PhosphorIconsBold {
  const PhosphorIconsBold();
  
  final  addressBook = const PhosphorFlatIconData(0xe900, 'Bold');
  ...

  List<PhosphorFlatIconData> get icons => [addressBook, ...];
}

Exposing an icons getter with all the icons for that style would be extremely useful for dynamic features where all icons are needed, cause it's rather difficult for developers to keep track of which icons are being added, renamed, etc.

from flutter.

Related Issues (20)

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.