Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Rerun animations on pop
Just wondering if there is a way to repeat animations when a route is popped. For example, when widget 'A' is initially displayed the animations run. I then push widget 'B' when the user presses a button on 'A'. When the user presses the back button I pop the route and the user ends up back

March 07, 2019 at 04:22PM by Greg Parker
https://ift.tt/2Tl5Pwu
New post on /r/flutterdev subreddit:

MySQL tutorials
hi I've been looking for MySQL tutorial so would you guys happen to find any I want to use a SQL database and not a nosql database I've searched on YouTube and it's extremely low quality videos so I was wondering if I could find I need documentation with integration between mySQL and flutter

March 07, 2019 at 07:10PM by FortressFighter
https://ift.tt/2TAiNWw
New post on Flutter Dev Google group:

Flutter API Integrations for account linking
Hey everyone! I'm trying to allow users to connect their accounts from 3 services so that I can pull a little information on them. I'm new to API integration but I'm trying to learn. Mainly, how i can use flutter to interact with these and get the info I need, kind of like a stream. So every

March 07, 2019 at 08:19PM by Brennan Altringer
https://ift.tt/2SRhDBn
New tweet from flutterio:

Refine your Dart Language skills!

In the latest episode of the #BoringShow @bouncingsheep and @filiphracek improve the Hacker News App and explain Dart best practices along the way.

Watch here → https://t.co/bROWE8PQHG pic.twitter.com/oWzKYZp4Cj— Flutter (@flutterio) March 7, 2019

March 07, 2019 at 09:01PM
http://twitter.com/flutterio/status/1103747503692881920
New post on Flutter Dev Google group:

Handling the spam
Could everything with the word "mafia" in it or something get blocked for the week? This is simultaneously very annoying and entertaining, but leaning more and more towards the former... -- Ryan (ライアン) Yoko Shimomura, ryo (supercell/EGOIST), Hiroyuki Sawano >> everyone else https://refi64.com

March 07, 2019 at 09:59PM by Ryan Gonzalez
https://ift.tt/2UpuAUV
New post on /r/flutterdev subreddit:

Flutter Tutorial - Flutter Opacity
Flutter Tutorial - Flutter Opacity​In this video,you will see how to include an Opacity Widget in your Flutter application and also few details about AnimatedOpacity.​Also explained the detailed description of the property used in various context to create beautiful UI.​https://www.youtube.com/watch?v=b_d_j0WIL4Y

March 07, 2019 at 11:19PM by whatsupcoders
https://ift.tt/2C8Q15A
New post on Flutter Dev Google group:

How to install flutter in Window 10?
I am new to app developing, learning to build mobile app, some people say flutter could be the future, cross platform, almost act like native app. But I get confused during installation: https://ift.tt/2EGByhE See the screenshot, I don't know what it means: do I

March 08, 2019 at 02:17AM by scjob...@gmail.com
https://ift.tt/2TquQXh
New post on /r/flutterdev subreddit:

What is the most minimal, working example of webview?
Im pulling out my hair. After watching various tutorials I can not make it work. I want to use the official flutter webview. But it complains about AndroidX. I am targetting lollipopcan someone point me to a tutorial or example that is completely stripped down to just display a full screen webview that can work on lollipop?

March 08, 2019 at 04:47AM by yabadababoo
https://ift.tt/2TCjqyT
New post on /r/flutterdev subreddit:

Script that lets you easily switch between Flutter versions
Currently Flutter upgrade does not let you go backward in versions, it will only take you to the latest. It can be challenging to coordinate versions if you are on the dev branch and work in the same project on different PC's or have a team of people that need to be developing with a specific version.Here's a script that will let you switch between versions easily. It's for Windows and Cmnder (google it if you use Windows, it's great) but the script can be easily modified for Linux or Mac. If you're using Windows just place the commands below in a .bat file, modify the paths, and change v1.2.2 to any of the release versions in the Flutter github repo.​
REM Run with Cmnder cd /path/to/fluttersdk rm -rf ./bin/cache git fetch & git checkout v1.2.2 cd /path/to/your/project/root flutter doctor & flutter --version & flutter clean 
​​

March 08, 2019 at 03:52AM by recursiveG
https://ift.tt/2Um6x9m
New post on Flutter Dev Google group:

How to publish Google Store app under LLC?
I am still in learning developing app, but have the question: if I form LLC and then open a business bank account, how can app be published under LLC? I paid $25 registration fee under a regular gmail account with personal credit card, Developer Name can be anything, there is no account type

March 08, 2019 at 05:18AM by scjob...@gmail.com
https://ift.tt/2UpUasX
New post on Flutter Dev Google group:

flutter run --release fails with
Hi All, I've been at this a couple of days now trying to figure out why I can build a 'debug' release but not a 'release' or 'profile' release. Any ideas? Thanks in advance! flutter run --release --verbose -d SM fails with: [ +16 ms] Running Gradle task 'assembleRelease'... [ +2 ms]

March 08, 2019 at 07:31AM by Mathew Pierce
https://ift.tt/2VGGeuB
New post on /r/flutterdev subreddit:

Old iPad Compatibility?
Had heard when they first announced flutter that certain iPads would not be compatible. I did not get into flutter development until recently and wanted to confirm if that is still the issue or has it become compatible in a later version.I checked the flutter FAQ, it did not mention anything regarding this.

March 08, 2019 at 09:54AM by SuperGrip
https://ift.tt/2VJDiNL
New post on /r/flutterdev subreddit:

Add flutter classes/ui into existing android project?
Hi. is it possible to add flutter ui/classes into an existing android project?​I have an existing android app that uses CLEAN ARCHITECTURE and as part of the UI layer,i want to replace it with flutter widgets instead.​Is that possible?

March 08, 2019 at 11:34AM by jonneymendoza
https://ift.tt/2XMSDio
New post on /r/flutterdev subreddit:

Book recommendations for flutter?
No text found

March 08, 2019 at 01:46PM by BlueBoxxx
https://ift.tt/2HiUGoI
New post on Flutter Dev Google group:

Writing flutter plugin/packages
Hi everyone :) I would like to start on working on complex UI elements that I would put in a package/plugin, so other users could easily use them. What do you think would be best way to start? Where would I publish them? What kind of licenses are out there? -- Regards, Jelena Lecic

March 08, 2019 at 06:23PM by Jelena Lecic
https://ift.tt/2H6VBcv