majesticons 1.0.1 copy "majesticons: ^1.0.1" to clipboard
majesticons: ^1.0.1 copied to clipboard

A Flutter package providing over 1300 customizable icons, both in solid and line styles, for enriching your app's UI.

Majesticons for Flutter #

Majesticons is a Flutter package that provides a rich set of customizable icons for your Flutter applications. It includes a wide variety of icon styles, both outlined and filled, to help bring your app designs to life.

Icons are sourced from Majesticons, which provides free and high-quality icons for designers and developers.

Features #

  • 🎨 Wide Variety of Icons: Over 1300 icons covering different categories and use-cases, including communication, interface elements, and more.
  • 🌟 Solid and Line Styles: Each icon is available in both solid and line styles, offering flexibility for your design needs.
  • 🛠 Easy Integration: Integrate icons easily using Icon(Majesticons.iconName).

Available Icons #

The package provides a comprehensive set of icons, which are accessible by name. Each icon name follows a convention that makes it easy to find and use:

  • Majesticons.clipboard_warehouse_list_solid
  • Majesticons.camera_line
  • Majesticons.folder_open_solid

To see the full list of icons, refer to the demo website.

Getting Started #

To get started, add Majesticons to your pubspec.yaml:

dependencies:
  majesticons: ^1.0.0

Usage #

import 'package:majesticons/majesticons.dart';

Icon(Majesticons.heart_solid);
1
likes
140
points
14
downloads

Publisher

verified publisherikigai-digital.com

Weekly Downloads

A Flutter package providing over 1300 customizable icons, both in solid and line styles, for enriching your app's UI.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on majesticons