• This project
    • Loading...
  • Sign in

flutter_package / flutter_wakelock

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • flutter_wakelock
  • wakelock_web
  • README.md
  • Set up federated plugin (#42) · a824fc3e ...
    a824fc3e Browse Files
    * Federated setup
    
    * Add .github
    
    * Revert "Merge branch 'master' into federated-plugin"
    
    This reverts commit d78b1423272b1c9bc0549fdd87efb4c3fef0019a.
    
    * Init platform interface
    
    * Setup wakelock_web
    
    * Setup wakelock
    
    * Cleanup
    
    * Add pigeons
    
    * Implement Android
    
    * Implement platform interface
    
    * Test platform interface
    
    * wakelock_platform_interface initial release
    
    * Main README
    
    * wakelock README
    
    * wakelock tests
    
    * Integration testing
    
    * iOS implementation
    
    * Finish wakelock
    
    * Implement web
    
    * Web tests
    
    * comment
    
    * Web dependency
    
    * Add checks
    
    * Fix checks
    
    * Relative here
    
    * reorder
    
    * Skip pub get
    
    * Desperation
    
    * l
    
    * Fix checks
    
    * Add pana
    
    * Pana relative path
    
    * Add tests
    
    * Version
    
    * disable web checks
    
    * Complete actions
    creativecreatorormaybenot authored 2020-10-04 18:10:00 +0000
README.md 939 Bytes
Raw Blame History Permalink

wakelock_web Pub version GitHub stars

Web platform implementation of the wakelock_platform_interface for the wakelock plugin.

Getting started

If you want to use the wakelock plugin on web, see the main wakelock plugin package.

Implementation

The web implementation is based on NoSleep.js, i.e. the assets include a version that was modified to work with the wakelock plugin.
This supports the Screen Wake Lock API if available.