Generic input library with various input types which can be used in flutter_form of Form
Find a file
Bart Ribbers e6ea668b80 chore(deps): loosen version requirement of intl
The latest Flutter requires intl 0.19.0 and now every app/package
depending on us fails to build with the latest Flutter because we were
explicitly requiring 0.18.0

Minor upgrades should be safe anyway, we only care for major versions
upgrade, so loosen the requirements a bit to support anything from
0.18.0 up to (but not including) 1.0.0
2024-05-14 13:25:12 +02:00
.github feat(documentation): Create component-documentation.yml workflow file 2024-02-13 13:39:02 +01:00
example chore(deps): loosen version requirement of intl 2024-05-14 13:25:12 +02:00
lib feat: add radio button to the input library. 2024-04-25 08:50:41 +02:00
.gitignore initial commit 2022-11-29 13:16:44 +01:00
.metadata initial commit 2022-11-29 13:16:44 +01:00
analysis_options.yaml feat: add ci and linter 2024-02-02 16:38:13 +01:00
CHANGELOG.md feat: add radio button to the input library. 2024-04-25 08:50:41 +02:00
CONTRIBUTING.md initial commit 2022-11-29 13:16:44 +01:00
flutter_input_library.gif Updated README, added GIF, updated example, added Github Actions and Depandabot 2022-12-23 16:09:17 +01:00
LICENSE.md initial commit 2022-11-29 13:16:44 +01:00
pubspec.yaml chore(deps): loosen version requirement of intl 2024-05-14 13:25:12 +02:00
README.md chore: add figma link 2023-12-17 14:38:14 +01:00

pub package Build status style: effective dart

Flutter Input Library

Input library for Flutter to make creating form inputs a little easier.

Input GIF

Figma Design that defines this component (only accessible for Iconica developers): https://www.figma.com/file/4WkjwynOz5wFeFBRqTHPeP/Iconica-Design-System?type=design&node-id=357%3A3360&mode=design&t=XulkAJNPQ32ARxWh-1

Setup

To use this package, add flutter_input_library as a dependency in your pubspec.yaml file.

How to use

See the Example Code for an example on how to use this package.

Issues

Please file any issues, bugs or feature request as an issue on our GitHub page. Commercial support is available if you need help with integration with your app or services. You can contact us at support@iconica.nl.

Want to contribute

If you would like to contribute to the plugin (e.g. by improving the documentation, solving a bug or adding a cool new feature), please carefully review our contribution guide and send us your pull request.

Author

This flutter_input_library for Flutter is developed by Iconica. You can contact us at support@iconica.nl