Time There using Flutter for Mobile

I originally created this app to count how many days it takes for my trip to the USA.

I live in Sydney and the time zone is very different, I use this system to know:

  • what time is it now

  • what hours were a few hours behind (for example when I received a certain email)

  • what hours will be in X hours (in case I need to schedule myself for an appointment)

For Web version look at:

Screenshot:

Screenshot_1562587146.png Screenshot_1562587162.png

Getting Started

Flutter is under development, so if you run into any problems, simple create a new project, and replace the files:

lib\main.dart
lib\contdownpag.dart
assets\direita-usa.jpg
assets\esquerda-aus.jpg

Also include it in pubspec.yaml :

dependencies:
  intl: ^0.15.7

flutter:
  assets:
    - assets/direita-usa.jpg
    - assets/esquerda-aus.jpg
  • intl: ^0.15.7 is used to get date formation

Running the tests

Same as any flutter code:

flutter run

License

This project is licensed see the LICENSE.md file for details

time_there_flutter_mobile

""GIT_20190708192944_TimeThereFlutterMobile""
"TimeThereFlutterMobile"