Skip to content

This is a project demonstrating the power of Flutter taken a simple use case

Notifications You must be signed in to change notification settings

adorsys/company-commute-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

company_commute

An app displaying all the company's employees' commutes. This app is entirely built with flutter.

What it is all about

This project demonstrates an use case for using flutter as technology for app development. Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.

The idea is to match a company's employee's commutes. An employee can enter her / his address and sees on a map the commute's waypoints and the waypoints of others.

This project supports Android, iOS and Web. The project was initially started to learn about Flutter for mobile devices. The initial plan was to build an app for Android / iOS. We enhanced the idea with web once Mockingbird was announced.

It is - also for prototyping purposes - backed by a dart backend.

Setup

To run this project on your own machine you'll have to

  • Get your own Google Maps API key and enter it in the Android Manifest and iOS's AppDelegate. Simply search the project for "Enter Google Maps API Key".
  • Get your own Here Maps API key - used for the polylines and place them into the keys.dart file
  • Locally start the dart backend
  • Run it!

About

This is a project demonstrating the power of Flutter taken a simple use case

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages