Coder Social home page Coder Social logo

parkingapp-mobile's Introduction

ParkWise - A Parking utility app for Skopje

ParkWise helps you stay up to date with the parking system in Skopje

Features

  • Gives you occupancy estimates based on user contributions
  • Allows you to contribute easily
  • Easy payment and tracking (uses SMS payments for you)
  • Parking end reminders (coming soon!)
  • ML predictions for availability based on many factors (coming soon!)

Building and development

Dev builds

To build dev, you must take care that you provide a flavor. You can do so by adding the following arguments either in the command line or your run configuration: --flavor FLAVOR --dart-define=app.flavor=FLAVOR

You should also provide the flavor in the Build Flavor field in Android Studio, if that's your IDE

The accepted flavors are :

  • prod : Uses firebase and real data, also sends real SMS
  • dev : Has Fake services for data and SMS

Building an APK

flutter build apk --flavor FLAVOR --dart-define=app.flavor=FLAVOR

Generating factories

It is required to generate the factories after changing one of the services annotated with @injectable, or adding a new one. You may do so with the command: flutter pub run build_runner build --delete-conflicting-outputs

Generate app icons

  1. First you must place the icon in lib/icons/ and name it icon.png. So the resulting path to the icon is /lib/icons/icon.png
  2. Run the command: flutter pub run flutter_launcher_icons

Generate splash screens

The process is nearly identical to the icons

  1. The same image as the icon is used (for now). The path needs to be /lib/icons/icon.png
  2. Run the command: flutter pub run flutter_native_splash:create

parkingapp-mobile's People

Contributors

andrejdaskalov avatar simonanastasov avatar gligorcogligorov avatar marijagjorgjieva avatar

Stargazers

 avatar  avatar

Watchers

 avatar

parkingapp-mobile's Issues

Add search bar to main screen

Needs to have:

  • expand to show suggested (possibly nearby places)
  • match by substring and possibly variations of word
  • tapping result should pan map to pin and pull up details

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.