New post on /r/flutterdev subreddit:
3d vs 2d apps
I read that flutter is most suitable for 2d apps (can’t do 3d apps?)Can someone define what “3d” apps are? Do you mean like e.g PUBG?
April 01, 2019 at 03:23AM by colorfulspace
https://ift.tt/2V9UDQi
3d vs 2d apps
I read that flutter is most suitable for 2d apps (can’t do 3d apps?)Can someone define what “3d” apps are? Do you mean like e.g PUBG?
April 01, 2019 at 03:23AM by colorfulspace
https://ift.tt/2V9UDQi
reddit
r/FlutterDev - 3d vs 2d apps
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Navigating to another page , results in previous page rebuilding.
i have a http call to upload image to server , after navigating from this page to another page , results in another http call , thus uploading the same image multiple times and this process continues . I am navigating to another page using Navigator.push method , can anybody help me in figuring out the solution to this problem.I believe this is a known issue with flutter , while we should assume that rebuilding is as intended but it results in unnecessary http calls.i have tried calling http request in initState , but did'nt worked.Thanks
April 01, 2019 at 09:23AM by FesterLord
https://ift.tt/2U7ffwb
Navigating to another page , results in previous page rebuilding.
i have a http call to upload image to server , after navigating from this page to another page , results in another http call , thus uploading the same image multiple times and this process continues . I am navigating to another page using Navigator.push method , can anybody help me in figuring out the solution to this problem.I believe this is a known issue with flutter , while we should assume that rebuilding is as intended but it results in unnecessary http calls.i have tried calling http request in initState , but did'nt worked.Thanks
April 01, 2019 at 09:23AM by FesterLord
https://ift.tt/2U7ffwb
reddit
r/FlutterDev - Navigating to another page , results in previous page rebuilding.
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter - Using StreamController and StreamSubscription
http://on.geeklearn.net/9d20a4a21d
April 01, 2019 at 10:12AM by Rogers911z
https://ift.tt/2JU3cxt
Flutter - Using StreamController and StreamSubscription
http://on.geeklearn.net/9d20a4a21d
April 01, 2019 at 10:12AM by Rogers911z
https://ift.tt/2JU3cxt
Morioh
Flutter - Using StreamController and StreamSubscription
New post on Flutter Dev Google group:
Flutter CI/CD video tutorial (ASMR)
We just released a 12 minute video detailing how to onboard your Flutter project onto Bitrise (mobile specific CI/CD platform), including how to deploy to Google Play and the App Store. Also, it's completely whispered, because ASMR: https://www.youtube.com/watch?v=Gq5dJNQGmJs
April 01, 2019 at 10:45AM by rik.haa...@bitrise.io
https://ift.tt/2uACsre
Flutter CI/CD video tutorial (ASMR)
We just released a 12 minute video detailing how to onboard your Flutter project onto Bitrise (mobile specific CI/CD platform), including how to deploy to Google Play and the App Store. Also, it's completely whispered, because ASMR: https://www.youtube.com/watch?v=Gq5dJNQGmJs
April 01, 2019 at 10:45AM by rik.haa...@bitrise.io
https://ift.tt/2uACsre
YouTube
Automating Flutter development with Bitrise, an ASMR tutorial
Continuous integration and delivery makes building amazing apps with Google’s Flutter even easier, faster and way more efficient. Check out this quick ASMR video tutorial that explains how to onboard your Flutter project on Bitrise: Automate everything from…
New post on /r/flutterdev subreddit:
Visual Studio Code autoformat line width
Anybody know how to change the autoformatting line width? It defaults to 80 chars. Tried the prettier extension along with changing prettier.printWidth... no dice. Anybody know?
April 01, 2019 at 11:14AM by starblazer13
https://ift.tt/2K4irnI
Visual Studio Code autoformat line width
Anybody know how to change the autoformatting line width? It defaults to 80 chars. Tried the prettier extension along with changing prettier.printWidth... no dice. Anybody know?
April 01, 2019 at 11:14AM by starblazer13
https://ift.tt/2K4irnI
reddit
r/FlutterDev - Visual Studio Code autoformat line width
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
ASMR video tutorial: Automating Flutter development with Bitrise, whispered
https://www.youtube.com/watch?v=Gq5dJNQGmJs
April 01, 2019 at 11:11AM by HHendrik
https://ift.tt/2UqsI1h
ASMR video tutorial: Automating Flutter development with Bitrise, whispered
https://www.youtube.com/watch?v=Gq5dJNQGmJs
April 01, 2019 at 11:11AM by HHendrik
https://ift.tt/2UqsI1h
YouTube
Automating Flutter development with Bitrise, an ASMR tutorial
Continuous integration and delivery makes building amazing apps with Google’s Flutter even easier, faster and way more efficient. Check out this quick ASMR video tutorial that explains how to onboard your Flutter project on Bitrise: Automate everything from…
New post on /r/flutterdev subreddit:
Know Your Widgets: Cupertino PageScaffold in Flutter
https://ift.tt/2WDNWGw
April 01, 2019 at 11:59AM by aeologic
https://ift.tt/2HRWbeL
Know Your Widgets: Cupertino PageScaffold in Flutter
https://ift.tt/2WDNWGw
April 01, 2019 at 11:59AM by aeologic
https://ift.tt/2HRWbeL
New post on /r/flutterdev subreddit:
Parsing JSON | Flutter
https://ift.tt/2WDFgQw
April 01, 2019 at 11:35AM by ashishrawat2911
https://ift.tt/2HQdI6V
Parsing JSON | Flutter
https://ift.tt/2WDFgQw
April 01, 2019 at 11:35AM by ashishrawat2911
https://ift.tt/2HQdI6V
Medium
Parsing JSON in Flutter
It is really confusing for beginners to understand how to parse JSON data.
New post on Flutter Dev Google group:
Animation and BLOC-Pattern
Hi, is there any example how to make an animation controller with a stream? I have ValueObservable get isTransfering => _isTransferingSubject.stream; final _isTransferingSubject = BehaviorSubject(); and want to have an animation with a sync icon (if isTransfer==true-->
April 01, 2019 at 02:11PM by Frank Weißenborn
https://ift.tt/2U6RGU5
Animation and BLOC-Pattern
Hi, is there any example how to make an animation controller with a stream? I have ValueObservable get isTransfering => _isTransferingSubject.stream; final _isTransferingSubject = BehaviorSubject(); and want to have an animation with a sync icon (if isTransfer==true-->
April 01, 2019 at 02:11PM by Frank Weißenborn
https://ift.tt/2U6RGU5
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 Flutter Dev Google group:
Google Maps Tracking
For an app I'm writing, I am wanting to use Google Maps to track a user's walk. It will be similar to Strava or MapMyRun.
April 01, 2019 at 03:04PM by ja...@lillie.me.uk
https://ift.tt/2I4KnF8
Google Maps Tracking
For an app I'm writing, I am wanting to use Google Maps to track a user's walk. It will be similar to Strava or MapMyRun.
April 01, 2019 at 03:04PM by ja...@lillie.me.uk
https://ift.tt/2I4KnF8
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 for Business
https://www.youtube.com/watch?reload=9&v=4bsl7XM6gns
April 01, 2019 at 03:32PM by PalVaradiNagy
https://ift.tt/2YPt5Sy
Flutter for Business
https://www.youtube.com/watch?reload=9&v=4bsl7XM6gns
April 01, 2019 at 03:32PM by PalVaradiNagy
https://ift.tt/2YPt5Sy
YouTube
Flutter for Business
Social Network for Developers ☞ https://morioh.com Developer's Store ☞ https://www.moteefe.com/store/developer?cp=WP6JDT Learn to code for free and get a dev...
New post on /r/flutterdev subreddit:
Open sourced my third Flutter app
https://ift.tt/2ODYySI
April 01, 2019 at 02:40PM by meanjan
https://ift.tt/2ODtlPM
Open sourced my third Flutter app
https://ift.tt/2ODYySI
April 01, 2019 at 02:40PM by meanjan
https://ift.tt/2ODtlPM
GitHub
itzmeanjan/locatorz
An Android App, which lets you work on Location Data, built with :heart: using Flutter - itzmeanjan/locatorz
New post on /r/flutterdev subreddit:
Processing animation in your Flutter App
https://ift.tt/2OFtxhA
April 01, 2019 at 01:59PM by tidharn
https://ift.tt/2FPeMWz
Processing animation in your Flutter App
https://ift.tt/2OFtxhA
April 01, 2019 at 01:59PM by tidharn
https://ift.tt/2FPeMWz
Linkedin
Processing animation in your Flutter App
Introduction In one of our apps we had to implement a long operation when clicking on a button, the operation has multiple phases and each phase representing a different status. Well, sound like an easy task, just show a loading indicator on the screen and…
New post on /r/flutterdev subreddit:
32. Admin side flutter e-commerce app: create brand and category
https://www.youtube.com/attribution_link?a=Jio01nYp14c&u=%2Fwatch%3Fv%3D9P6Qe7fakD4%26feature%3Dshare
April 01, 2019 at 04:25PM by kibatheseven
https://ift.tt/2WGNxDh
32. Admin side flutter e-commerce app: create brand and category
https://www.youtube.com/attribution_link?a=Jio01nYp14c&u=%2Fwatch%3Fv%3D9P6Qe7fakD4%26feature%3Dshare
April 01, 2019 at 04:25PM by kibatheseven
https://ift.tt/2WGNxDh
YouTube
32. Admin side flutter e-commerce app: create brand and category
=========MY PAYPAL LINK FOR THE DONATIONS ============ http://Paypal.me/santosenoque ========== PAYTM ACCOUNT FOR THE DONATIONS ========= 9986524715 ========...
New post on Flutter Dev Google group:
Requested feature: allow collapsedHeight in SilverAppBar to be editable
Please allow collapsedHeight in SilverAppBar to be editable. It can be done if one edits material/app_bar.dart but this option has its obvious drawbacks. Thanks.
April 01, 2019 at 06:14PM by bee...@gmail.com
https://ift.tt/2HSaDmK
Requested feature: allow collapsedHeight in SilverAppBar to be editable
Please allow collapsedHeight in SilverAppBar to be editable. It can be done if one edits material/app_bar.dart but this option has its obvious drawbacks. Thanks.
April 01, 2019 at 06:14PM by bee...@gmail.com
https://ift.tt/2HSaDmK
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:
New App -- Sandwhich
What if I told you there was an app that could use the magical powers provided by your phone to determine whether or not something was a sandwich? Well, you’re in luck, because as of today, such an app exists. Built by MotionMobs using Flutter and TensorFlow Lite, Sandwhich uses machine learning to recognize and identify sandwiches. You may be asking yourself, at what cost does such power come? Free. Except for the sandwiches. Not all sandwiches are edible, though, so use care with the results — with great power comes great responsibility and all that. Check out the app now, available for iOS and Android! https://sandwhich.mm.dev
April 01, 2019 at 08:24PM by tsmith1024
https://ift.tt/2HPHvwB
New App -- Sandwhich
What if I told you there was an app that could use the magical powers provided by your phone to determine whether or not something was a sandwich? Well, you’re in luck, because as of today, such an app exists. Built by MotionMobs using Flutter and TensorFlow Lite, Sandwhich uses machine learning to recognize and identify sandwiches. You may be asking yourself, at what cost does such power come? Free. Except for the sandwiches. Not all sandwiches are edible, though, so use care with the results — with great power comes great responsibility and all that. Check out the app now, available for iOS and Android! https://sandwhich.mm.dev
April 01, 2019 at 08:24PM by tsmith1024
https://ift.tt/2HPHvwB
sandwhich.mm.dev
Sandwhich — A Machine Learning App for an Age-Old Sandwich Debate
Sandwhich is a mobile app built to identify whether objects are sandwiches or not
New post on /r/flutterdev subreddit:
How to Load Firebase Config in CodeMagic with Environment Variables
https://ift.tt/2WFPBuX
April 01, 2019 at 08:06PM by Gigatronbot
https://ift.tt/2WyvTkM
How to Load Firebase Config in CodeMagic with Environment Variables
https://ift.tt/2WFPBuX
April 01, 2019 at 08:06PM by Gigatronbot
https://ift.tt/2WyvTkM
Medium
How to Load Firebase Config in CodeMagic with Environment Variables
Though able, I felt like it required too much scripting for something that should be relatively simple. I must be missing a trick…I WAS…
New post on /r/flutterdev subreddit:
COBOL coming to Flutter very soon
https://twitter.com/timsneath/status/1112727214791880706?s=20
April 01, 2019 at 07:48PM by tomwyr
https://ift.tt/2CQDlQS
COBOL coming to Flutter very soon
https://twitter.com/timsneath/status/1112727214791880706?s=20
April 01, 2019 at 07:48PM by tomwyr
https://ift.tt/2CQDlQS
Twitter
Tim Sneath
@FlutterWk That's great news, actually. As we've been talking to enterprises we discovered that they want to add a mobile client for their mainframe apps, and so we are close to completing a COBOL language binding for #Flutter. Hope we can persuade you to…
New tweet from FlutterDev:
Get the scoop on when to use Keys 🗝🔑🗝 in your Flutter app. If you find yourself adding, removing, or reordering a collection of widgets of the same type that hold some state, use Keys!
Learn more from @bouncingsheep here → https://t.co/NFpWXaJU6J pic.twitter.com/qmtO18kkJi— Flutter (@FlutterDev) April 1, 2019
April 01, 2019 at 08:28PM
http://twitter.com/FlutterDev/status/1112783824914735104
Get the scoop on when to use Keys 🗝🔑🗝 in your Flutter app. If you find yourself adding, removing, or reordering a collection of widgets of the same type that hold some state, use Keys!
Learn more from @bouncingsheep here → https://t.co/NFpWXaJU6J pic.twitter.com/qmtO18kkJi— Flutter (@FlutterDev) April 1, 2019
April 01, 2019 at 08:28PM
http://twitter.com/FlutterDev/status/1112783824914735104
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:
In this special April 1 humor-peppered edition of the #BoringShow, @mjohnsullivan and Dash [C/O of @bouncingsheep] build the shell for a multimedia podcast app with basic audio playback controls 🔊🎶.
Watch here → https://t.co/TPDsleVrmD pic.twitter.com/k7N82oVZA4— Flutter (@FlutterDev) April 1, 2019
April 01, 2019 at 11:08PM
http://twitter.com/FlutterDev/status/1112824187150852097
In this special April 1 humor-peppered edition of the #BoringShow, @mjohnsullivan and Dash [C/O of @bouncingsheep] build the shell for a multimedia podcast app with basic audio playback controls 🔊🎶.
Watch here → https://t.co/TPDsleVrmD pic.twitter.com/k7N82oVZA4— Flutter (@FlutterDev) April 1, 2019
April 01, 2019 at 11:08PM
http://twitter.com/FlutterDev/status/1112824187150852097
Twitter
#boringshow hashtag on Twitter
38m ago @FlutterDev tweeted: "📺 The #BoringShow is back! 📺
Join @f.." - read what others are saying and join the conversation.
Join @f.." - read what others are saying and join the conversation.