Skip to content

cannlytics/cannlytics-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cannlytics App

The Cannlytics app is built with Flutter and is a gateway to cannabis data. The assets directory is where the app's images and other static files live. The lib directory is where the app's source code lives. The web directory contains files to support the web version of the app.

Installation

Development

Android

Web

Once you have everything installed, you can run the app with:

flutter run -d chrome

Pre-deployment

You can sort imports with:

flutter pub run import_sorter:main

You can create a splash screen with:

flutter pub run flutter_native_splash:create

You can create launch icons with:

flutter pub run flutter_launcher_icons

You can fix minor errors in the app with:

dart fix --dry-run
dart fix --apply

Publishing

First, build the app:

flutter build web --dart-define=PRODUCTION=true

Second, publish the app to the web:

firebase deploy --project cannlytics --only hosting:data

Congratulations! You've published the Cannlytics Data app to the web!

About

A mobile app to interface with Cannlytics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages