• 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
  • example
  • pubspec.yaml
  • 0.1.4 (#21) · 01ca16a2
    01ca16a2 Browse Files
    creativecreatorormaybenot authored 2020-03-18 23:57:39 +0000
pubspec.yaml 395 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
name: wakelock_example
description: Demonstrates how to use the wakelock plugin and is used for integration testing.
publish_to: 'none'

environment:
  sdk: ">=2.7.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter

dev_dependencies:
  pedantic: 1.9.0

  wakelock:
    path: ../

  flutter_driver:
    sdk: flutter
  test: # This is equivalent to any.

dependency_overrides:
  pedantic: 1.9.0