mega_ui_kit 0.0.2
mega_ui_kit: ^0.0.2 copied to clipboard
A Flutter UI Kit package — design tokens, theme and base widgets for Mega design system.
Changelog #
All notable changes to this project will be documented in this file.
[Unreleased] #
0.0.2 - 2026-05-18 #
Added #
- Added README preview screenshots from the example app.
- Declared package platform support for Android and iOS.
- Added core widgets:
MegaAppBar,MegaButton,MegaBottomSheet,MegaIconButton. - Added feedback and display widgets:
MegaLoadingIndicator,MegaLinearProgressIndicator,MegaCircularProgressIndicator,MegaDivider,MegaSnackBar. - Added navigation:
MegaStepBars.
Changed #
- Updated package metadata for pub.dev publication.
- Included the example app in the published package archive.
- Updated ignored files for local build artifacts and generated iOS files.
Fixed #
- Replaced the license file with a canonical Apache-2.0 license so pub.dev can recognize it as OSI-approved.
- Updated README license text from MIT to Apache-2.0.
- Fixed
MegaBottomSheetbehavior and layout edge cases.