• 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
  • ios
  • Classes
  • WakelockPlugin.h
  • 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
WakelockPlugin.h 86 Bytes
Raw Blame History Permalink
1 2 3 4
#import <Flutter/Flutter.h>

@interface WakelockPlugin : NSObject<FlutterPlugin>
@end