Code Monkey home page Code Monkey logo

geteat's Introduction

geteat

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 development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

localisation

https://medium.com/@fernnandoptr/how-to-get-users-current-location-address-in-flutter-geolocator-geocoding-be563ad6f66a#:~:text=To%20query%20the%20current%20location,%3BPosition%20position%20%3D%20await%20Geolocator.

release the android version

link : https://docs.flutter.dev/deployment/android

Change icons

flutter pub run flutter_launchers_icons

Change app name

flutter pub global run rename --bundleId app.get-eat.get-eat
flutter pub global run rename --appname Geteat

Signing the app

create a new file in the android folder named key.properties write in the this file:

storePassword=<password from previous step>
keyPassword=<password from previous step>
keyAlias=upload
storeFile=<location of the key store file, such as /Users/<user name>/upload-keystore.jks or C:\\Users\\<user name>\\upload-keystore.jks>

Add this file in the .gitignore

Create a new keystore

keytool -genkey -v -keystore %userprofile%\upload-keystore.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias upload

Put the generated file in android/app folder
Change the storeFile property by ../app/upload-keystore.jks
Add this file in the .gitignore

configure signing in gradle

https://docs.flutter.dev/deployment/android#configure-signing-in-gradle
Commands:

flutter clean
flutter build appbundle

TODO

  • bug déconnexion lors de la première inscription
  • traduction

geteat's People

Contributors

momo2555 avatar

Watchers

 avatar

geteat's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.