New post on /r/flutterdev subreddit:
Live Location Continuos Tracking in Flutter
I want to do Live Location Tracking of the user. In the app when the user presses a start button, I take his live LatLng and start tracking him. Once he presses the Stop button, the tracking stops and it should display him the route taken to travel on the map.
I saw google_maps_polylines and location packages but I am not sure how to implement it or/and I am not sure if it is the right way to do it. The user will be inside a vehicle so the route will be on the road.
What should I do and how should I proceed?
December 19, 2019 at 07:24PM by icrywhy
https://ift.tt/2PVDoR6
Live Location Continuos Tracking in Flutter
I want to do Live Location Tracking of the user. In the app when the user presses a start button, I take his live LatLng and start tracking him. Once he presses the Stop button, the tracking stops and it should display him the route taken to travel on the map.
I saw google_maps_polylines and location packages but I am not sure how to implement it or/and I am not sure if it is the right way to do it. The user will be inside a vehicle so the route will be on the road.
What should I do and how should I proceed?
December 19, 2019 at 07:24PM by icrywhy
https://ift.tt/2PVDoR6
reddit
Live Location Continuos Tracking in Flutter
I want to do Live Location Tracking of the user. In the app when the user presses a start button, I take his live LatLng and start tracking him....
New tweet from FlutterDev:
Life as a Dart intern 💙
Interns at Google do real work! Kallen Tu implemented a Dart language feature called variance—something she initially knew nothing about.
Read about her experience here → https://t.co/n03puingZj pic.twitter.com/ZSMVCi7ZRu— Dart Language (@dart_lang) December 19, 2019
December 19, 2019 at 09:06PM
http://twitter.com/FlutterDev/status/1207754110763618304
Life as a Dart intern 💙
Interns at Google do real work! Kallen Tu implemented a Dart language feature called variance—something she initially knew nothing about.
Read about her experience here → https://t.co/n03puingZj pic.twitter.com/ZSMVCi7ZRu— Dart Language (@dart_lang) December 19, 2019
December 19, 2019 at 09:06PM
http://twitter.com/FlutterDev/status/1207754110763618304
Medium
Life as a Dart intern
In this companion post to “Dart declaration-site variance”, hear about an intern‘s experience with Google’s Dart team.
New post on /r/flutterdev subreddit:
Flutter Interview questions
Hi, I'm on a team building a flutter mobile application and we're interviewing for a position on the team. However i'm curious what types of questions we should ask. The team's a mix of former android and iOS developers, and our candidates are a mix of native ios/android devs. We're trying to decide on a core set of technical questions to ask that aren't too specific to either platform, but we also can't ask flutter questions since not many candidates have experience with it.Any suggestions?
December 19, 2019 at 09:07PM by android_student
https://ift.tt/2EGzrKR
Flutter Interview questions
Hi, I'm on a team building a flutter mobile application and we're interviewing for a position on the team. However i'm curious what types of questions we should ask. The team's a mix of former android and iOS developers, and our candidates are a mix of native ios/android devs. We're trying to decide on a core set of technical questions to ask that aren't too specific to either platform, but we also can't ask flutter questions since not many candidates have experience with it.Any suggestions?
December 19, 2019 at 09:07PM by android_student
https://ift.tt/2EGzrKR
reddit
Flutter Interview questions
Hi, I'm on a team building a flutter mobile application and we're interviewing for a position on the team. However i'm curious what types of...
New post on /r/flutterdev subreddit:
Flutter/Dart strong-mode
https://ift.tt/2PDoqQO
December 19, 2019 at 09:01PM by ReginF
https://ift.tt/34FwJA6
Flutter/Dart strong-mode
https://ift.tt/2PDoqQO
December 19, 2019 at 09:01PM by ReginF
https://ift.tt/34FwJA6
Medium
Flutter/Dart analyzing. Part1 — strong-mode
Dart is partially dynamically typed programming language and it is the main cons and pros of the language at the same time
New tweet from FlutterDev:
🎬 More animation knowledge! 🎬
Find out which widget to choose depending on the kind of animation. Get insight into the best use cases for TweenAnimationBuilder, and learn how to create a custom implicit animation!
More in this post by @bouncingsheep ↓ https://t.co/5tqoTRy457— Flutter (@FlutterDev) December 19, 2019
December 19, 2019 at 09:30PM
http://twitter.com/FlutterDev/status/1207760010996047873
🎬 More animation knowledge! 🎬
Find out which widget to choose depending on the kind of animation. Get insight into the best use cases for TweenAnimationBuilder, and learn how to create a custom implicit animation!
More in this post by @bouncingsheep ↓ https://t.co/5tqoTRy457— Flutter (@FlutterDev) December 19, 2019
December 19, 2019 at 09:30PM
http://twitter.com/FlutterDev/status/1207760010996047873
Twitter
Emily Fortuna (@bouncingsheep) | Twitter
The latest Tweets from Emily Fortuna (@bouncingsheep). Known human, actor and computer scientist. I tweet about many things. Generally she/her. Seattle
New tweet from FlutterDev:
🎬 More animation knowledge! 🎬
Find out which widget to choose depending on the kind of animation. Get insight into the best use cases for TweenAnimationBuilder, and learn how to create a custom implicit animation!
More in this post by @bouncingsheep ↓ https://t.co/BDefa3k0bv— Flutter (@FlutterDev) December 19, 2019
December 19, 2019 at 10:16PM
http://twitter.com/FlutterDev/status/1207771600747188225
🎬 More animation knowledge! 🎬
Find out which widget to choose depending on the kind of animation. Get insight into the best use cases for TweenAnimationBuilder, and learn how to create a custom implicit animation!
More in this post by @bouncingsheep ↓ https://t.co/BDefa3k0bv— Flutter (@FlutterDev) December 19, 2019
December 19, 2019 at 10:16PM
http://twitter.com/FlutterDev/status/1207771600747188225
Twitter
Emily Fortuna (@bouncingsheep) | Twitter
The latest Tweets from Emily Fortuna (@bouncingsheep). Known human, actor and computer scientist. I tweet about many things. Generally she/her. Seattle
New post on Flutter Dev Google group:
[Breaking proposal] Require MouseTrackerAnnotation to provide keys
Hi all! I'm trying to fix a problem in mouse events, that the properties of MouseTrackerAnnotation can not be changed without triggering onExit and onEnter. This is not a problem for now, but is a prerequisite for mouse cursor. To implement this, I'm planning to make a breaking change, as
December 19, 2019 at 11:00PM by Tong Mu
https://ift.tt/2PFk8bH
[Breaking proposal] Require MouseTrackerAnnotation to provide keys
Hi all! I'm trying to fix a problem in mouse events, that the properties of MouseTrackerAnnotation can not be changed without triggering onExit and onEnter. This is not a problem for now, but is a prerequisite for mouse cursor. To implement this, I'm planning to make a breaking change, as
December 19, 2019 at 11:00PM by Tong Mu
https://ift.tt/2PFk8bH
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Testing & Deploying to iOS?
Hello, relatively new to this whole realm. Hoping to build an app for both Android and iOS. Is it necessary to have a Mac system to develop for iOS?So far all the work I've done has been using IntelliJ on Windows and testing on Android since that's what I use. I'm wondering if I should be planning to invest in more hardware - workstations and phones?If so, how old (ie cheap) of hardware can I reasonably get away with?
December 20, 2019 at 12:31AM by Rorstaway
https://ift.tt/2r9Avnt
Testing & Deploying to iOS?
Hello, relatively new to this whole realm. Hoping to build an app for both Android and iOS. Is it necessary to have a Mac system to develop for iOS?So far all the work I've done has been using IntelliJ on Windows and testing on Android since that's what I use. I'm wondering if I should be planning to invest in more hardware - workstations and phones?If so, how old (ie cheap) of hardware can I reasonably get away with?
December 20, 2019 at 12:31AM by Rorstaway
https://ift.tt/2r9Avnt
reddit
Testing & Deploying to iOS?
Hello, relatively new to this whole realm. Hoping to build an app for both Android and iOS. Is it necessary to have a Mac system to develop for...
New tweet from FlutterDev:
Did you miss #FlutterInteract?
We've got you covered with all sessions ready for you to check out and this bite-sized highlight clip to give you an insider's view of the day!
All sessions here → https://t.co/nahAnIOQ6q pic.twitter.com/pImQry1VBU— Flutter (@FlutterDev) December 20, 2019
December 20, 2019 at 01:26AM
http://twitter.com/FlutterDev/status/1207819588097830912
Did you miss #FlutterInteract?
We've got you covered with all sessions ready for you to check out and this bite-sized highlight clip to give you an insider's view of the day!
All sessions here → https://t.co/nahAnIOQ6q pic.twitter.com/pImQry1VBU— Flutter (@FlutterDev) December 20, 2019
December 20, 2019 at 01:26AM
http://twitter.com/FlutterDev/status/1207819588097830912
New post on /r/flutterdev subreddit:
Flutter Interact Keynote Recap
https://www.youtube.com/watch?v=HjZxyTJzvYg&feature=share
December 20, 2019 at 01:23AM by Pixelreddit
https://ift.tt/2McOIqW
Flutter Interact Keynote Recap
https://www.youtube.com/watch?v=HjZxyTJzvYg&feature=share
December 20, 2019 at 01:23AM by Pixelreddit
https://ift.tt/2McOIqW
YouTube
Flutter Interact Keynote Recap
Did you miss Flutter Interact? Check out this Keynote recap to catch up on updates and announcements. Some topics of interest include: Flutter’s momentum, th...
New post on Flutter Dev Google group:
customsinglechildlayout giving blank screen
import 'package:flutter/material.dart'; import 'package:customsinglechild_layout_app/BasicCustomSingleChildLayout.dart'; void main() { MyApp(); } class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return
December 20, 2019 at 03:12AM by Dindukurthi Kondiah
https://ift.tt/38Yfmh6
customsinglechildlayout giving blank screen
import 'package:flutter/material.dart'; import 'package:customsinglechild_layout_app/BasicCustomSingleChildLayout.dart'; void main() { MyApp(); } class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return
December 20, 2019 at 03:12AM by Dindukurthi Kondiah
https://ift.tt/38Yfmh6
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Is there a library that does something similar (added panning support while swiping down a view)
https://twitter.com/tuhin/status/1207447050406612992?s=20
December 20, 2019 at 03:41AM by humazed
https://ift.tt/35JC7Dq
Is there a library that does something similar (added panning support while swiping down a view)
https://twitter.com/tuhin/status/1207447050406612992?s=20
December 20, 2019 at 03:41AM by humazed
https://ift.tt/35JC7Dq
Twitter
Tuhin Kumar
As a final tweak we added panning support while swiping down a view. While minor it feels considerably natural vs a uni-directional swipe. It also unified edge swipe and swipe down to feel like extensions of the same action. https://t.co/s0EzwipDRn
New post on Flutter Dev Google group:
Use same Material components for Angular and Flutter?
I am creating a design system using Material in Figma (a UI design tool). The components I create will be used in Angular and Flutter. Can the exact same Material components be used on both platforms?
December 20, 2019 at 05:00AM by Paul Liddell
https://ift.tt/2Z6ePFq
Use same Material components for Angular and Flutter?
I am creating a design system using Material in Figma (a UI design tool). The components I create will be used in Angular and Flutter. Can the exact same Material components be used on both platforms?
December 20, 2019 at 05:00AM by Paul Liddell
https://ift.tt/2Z6ePFq
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Hive 1.1.1 is broken
A quick warning for those who are unaware. Hive 1.1.1 is currently broken (something to do with dartanalyzer). The 1.2.0-dev2 release and 1.1.0+2 are still stable and should suffice until hive releases 1.2.0 stable.
December 20, 2019 at 04:58AM by notacooleagle
https://ift.tt/2rcM4uj
Hive 1.1.1 is broken
A quick warning for those who are unaware. Hive 1.1.1 is currently broken (something to do with dartanalyzer). The 1.2.0-dev2 release and 1.1.0+2 are still stable and should suffice until hive releases 1.2.0 stable.
December 20, 2019 at 04:58AM by notacooleagle
https://ift.tt/2rcM4uj
reddit
Hive 1.1.1 is broken
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Advance Url Navigation for Flutter Web
https://youtu.be/q-n1Q98s92s
December 20, 2019 at 06:24AM by Filledstacks
https://ift.tt/2Z9qQty
Advance Url Navigation for Flutter Web
https://youtu.be/q-n1Q98s92s
December 20, 2019 at 06:24AM by Filledstacks
https://ift.tt/2Z9qQty
YouTube
Advance Url Navigation for Flutter Web
This video shows the pattern to use to make your url match what's shown by your Flutter Web application.
Written: https://www.filledstacks.com/post/flutter-web-advanced-navigation/
Starting Code: https://firebasestorage.googleapis.com/v0/b/filledstack…
Written: https://www.filledstacks.com/post/flutter-web-advanced-navigation/
Starting Code: https://firebasestorage.googleapis.com/v0/b/filledstack…
New post on /r/flutterdev subreddit:
Peek & Pop implementation for Flutter based on the iOS functionality of the same name.
https://ift.tt/31gScOr
December 20, 2019 at 08:36AM by Elixane
https://ift.tt/2MevKAB
Peek & Pop implementation for Flutter based on the iOS functionality of the same name.
https://ift.tt/31gScOr
December 20, 2019 at 08:36AM by Elixane
https://ift.tt/2MevKAB
Dart packages
peek_and_pop | Flutter Package
Peek & Pop implementation for Flutter based on the iOS functionality of the same name.
New post on /r/flutterdev subreddit:
How to implement expandable images like in the Twitter app
Hi, I'm looking for a way to implement expandable images like in the twitter app. Usually no matter the size of the image, twitter shows it in a fixed size box in the tweet, then when you click on the image you see the full size image. What's the best way to implement this feature?Example: https://ibb.co/k3c358NThanks!
December 20, 2019 at 11:30AM by ju_98u
https://ift.tt/2PEkVK7
How to implement expandable images like in the Twitter app
Hi, I'm looking for a way to implement expandable images like in the twitter app. Usually no matter the size of the image, twitter shows it in a fixed size box in the tweet, then when you click on the image you see the full size image. What's the best way to implement this feature?Example: https://ibb.co/k3c358NThanks!
December 20, 2019 at 11:30AM by ju_98u
https://ift.tt/2PEkVK7
ImgBB
Screenshot-20191220-142637
Image Screenshot-20191220-142637 hosted in ImgBB
New post on Flutter Dev Google group:
API data handling in flutter
Hi to all flutter developers, The problem I am facing is with handling the data received through an API call, I am able to receive the required data but i want to modify the received data as per my application requirement. - Format of json data received through API: - { heading1 : {
December 20, 2019 at 11:49AM by Austin Lewis
https://ift.tt/34H7woS
API data handling in flutter
Hi to all flutter developers, The problem I am facing is with handling the data received through an API call, I am able to receive the required data but i want to modify the received data as per my application requirement. - Format of json data received through API: - { heading1 : {
December 20, 2019 at 11:49AM by Austin Lewis
https://ift.tt/34H7woS
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Flutter In App Rating Prompt Tutorial
https://youtu.be/gOiaSwp984s
December 20, 2019 at 12:42PM by Marcus-Ng
https://ift.tt/2ZaCIMg
Flutter In App Rating Prompt Tutorial
https://youtu.be/gOiaSwp984s
December 20, 2019 at 12:42PM by Marcus-Ng
https://ift.tt/2ZaCIMg
reddit
Flutter In App Rating Prompt Tutorial
Posted in r/FlutterDev by u/Marcus-Ng • 17 points and 4 comments
New post on /r/flutterdev subreddit:
Flutter UI Design | Food Delivery App | Full App Design | Part 1
Let me know in the comments what you enjoyed about the design.
December 20, 2019 at 01:36PM by vilhd
https://ift.tt/2s7FWDR
Flutter UI Design | Food Delivery App | Full App Design | Part 1
Let me know in the comments what you enjoyed about the design.
December 20, 2019 at 01:36PM by vilhd
https://ift.tt/2s7FWDR
reddit
Flutter UI Design | Food Delivery App | Full App Design | Part 1
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
This time I've played around with a (sort of) background image...hope you guys like it
https://youtu.be/3qPO1SoQzkY
December 20, 2019 at 02:06PM by levelupdigital
https://ift.tt/34K41ho
This time I've played around with a (sort of) background image...hope you guys like it
https://youtu.be/3qPO1SoQzkY
December 20, 2019 at 02:06PM by levelupdigital
https://ift.tt/34K41ho
YouTube
Flutter Travel Booking App UI Concept | Speed Code - Part 2
This is the second part of my UI concept for a travel app. Made with flutter. I am still learning flutter so if there is something I can do better, please le...