Airtable Icons – Airtable UI Kit Icons Collection on Flutter

pub package

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

Installation

Add airtable_icons dependency to your Flutter project:

dependencies:
  airtable_icons: ^<latest-version>

Usage

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

import 'package:airtable_icons/airtable_icons.dart';

/// Alternative 1 - Using Icon widget:
Icon _icon = Icon(AirtableIcons.android, size: 16.0);
Icon _iconMicro = Icon(AirtableIcons.android, size: 12.0);

/// Alternative 2 - Using AirtableIcon widget:
Icon _icon = AirtableIcon(AirtableIcons.android);
Icon _iconMicro = AirtableIcon.micro(AirtableIcons.android);

Issues

For issues, file directly in the repository.

Icons

All Airtable 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! 🤩

Resources Used:

You can check out the entire code of this App here:

Get Full Source Code

View Github

Conclusion

This was all about a quick go through the basic flutter App UI Screen. If you need any assistance regarding flutter app development, you can consult a flutter developer from FlutterDesk. We would love to be of help. Still, if you feel any difficult while dealing with Flutter app development projects, you can reach out to us or hire Flutter developers to outsource any of your app development project.

Do like & share my Facebook page. if you find this post helpful. Thank you!!

Happy coding! 😉

Related Articles:

READ MORE


Deepika

Hey, I'm Deepika, Experienced in Mobile app Development (Flutter, Android and iOS) and professional blogger. Technically sound Post graduated M.Tech in Computer Science and Engineering. I Love to gain every type of knowledge that's why i have done many courses in different fields like engineering and technology. Skilled in Flutter,( Dart ), Java, HTML, CSS, PHP, Python, SQL, C, C++,Firebase,MySQL,SQLite,JavaScript, Networking, Ethical Hacking.

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *