Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.15 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.15 KB

Redmond Fire & Rescue Cookbook

theCookbook GitHub Repo

The Redmond Fire & Rescue (RFR) cookbook is a mobile app that lists and displays RFR's field protocols as PDFs. Individuals who have access to the admin panel can add and remove files.

Built With

Development

  1. Clone the repo
    git clone https://github.com/osu-cascades/rfr-cookbook.git
    
  2. Install packages
    flutter pub get
    

Tests

No unit or system tests.

Deployment

When you are ready to distribute a new version of the application, your first step is to bump the build number, or version number and build number, in pubspec.yml.

TODO

Android / Google Play Store

TODO

iOS / Apple App Store

Build a new "app archive" with flutter build ipa.

© 2021 A. Gilmore and M. Moylan.