• 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.2+5 · 027a8447
    027a8447 Browse Files
    creativecreatorormaybenot authored 2019-07-09 12:34:23 +0000
pubspec.yaml 345 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
name: wakelock_example
description: Demonstrates how to use the wakelock plugin and is used for integration testing.
publish_to: 'none'

environment:
  sdk: ">=2.1.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter

dev_dependencies:
  wakelock:
    path: ../

  flutter_driver:
    sdk: flutter
  test:

flutter:
  uses-material-design: true