Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Run iOS app on Windows for debugging in Flutter
What is the best way to run the iOS apps if I'm on windows? And I dont have any physical iPhone device nearby? Any online simulator you'd recommend?

Submitted October 13, 2018 at 02:08PM by pblead26
via reddit https://ift.tt/2A7lmoz
Reddit: Is FlutterWeekly dead?
I haven't received any newsletter for a month or so, there's also no info on the website. Could anyone confirm they stopped sending it or is it just me (mailbox issues or something)?

Submitted October 13, 2018 at 03:55PM by tomwyr
via reddit https://ift.tt/2CbEfYS
Reddit: My Flutter Project
Hi everyone!I been learning flutter for one month now, and I love it! I done all codelabs and have good knowledge of it. It’s surprising how easy it is to use! A big thank you to the contributors.I’m getting bored of the tutorials now and want to learn more by doing a big project. I also want to show my boss we should use flutter for our apps - not native or react. He say I can convince him by writing a complex app in one month.My boss idea is to write a paid subscription app to help people do DIY. The app will connect people who need advice to people who have experience, then let them chat in messaging. As example, person A want advice on plumbing, so the app connect him to person B, who know how to plumbing. Then they chat. Person A pay monthly subscription to app, and Person B get paid for answer questions.So I need to implement:Social loginSomehow connect the two users togetherPush notificationPayment subscription (Stripe?)MessagingI done Firebase tutorial and I like Firebase because no need for server. I don’t like to waste time writing big back-end (and I don’t have a lot experience).I think this project will help me learn flutter and convince my boss flutter is amazing! Does anyone know how I can build it easily? I need to build in one month deadline. So, I need templates, examples, tutorials…Any help much appreciated!Let’s show my boss flutter better than react!!

Submitted October 13, 2018 at 10:23PM by Flutter_Dev
via reddit https://ift.tt/2yzZyQv
Reddit: Animating transition when using Stacks
Hi,Could someone show me example how I could animate transition between pages while using Stacks?I have 2 Pages stacked: PageOne and PageTwo. By clicking FAB it will change what page its showing, how could I animate the transition between the pages? If possible submit example code.https://stackoverflow.com/questions/45235570/how-to-use-bottomnavigationbar-with-navigator/45992604#45992604Above is a example code is pretty much the same what I have currently.Thanks

Submitted October 14, 2018 at 08:18AM by HomeDope
via reddit https://ift.tt/2pTSWbH
Reddit: Android Studio fails to build project properly
I working with Android Studio and Flutter after switching from VSC, I got extremely frustrated. When I was building to an emulator for the first time, the app displayed fine, and after a few hot reloads and a few clean builds the UI stopped showing. I had no idea what was going! I tried reverting commit to the last successful build and the UI wasn't showing either. I switched the project to VSC and surprisingly everything was fine! Has anyone experienced something similar with AS? P.S. I am running on the latest stable release.

Submitted October 14, 2018 at 01:07PM by adrian110288
via reddit https://ift.tt/2RTuMuK
Reddit: Remote Redux Debugging for Flutter Apps
https://ift.tt/2yrUgq7

Submitted October 14, 2018 at 12:34PM by MichaelMarner
via reddit https://ift.tt/2RO5rSS
Reddit: My first Flutter app - xkcdViewer
Hi r/FlutterDev! 👋I've been tinkering with Android development for some time now but never had the drive to finish and/or publish an app yet.Thanks to Flutter I finally managed to put something out there which hopefully helps and encourages others to try it out too.xkcdViewer is a lightweight app for viewing xkcd comics. You can browse randomly through the comics, add them to your favorites and revisit them later on.Also there are many features I've planned to implement in the future like saving comics, gestures for adding to favorites or next/previous comic, notifications and custom themes.Try it out and let me know what you think! 😊It's also open source!Feel free to create an issue if you encounter any bugs or have a good feature request.

Submitted October 14, 2018 at 02:34PM by ylfiir
via reddit https://ift.tt/2OVBDF9
Reddit: tinano: Plugin to automatically generate parsing code for sqflite queries
https://ift.tt/2Aa0j4B

Submitted October 14, 2018 at 06:50PM by simolus3
via reddit https://ift.tt/2QPO9mT
Reddit: Suggestion for display tweaks to /FlutterDev appearance
Don't know if this is a reddit boondoggle or if the mods can do something about it.Search box controls overlap (search this subreddit & include nsfw.. are on same line) in results view.Subscribe button green / white is exceptionally poor contrast.

Submitted October 15, 2018 at 01:08AM by relativityboy
via reddit https://ift.tt/2yilhgf
GGroup: IOS crash, it is like slow motion
Hi all, My app is running on IOS like slow motion. :D Does anyone faced it?

Submitted October 15, 2018 at 05:49AM by Từ Phương Danh
via Flutter Dev https://ift.tt/2pSY3st
GGroup: IOS crash, it is like slow motion
Hi all, My app is running on IOS like slow motion. :D Does anyone faced it? Bug: Falling back to storing access token in NSUserDefaults because of simulator bug

Submitted October 15, 2018 at 05:54AM by Từ Phương Danh
via Flutter Dev https://ift.tt/2NHbgOC
Reddit: Is there a way to add items to the Alt+Enter menu?
Would be nice if I could add some items myself. For example, there is "Wrap with widget", "Wrap with column", etc. But what if I want to add another one, like wrap with Builder? Is there an easy-enough way to do that?

Submitted October 15, 2018 at 07:16AM by aalhamali
via reddit https://ift.tt/2yEeBsd
GGroup: [Breaking Change] Replacing Null by void
Hi, Most of Flutter API has been designed before `void` was allowed to be used as type argument and `Null` has been used instead. `void` been more familiar to most users (and more specific than Null - so additional errors can be spot on) I propose to replace most of `Null` by `void`. This

Submitted October 15, 2018 at 09:36AM by Alexandre Ardhuin
via Flutter Dev https://ift.tt/2yiWvN3
GGroup: CupertinoNavigationBar with TabBar
Hi, with the normal AppBar I'm able to include in the bottom a TabBar, but the new Cupertino Navigation Bar doesn't seem to have that. Can anyone help me how I can archive the same with the new Cupertino Navigation Bar, maybe you could lead me to an example? Thank you, Marc

Submitted October 15, 2018 at 06:39PM by Marc Andrew
via Flutter Dev https://ift.tt/2CPaz4S