apron_icons 0.0.3 copy "apron_icons: ^0.0.3" to clipboard
apron_icons: ^0.0.3 copied to clipboard

Collection of beautiful and well-designed icons from Cookpad Apron UI Kit

Apron Icons #

pub package

Unofficial Flutter package for Cookpad's Apron UI Kit icons. Apron UI Kit is made by Cookpad and licensed under CC BY 4.0.

Installation #

Add apron_icons dependency to your Flutter project:

dependencies:
  apron_icons: ^<latest-version>
copied to clipboard

Usage #

Import the package in your Flutter file and use one of these 2 alternatives to display your icons:

import 'package:apron_icons/apron_icons.dart';

/// Alternative 1 - Using Icon widget:
Icon _icon = Icon(ApronIcons.sidedish, size: 24.0);

/// Alternative 2 - Using ApronIcon widget:
Icon _icon = ApronIcon(ApronIcons.sidedish);
copied to clipboard

Issues #

For issues, file directly in the repository.

Icons #

All Apron icons can be viewed on its Figma file here.

Find this library useful? ❤️ #

Support it by joining stargazers for this repository. ⭐️
Also, follow me on GitHub for my next project! 🐱

License #

Copyright 2023 hanmajid (Muhammad Farhan Majid)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
copied to clipboard
1
likes
160
points
25
downloads
screenshot

Publisher

verified publisherhanmajid.com

Weekly Downloads

2024.08.11 - 2025.02.23

Collection of beautiful and well-designed icons from Cookpad Apron UI Kit

Repository (GitHub)
View/report issues

Topics

#assets #icons #ui

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on apron_icons