A family of small, focused, production-ready Flutter widgets — each published as its own package so you only pull the dependencies you actually use.
CodifyIQ Components is an open-source collection of reusable, customizable Flutter widgets
maintained by CodifyIQ. Each widget ships as a standalone pub.dev
package under the verified codifyiq.com publisher.
The packages live together in this monorepo (managed with Melos) but publish independently. Depend on a widget and you get its dependencies; nothing more.
| Package | pub.dev | Android | iOS | Web | macOS | Windows |
|---|---|---|---|---|---|---|
| codifyiq_ai_progress_indicator | ✔ | ✔ | ✔ | ✔ | ✔ | |
| codifyiq_audio_message | ✔ | ✔ | ✔ | ✔ | ✔ | |
| codifyiq_brightness_button | ✔ | ✔ | ✔ | ✔ | ✔ | |
| codifyiq_group_manager | ✔ | ✔ | ✔ | ✔ | ✔ | |
| codifyiq_image_viewer | ✔ | ✔ | ✔ ¹ | ✔ | ✔ | |
| codifyiq_notification_center | ✔ | ✔ | ✔ | ✔ | ✔ | |
| codifyiq_pdf_viewer | ✔ | ✔ | ✔ ² | ✔ | ✔ | |
| codifyiq_social_sign_in | ✔ | ✔ | ✔ | ✔ | ✔ | |
| codifyiq_terms_and_conditions | ✔ | ✔ | ✔ | ✔ | ✔ | |
| codifyiq_user_avatar | ✔ | ✔ | ✔ | ✔ | ✔ |
¹
ImageViewerItem.fileis unsupported on Flutter web; use.network,.asset, or a customImageProvider. ² PDFs loaded viaPdfSource.urirequire CORS headers;PdfSource.fileis unsupported on web.
This is a Melos workspace using native Dart pub workspaces.
dart pub global activate melos # once
melos bootstrap # resolve all packages
melos run analyze # analyze every package
melos run test # test every package with a test/ dir
flutter run -t example/lib/main.dart -d chrome # run the demo catalogThe example/ app demonstrates every widget in a single GoRouter-based catalog.
Issues and pull requests are welcome at
CodifyIQ/codifyiq-core-components.
Please follow the commit and documentation conventions in CLAUDE.md.
MIT © CodifyIQ