Code Monkey home page Code Monkey logo

spes_pfclient's Introduction

SPES PF-Client

Un client mobile per il sistema SPES, sviluppata in flutter.

Autori:

  • Luca Gregori
  • Alessandro Wood

Alcuni Screenshots:

Getting Started

Prerequisiti

Installazione dipendenze

All'interno della cartella del progetto eseguire il comando per installare le dipendenze:

flutter pub get

Per generare le classi serializzate relative al modello eseguire il commando:

flutter pub run build_runner build --delete-conflicting-outputs

In caso di problemi, reinstallare le dipendenze:

flutter clean
flutter pub get

Configurazioni extra

Per verificare il corretto funzionamento dell'ambiente di sviluppo (flutter e android studio)

flutter doctor

Per accettare la licenza di android.

flutter doctor --android-license

Per indicare a flutter l'installazione di Android Studio :

flutter doctor config --adroid-studio-dir path_to_android_studio

In caso di installazione di Android Studio tramite flatpak:

path_to_android_studio=/var/lib/flatpak/app/com.google.AndroidStudio/current/active/files/extra

Android SDK

Si consiglia di installare Android SDK uilizzando l'interfaccia dell'IDE Android Studio.

API

All'interno del file lib/services/api.dart modificare la seguente variabile:

static const String basePath = r'http://localhost:8080';

sostituire localhost:8080 con URL che espone le chiamate REST del backend. Qualora si decida di eseguire l'app all'interno di un emulatore usare l'indirizzo 10.0.2.2 come alias per localhost.

spes_pfclient's People

Contributors

lucass97 avatar

Watchers

 avatar

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.