beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. - According to the Flutter team :) This talk will revolve focus on Android and iOS platforms using Flutter
- Quick back story, A brief intro to flutter - Why did I choose Flutter - First impression (Nested widgets all written in Dart) - Final Impression (This is awesome!)
Advantage but as with all tools, you just want to use what is right for you. - Start a new app from scratch - Bring your existing app to the other platform - Use Flutter for a part of your app
photography, - Street maps, 360° panoramic views of streets, - Real-time traffic conditions, - Route planning for traveling by foot, car, bicycle and air, or public transportation. Now “Danfo” and “Molue” - Gaming
the street and I don’t mean Street View! The sole reason why I can sit confidently on a Bike with Zero idea of where I’m going except the directions provided by maps
of APIs and SDKs that are managed from the Google Cloud Platform console - Basically a Platform provided by Google for developers to extend and use the capabilities of Google Maps - SDK for Android,iOS and Javascript/ Web Service APIs
will be needing this flutter package - https://pub.dev/packages/google_maps_flutter (currently in Developers Preview) - Add this to your package's pubspec.yaml file: dependencies: google_maps_flutter: ^0.5.21+8 $ flutter packages get