amplify_icons 0.0.4 copy "amplify_icons: ^0.0.4" to clipboard
amplify_icons: ^0.0.4 copied to clipboard

Collection of beautiful and well-designed icons from AWS Amplify UI Kit

Amplify Icons #

pub package

Unofficial Flutter package for AWS Amplify UI Kit icons. AWS Amplify UI Kit is made by AWS and licensed under CC BY 4.0.

Installation #

Add amplify_icons dependency to your Flutter project:

dependencies:
  amplify_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:amplify_icons/amplify_icons.dart';

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

/// Alternative 2 - Using AmplifyIcon widget:
Icon _icon = AmplifyIcon(AmplifyIcons.warning);
copied to clipboard

Issues #

For issues, file directly in the repository.

Icons #

All Amplify 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
33
downloads
screenshot

Publisher

verified publisherhanmajid.com

Weekly Downloads

2024.08.08 - 2025.02.20

Collection of beautiful and well-designed icons from AWS Amplify 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 amplify_icons