ios_screen_time_tools 0.0.7
ios_screen_time_tools: ^0.0.7 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.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