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

plotting API
I am super new to flutter, Wanted to know if we there is any plotting API. Not sure how much advanced flutter is. Currently, I am trying to get data like ECG pulse being plotted with a running waveform. Thanks

May 21, 2020 at 04:12AM by Kewl
https://ift.tt/36fsa1R
New post on /r/flutterdev subreddit:

Using short and sweet tear-off instead of A lambda or function call if the caller and calling functions have the same arguments.
https://twitter.com/erluxman/status/1263300974904410112

May 21, 2020 at 04:51AM by erluxman
https://ift.tt/2LJp903
New post on Flutter Dev Google group:

Error in installing native iOS pod in Flutter
Hello Everyone, I have been facing this error for about 30 days now in installing a native iOS pod in Flutter. I have explained in detail on StackOverflow. Please help me resolve this issue. I'll be respectful of your time. *Question link*: https://ift.tt/3bPCP4j

May 21, 2020 at 05:22AM by Nimish Nandwana
https://ift.tt/2ZlAHi6
New post on Flutter Dev Google group:

PickerdataAdapter of string
How Can add list to of string to PickerdataAdapter of string? var strings = usernamerisorse.cast
New post on Flutter Dev Google group:

autofocus on textinput field makes keyboard pad opened when theme changed
When my app starts it detects was the user singen up or not home: isSignedUp() ? LoginView() : SignUpFormPage(), ); }, ); } bool isSignedUp() { final service = locator
New post on Flutter Dev Google group:

Wholde Widget Rebuild after using Textediting controller
i have attached file after selecting dropdown value, and then select date from datepicker, then when i once again select dropdown button, it will not work. Is something i missed ?

May 21, 2020 at 11:34AM by Dareboy Dareboy
https://ift.tt/2AJaz6x
New post on /r/flutterdev subreddit:

Does flutter text field miss an important system feature?
If you write text in a native Android text filed it will auto detect the if you typed an RTL letter and you can delete it simply.But in flutter's native text filed you can't do that.Example:1-This is English ل2-هذا عربي and EnglishThe problem is not the auto switching that's fine. The problem is when you try to delete(use back space) that Arabic letter from number 1 or those English words in number 2 simply won't delete because the deletion cursor doesn't change its direction at all. Once it's RTL it's RTL. LTR likewiseAny help?

May 21, 2020 at 12:20PM by Sal7_one
https://ift.tt/2XjhRWi
New post on Flutter Dev Google group:

How to remove Square brackets [] in flutter
Hi Team, How can I remove square brackets? Example: A list of strings when I am printing the output it is showing with [a.b] - I want to print it as only *a,b* [image: image.png] [image: image.png] Thank you.

May 21, 2020 at 12:54PM by Ram Kumar
https://ift.tt/3gaQCpC
New post on /r/flutterdev subreddit:

Flutter Builds in the Cloud.
FlutLab.io is an online IDE for Flutter. And probably this is the fastest way to play with your first Flutter projects. FlutLab main idea is to provide an alternative to local installations of Android/IOS/Flutter SDK’s as well as Code Editors. In the tool-chain of FlutLab.io, developers can host their projects, collaborate, and do various builds. FlutLab builds are in the focus of this article.https://medium.com/@adrobnych/flutter-builds-in-the-cloud-2bdb284114e5

May 21, 2020 at 12:51PM by Elegium
https://ift.tt/2ZnvSoA
New post on Flutter Dev Google group:

Deutsche Flutter Developer: Sicherer Job in Startup zu vergeben
Hallo zusammen, Wir suchen 1-2 Flutter Developer für unser Startup. Würde mich freuen, wenn ihr euch unsere Anzeige anseht: https://ift.tt/2XemeC0 Danke, Karsten

May 21, 2020 at 01:27PM by Karsten
https://ift.tt/2Xemf92
New post on Flutter Dev Google group:

How to reload the initstate when ratio is changed Please help me,Have I used set state at proper place ?
import 'package:chewie/chewie.dart'; import 'package:flutter/material.dart'; import 'package:video_player/video_player.dart'; class ChewieListItem extends StatefulWidget { // This will contain the URL/asset path which we want to play final VideoPlayerController videoPlayerController; final

May 21, 2020 at 02:50PM by Rishabh Shukla
https://ift.tt/2TphKrh
New post on /r/flutterdev subreddit:

Is it just me or xml/java feels more intuitive than flutter/dart for app development?
I am past the beginner level learning core concepts of app development both java and flutter. I am bit more advanced in java compared to flutter. My goal for pivoting to flutter was to develop apps for both Android and iOS. My plans are simple apps - like calculators, note taking, expense management etc.However, after learning flutter for a while I feel xml/java is much more intuitive as after few classes of Android development with xml/java on udacity and some self study, I was able to develop and release an android app - mostly of text, image & button views. The styling part, java logic like long press, simple press, intents to other apps like mail, maps, dialer etc are complete self study and felt intuitive on reading further.But on the other hand flutter even after several classes I do not feel comfortable in deciding layouts, logic etc - not as intuitive as xml/java.So I wanted if this is the fact (as I've seen many posts that say flutter/dart is way easy and fast) or I am missing something (probably I need to train more and after certain level the development becomes clear). Kindly help experts as I would better invest my time (most valuable resource) after an informed decision.

May 21, 2020 at 04:02PM by ar3106
https://ift.tt/3g9u2gV
New post on /r/flutterdev subreddit:

rainbow_color | simplified multi-color interpolation. Map a numerical domain to a smooth-transitioning color range.
https://ift.tt/2Tr47aY

May 21, 2020 at 04:00PM by Elixane
https://ift.tt/3gd2gQE
New post on Flutter Dev Google group:

re-problem with showSearch in Flutter
Good morning, I'm following a course on Flutter, and I stopped for a problem. I have this main.dart import 'dart:collection'; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:hn_app/src/hn_bloc.dart'; import

May 21, 2020 at 04:17PM by Alessandro Fratini
https://ift.tt/2XazFCQ
New post on Flutter Dev Google group:

The default dummy app won't launch. What am I doing wrong?
I've installed everything yet when I try to start up the default dummy app it immediately crashes. the errors: Launching lib\main.dart on Android SDK built for x86 in debug mode...Running Gradle task 'assembleDebug'...Improperly formatted define flag: FINKI\Kodovi\Android\myApp\myapp\lib\mai

May 21, 2020 at 04:57PM by Andrej
https://ift.tt/3g9Zko3
New post on /r/flutterdev subreddit:

Comparing the performance of the FLUTTER_WEB_USE_SKIA flag
Hi everyone,About a week ago I shared a demo of the Flutter Web app we're working in a comment, the consensus seemed to be it looks good but performs slowly. On my desktop the app is fast however I can use the 4x CPU slowdown in the browser dev tools to make it run pretty slowly.I've created a build of the app with the FLUTTER_WEB_USE_SKIA flag enabled to compare the difference. Many of the icons aren't yet showing but in general the app seems to work well. If I compare them side by side with 4x slowdown some aspects are clearly better, such as the response times of the mouse hover highlights.Flag disabled: https://hillelcoren.github.io/invoiceninja/Flag enabled: https://hillelcoren.github.io/invoiceninja_skia/  If you have time to check it out I'd be curious to know your experience.Note: although the flag helps the app still runs slow with a slower CPU. I think many of the issues are due to problems with our app's code, not Flutter Web. We're currently working on the problem trying to track it down, the code is open source if you want to try helping.https://github.com/invoiceninja/flutter-clientThanks!

May 21, 2020 at 04:55PM by hillel369
https://ift.tt/2XkgUwO
New tweet from FlutterDev:

💙#FlutterDay, June 25th
💙24 hour digital event
💙3 livestream segments
💙Try new & updated codelabs

Join Flutter fans from around the world, get your questions answered, and get ready for #Hack20.

More info → https://t.co/uTjLCfxOv9
Register → https://t.co/Z1nOPWwxMJ pic.twitter.com/8AyjJVtIVM— Flutter (@FlutterDev) May 21, 2020

May 21, 2020 at 05:19PM
http://twitter.com/FlutterDev/status/1263489644068368385