ios_screen_time_tools 0.0.13
ios_screen_time_tools: ^0.0.13 copied to clipboard
A comprehensive Flutter plugin for iOS Screen Time API integration. Manage app restrictions, monitor usage, and access screen time data.
0.0.13 #
- Removed duplicate Swift files
- Cleaned up project structure
- Fixed plugin registration issues
0.0.12 #
- Unified plugin class names
- Fixed plugin registration issues
- Updated plugin implementation
0.0.11 #
- Fixed plugin registration name consistency
- Updated plugin class names
0.0.10 #
- Fixed plugin file naming consistency
- Updated Objective-C header and implementation file names
0.0.9 #
- Added missing Objective-C plugin registration files
- Fixed plugin registration issue
0.0.8 #
- Fixed FamilyActivitySelection to FamilyControlsMember
- Updated requestAuthorization implementation for iOS 15+
0.0.7 #
- Fixed Swift optional unwrapping issues
- Improved async/await implementation
- Removed unused store constant
0.0.6 #
- Fixed Swift compiler errors
- Updated FamilyActivitySelection implementation
- Fixed requestAuthorization method parameters
0.0.5 #
- Fixed podspec file location
- Moved podspec file to iOS directory
0.0.4 #
- Added iOS podspec file
- Fixed CocoaPods integration
0.0.3 #
- Added iOS screen time permissions
- Updated Pod file
0.0.2 #
- Added podspec file for iOS integration
- Fixed CocoaPods integration issues
0.0.1 #
- Initial release with core features:
- Screen time data fetching
- App restriction management
- Restriction removal
- Added iOS native implementation
- Added documentation