flutter_native_calendar 0.3.0
flutter_native_calendar: ^0.3.0 copied to clipboard
A Flutter plugin to add events to native calendar on Android and iOS.
0.3.0 #
- NEW: Added structured location support - locations can now be strings or EventLocation objects with GPS coordinates, addresses, and detailed metadata
- IMPROVED: Completely refactored Android plugin with enhanced event handling, better calendar app compatibility, and improved reliability
- CLEANUP: Code organization improvements and removed obsolete files for better maintainability
0.2.0 #
- BREAKING CHANGE: Fixed critical iOS pods installation issue
- Fixed package naming inconsistency between pubspec.yaml and podspec
- Renamed iOS podspec from
native_calendar.podspec
toflutter_native_calendar.podspec
- Updated podspec metadata with correct author and homepage information
- Fixed iOS Podfile platform specification to iOS 12.0+
- Updated README.md with correct package name and import paths
- Corrected ProGuard rules package path for Android
- Updated minimum Android SDK to 19 for better calendar feature support
0.1.0 #
- Initial release of flutter_native_calendar plugin
- Add support for opening native calendar app and directly adding events with comprehensive platform-specific settings