Skip to content

CodifyIQ/codifyiq-core-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodifyIQ Components

A family of small, focused, production-ready Flutter widgets — each published as its own package so you only pull the dependencies you actually use.

Maintained with Melos License: MIT pub.dev publisher


About

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.

Packages

Package pub.dev Android iOS Web macOS Windows
codifyiq_ai_progress_indicator pub
codifyiq_audio_message pub
codifyiq_brightness_button pub
codifyiq_group_manager pub
codifyiq_image_viewer pub ✔ ¹
codifyiq_notification_center pub
codifyiq_pdf_viewer pub ✔ ²
codifyiq_social_sign_in pub
codifyiq_terms_and_conditions pub
codifyiq_user_avatar pub

¹ ImageViewerItem.file is unsupported on Flutter web; use .network, .asset, or a custom ImageProvider. ² PDFs loaded via PdfSource.uri require CORS headers; PdfSource.file is unsupported on web.

Development

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 catalog

The example/ app demonstrates every widget in a single GoRouter-based catalog.

Contributing

Issues and pull requests are welcome at CodifyIQ/codifyiq-core-components. Please follow the commit and documentation conventions in CLAUDE.md.

License

MIT © CodifyIQ

About

Common Flutter widgets for core use cases

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages