• 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
  • analysis_options.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
analysis_options.yaml 152 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
include: package:pedantic/analysis_options.yaml

linter:
  rules:
    - public_member_api_docs

analyzer:
  errors:
    public_member_api_docs: warning