flutter_profile_kit 1.0.0
flutter_profile_kit: ^1.0.0 copied to clipboard
A comprehensive Flutter package for profile management UI components including profile image picker, user info forms, and location selection.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-07-09 #
Added #
- Initial release of Flutter Profile Kit
ProfileData
model for user profile information with validationProfileImagePicker
widget with circular avatar and floating add badgeUserInfoForm
widget for personal information collectionLocationForm
widget for location data collectionProfileController
for profile data management and validation- Comprehensive customization options for all widgets
- Platform-adaptive styling for iOS and Android
- Image picker integration with camera and gallery support
- Form validation with custom validators
- Accessibility support and semantic structure
- Mathematical badge positioning at 45-degree angle
- Skeleton loading animations
- Error handling and fallback UI
- Comprehensive documentation and examples