Skip to content

imbeastprogrammer/dapsmobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swipe

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Retrieve Debug Signing Key

After retrieving the signing key. Register the sha1 and sha2 fingerprints in firebase console project.

  • keytool -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore

Generate Development Key (for deployment purpose)

  • keytool -genkey -v -keystore ~/swipeapp.jks -keyalg RSA -keysize 2048 -validity 10000 -alias swipekey

Running the project

  • flutter packages get
  • flutter packages pub run build_runner watch --delete-conflicting-outputs
  • flutter run --flavor daps -t lib/main-daps.dart

Generate AppBundle for production build

Update the pubspec.yaml file for the new version of app

  • Go to main-daps.dart
  • Change to the Enviroment.dev into Enviroment.production and remove name key
  • flutter build appbundle --flavor daps -t lib/main-daps.dart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages