Skip to content

Open source Flutter repository for Western Virginia EMS Council's Protocols App

License

Notifications You must be signed in to change notification settings

novagator/wvems_protocols

 
 

Repository files navigation

West Virginia EMS (WVEMS) Protocols

A provider-facing Flutter app to view clinical / EMS protocols quickly and efficiently.

This app includes the current operational guidelines and protocols developed by the EMS Operational Medical Directors in the Western Virginia EMS Region, along with other helpful resources to view offline and online. The app contains interactive features such as push notifications, videos, collaboration tools, external links, interactivity with our social media channels, and much more. Easy navigation tools, search functions, and bookmarks are in our application

Copyright is held by the Western Virginia EMS Council, Inc.

Design

Prototype / wireframes, if relevant.

Architecture

architecture / folder structure info

Style Guide

Follow the [Dart style guide].

Of note, you should:

  • Use UpperCamelCase for types.
  • Use lowercase_snake_case for libraries, packages, directories, and files.
  • Use lowerCamelCase for constant names.
  • Use lowerCamelCase for everything else (like variable names).
  • Capitalize acronyms and abbreviations longer than two letters (Http rather than HTTP or http).
  • A leading underscore makes a member variable private. Only use it if it is private.
  • You can use single line if statements for returns.
  • Use /// instead of /** */ for multi-line comments.

For VS Code, install the Dart and Flutter plugin. Set your editor to [format on save].

About

Open source Flutter repository for Western Virginia EMS Council's Protocols App

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 91.4%
  • Ruby 6.0%
  • Swift 1.8%
  • Other 0.8%