Airtable Icons – Airtable UI Kit Icons Collection on Flutter
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
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:
- How to Install Flutter in windows 10
- Beautiful Plants App UI design using flutter and firebase
- A Beautiful Music Player App Built in Flutter source code
- The Real taxi app with Flutter source code
- Quiz App using flutter with source code
- Flutter music app Search all audio files in android phone
- Flutter NEWS App with REST APIs source code
- Chat GPT Voice Chatbot App with Flutter source code
- Make News and Weather App using flutter
- A Flutter News Application created with source code
- PDF reader app developed using flutter source code
- Flutter Quiz Game App for android and iOS source code
- A Flutter MultiPlatform Tasks App with source code
- A Flutter ToDo app that allows you to add, edit, and delete tasks
- A Simple and easy video sharing app with Flutter
- Music Player Beautiful Material Design Open Source Flutter App
- Beautiful Weather App List with Flutter source code
- Amazing Tic Tac Toe game app built using Flutter source code