Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

connecting to and returning results from a website
Hi, is there a built-in method in flutter to connect to a website and then parse the results?Thanks!

November 21, 2019 at 08:33PM by TopNFalvors
https://ift.tt/2QAR5ai
New post on /r/flutterdev subreddit:

Flutter winning me over SwiftUI
After spending some time with Flutter to create a mobile application for a small effort it was a pretty unique experience in that I really enjoyed the process with hot reload and being platform agnostic. I recently decided to give a try at SwiftUI and while its a great start it got very frustrating really quickly in that they don’t have a true hot reload feature and the structuring of an application was a mess. As a mainly iOS user it feels like I am cheating on a platform I have heavily invested in for a new more exciting development ecosystem.

November 21, 2019 at 08:57PM by rubenalvjr
https://ift.tt/2QH3zNw
New post on Flutter Dev Google group:

How to run multiple test cases of Flutter integration tests in single command or from single file.
How to run multiple test cases of Flutter integration tests in single command or from single file. 1. If I run two separate commands for two files then report generates only for last command. 2. When I try to do separate groups in single file then app stays on same page doesn't restart. Here

November 22, 2019 at 07:49AM by Vitthal Bobade
https://ift.tt/2Oz8ddJ
New post on Flutter Dev Google group:

How to run multiple test cases of Flutter integration tests in single command or from single file.
How to run multiple test cases of Flutter integration tests in single command or from single file. 1. If I run two separate commands for two files then report generates only for last command. 2. When I try to do separate groups in single file then app stays on same page doesn't restart. Here

November 22, 2019 at 07:50AM by Vitthal Bobade
https://ift.tt/35mFnEg
New post on Flutter Dev Google group:

Error running Gradle
When I try to run my app I got this error. * Error running Gradle: ProcessException: Process "C:\Users\UserName\Documents\FlutterProjects\MyApp\android\gradlew.bat" exited abnormally: > Configure project :app WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with

November 22, 2019 at 08:08AM by Binuwara Nagahawatta
https://ift.tt/2O8sWWY
New post on /r/flutterdev subreddit:

Extended capabilities for collections. Hello everyone, recently we've created dart package that improves operating the collections, it's called flinq. It adds extension getters and methods such as firstOrNull, firstOrNullWhere, mapList, min, max, sum, average, etc.
https://ift.tt/34cLMlf

November 22, 2019 at 10:12AM by ExReflect10n
https://ift.tt/35toc47
New post on Flutter Dev Google group:

Chat application development with flutter, Will it support all the features?
Hello, I am Android developer, I am new in flutter application development. Need help about development possibility regarding below requirements, I am developing *chat application like Slack* with all the feature including, single, group chat, media sharing, read receipt, typing intimation,

November 22, 2019 at 10:44AM by dayanand L
https://ift.tt/2KLMH4r
New post on /r/flutterdev subreddit:

<b>Recap: Google's BIG challenge, Make your Flutter app look gooooood &#128525;</b>
Hey, everyone! Here's a recap of what's been happening over the past couple of weeks in the Flutter-verse.We talk a lot about things like state management, so this time around we decided to highlight some of the awesome stuff Flutter allows us to do to make our apps look good and work well.Love it? Hate it? Let us know in the comments!Want to get it by email? <a href="https://flutterigniter.com/snacks/">Click here</a>.____Your Flutter app needs to look good and feel greatWe've all had designers that have asked for things that were just wayyyyy too complex. Thankfully, Flutter gives us some awesome tools that make it much easier to say “yes” to designers while keeping your code &#128170;&#8203;<strong>Export Flutter code from Zeplin</strong>...ever gotten a Sketch or Photoshop file from a designer and then had to manually figure out colors, sizes, etc? Yeah, it’s a pain in the a**. Thankfully, if you use <a href="https://zeplin.io/">Zeplin</a>, there’s a <a href="https://medium.com/flutter-community/flutter-and-zeplin-speed-up-the-development-process-from-your-design-45ff5d21166a">great extension from Roberto Juarez</a> that will automatically generate Dart code you can use in your Flutter app.&#8203;<strong>Easier Styling with Division</strong>...as you work with Flutter, you’ll undoubtedly run into some awkwardness with styling, whether it’s inconsistencies in how exactly you style different things (ex: centering vs. font size) or sharing styles among multiple widgets. The <a href="https://github.com/ReinBentdal/division">Division package from Rein Bentdal</a> aims to make it a whole lot easier using CSS-inspired syntax. Need a video tutorial? <a href="https://www.youtube.com/watch?v=kcq8AbVyMbk&feature=emb_title">Look no further</a>.&#8203;<strong>Cupertino “Stack View” is coming/already here</strong>...we’ve heard it called by many names: stack view, sheet presentation and more, but you’ve undoubtedly seen <a href="https://user-images.githubusercontent.com/3678732/66692450-05bb6d00-ecd1-11e9-8ba3-e6d5df09d645.png">this view style</a> if you’ve used iOS 13. While it’s <a href="https://github.com/flutter/flutter/issues/42560">been accepted</a> as a future inclusion in the Cupertino package, a fellow Flutter community member created the <a href="https://github.com/aliyigitbireroglu/flutter-cupertino-stackview">cupertino_stackview</a> package to make it a reality now.&#8203;<strong>Theming in Flutter...</strong>&#8203;<strong>&#127761; If your app doesn’t support Dark Mode, it sucks</strong>…okay, just kidding but dark mode is a feature that will most likely come to be expected in the future given that it’s now an OS-level option. So how do we do it in Flutter? In <a href="https://www.youtube.com/watch?v=G7gV89hnooM">this video</a>, Paul Halliday shows you how it's done using Provider.&#8203;<strong>Looking for a really in-depth theming tutorial?</strong>...if you’ve already read the <a href="https://flutter.dev/docs/cookbook/design/themes">Flutter theming docs</a> and are craving more, <a href="https://www.youtube.com/watch?v=RJkiESVJXAk&feature=youtu.be">check out this video from Techie Blossom</a> that digs deep into the theming process.&#8203;<strong>Want to create your app’s theme visually?</strong>...check out the <a href="https://rxlabz.github.io/panache_web/#/">Panache theme editor</a>. Start with a base palette, customize each widget style to your heart’s content and then copy the generated code. Done!____&#127906; Animate all the things…Animation is a powerful thing. Used too much and it can ruin a perfectly good app, but used just right, it can add a whole new dimension to the user experience. Intrigued? See the list below for animation tutorials for both the novice and the elite.&#8203;<strong>Understand the basics</strong>...with <a href="https://resocoder.com/2019/08/01/flutter-animation-tutorial
New post on /r/flutterdev subreddit:

Is it just me or is labelTexts animation choppy?
The animation for labelText when it goes from inside the textfield to the border is a bit choppy? I looked into the animation and tried speeding it up a bit but it doesn't work. Anyone know why this is happening?

November 22, 2019 at 08:31PM by fd991
https://ift.tt/2KNhRIJ
New post on /r/flutterdev subreddit:

GPS tracking
I see a few things out there to help out with GPS, but I don't see anything to help me decide which one to use based on my use case. It may be that what I'm looking for is such an obvious component of GPS use that it never gets mentioned.I don't care about things like map integration or geolocation. Recording a track (as a track, not a series of waypoints a few feet apart) would be nice, but not critical. I want to 'grab' a lat/long along with the heading at the time I record it. I think I need continuous speed (and maybe heading), because I want to use a threshold speed (and maybe heading change) to trigger the capture of location and heading.

November 22, 2019 at 09:29PM by jadero
https://ift.tt/2OBFUvj
New post on /r/flutterdev subreddit:

FCM iOS push notification broken?
Hi Everyone!​I am use FCM for send push notification to device. On Android everything is work no problem. But on iOS notification often not work.I see open issue here: https://github.com/FirebaseExtended/flutterfire/issues/1041#issuecomment-547355695Is anyone else have this issue? How to fix?​Thanks!

November 22, 2019 at 10:13PM by Flutter_Dev
https://ift.tt/2qtQzAm
New post on /r/flutterdev subreddit:

Academic Survey on Mobile Cross-Platform Development
Hello wonderful people, I'm doing a quali-quantitative research on cross-platform frameworks and I'd love to take a deeper look on your thoughts on them!Here's the link: https://forms.gle/YCnfddQNvzN38pLU7

November 22, 2019 at 10:06PM by K1NGC0D
https://ift.tt/2OB4Xif
New post on /r/flutterdev subreddit:

I've created a little plugin that allows to add an asset-based localization system in just a few lines of code !
https://ift.tt/33dss69

November 22, 2019 at 10:00PM by Skyost
https://ift.tt/2XENyZT
New post on /r/flutterdev subreddit:

Help improve Flutter! Take our Q4 survey.
Hello from the Flutter team :)Please take a moment to tell us what you think by filling out this quarter’s survey here: https://google.qualtrics.com/jfe/form/SV_5BhR2R8DZIEE6dn?Source=Reddit(We cover different topics every quarter, and you can find what we learned in the lat survey (Q3) from this Medium article.)On behalf of the Flutter team, thank you!

November 22, 2019 at 10:33PM by janim27
https://ift.tt/2OcKRvO
New post on /r/flutterdev subreddit:

Android phone unrecognized when connected to Chromebook through cable (Flutter on ChromeOS)
Hi, I've just installed Flutter on a Chromebook, together with Android Studio and VSCode (and all the plugins). All good so far, I've created that new project to test if / how it runs but unfortunately no android phone is recognized.Mentions:- I've tried on 2 phones, both with Developer Options ON and USB Debugging ON. The phone is cable-connected to laptop- I run flutter doctor and all is green, with one exception: no devices available.​Any suggestions?Many thanks!

November 23, 2019 at 01:40AM by marsze
https://ift.tt/2rnoXN5