• 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_windows
  • pubspec.yaml
  • Functional Windows implementation (#96) · cde1efb7 ...
    cde1efb7 Browse Files
    * Basic windows implementation
    
    * Added details to of platform assign blocking issue
    
    * Handled response code on state set
    
    * Add additional docs
    Jon Salmon authored 2021-03-06 19:01:43 +0000
pubspec.yaml 373 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
name: wakelock_windows
description: Windows platform implementation of the wakelock_platform_interface for the wakelock plugin.
version: 0.1.0

environment:
  sdk: ">=2.12.0 <3.0.0"
  flutter: ">=2.0.0"

dependencies:
  flutter:
    sdk: flutter
  wakelock_platform_interface: ^0.2.0
  win32: ^2.0.0

dev_dependencies:
  flutter_test:
    sdk: flutter

  pedantic: ^1.10.0