- Fix Flutter SDK version constraint.
- Fix
pubspec.yaml
.
- Updated
pubspec.yaml
to match new format.
- Completed AndroidX migration.
- Updated documentation.
- Formatting in
AndroidManifest.xml
.
- Cleaned up the Android manifest.
- Changed a test name in
test_driver
. - Updated the plugin description.
- Updated
README.md
. - Updated
CONTRIBUTING.md
. - Updated
.travis.yml
. - Removed unnecessary
Assets
directory from theios
folder.
- Expanded continuous integration to include format checking and code analysis.
- Updated the example's README.
- Improved Travis CI setup.
- Updated badges.
- Updated description.
- Flutter master is used in integration tests now.
- Added integration testing.
- Removed unnecessary Android Manifest permission.
- Added a contributing guide.
- Added CI.
- Changed
Wakelock.toggle
's parameter to a named parameter. - Improved iOS implementation.
- Made the plugin description more concise.
- Elaborated a bit more in description.
- Renamed functions.
- Improved README.
- Added wakelock permission in Android Manifest.
- Improved README.
- Removed unnecessary files.
- Fixed dependency issue.
- Removed unnecessary dependencies.
- Bumped version to indicate that the plugin is fully usable.
- Improved README's.
- Formatted Dart files.
- The wakelock plugin allows you to toggle the Android and iOS wakelock and retrieve its current status.