Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

The Get package
I ran across the Get package (https://pub.dev/packages/get) and reading up on it, and playing with the examples left me wondering why it's not talked about more often. Have any of you run across it?Btw, how do you all keep from trying every wonderous thing people give to the community? It's almost too much. lol

May 21, 2020 at 06:33PM by jrheisler
https://ift.tt/3gbBOHi
New post on /r/flutterdev subreddit:

Is it reasonably easy to achieve *consistent* 60 FPS in Flutter?
I'm considering using Flutter for a new app, so far I used it for about a week. To be honest, I have some doubts about whether it will be reasonably easy to achieve high quality experience comparable to a native app. I've downloaded the Flutter Gallery app and lot of the animations are not smooth (for example the top right menu). Scrolling also seems to perform worse than native.In addition to performance problems, some widgets and interactions don't feel native, because they don't accurately mimic the native widgets. There's also a bug on Android - the app is black in the app switcher.

May 21, 2020 at 06:12PM by falconberger
https://ift.tt/2ZqNa4m
New post on Flutter Dev Google group:

Firebase message, when App is terminated
Hi everyone, the firebase messaging library has provided up to when the app is in the background, the notification can be read. I can't seem to find a solution for reading notifications when app is destroyed is there any update on this? Let me know Thank you in advance!

May 21, 2020 at 06:18PM by Santhosh Ramachandran
https://ift.tt/2zX4rY2
New post on Flutter Dev Google group:

MissingPluginException (MissingPluginException(No implementation found for method init on channel plugins.flutter.io/google_sign_in))
Hi all, I have followed all the steps regarding singin with google ut still receive this error. Any tips please.

May 21, 2020 at 06:33PM by Jay Stewart
https://ift.tt/2WRcE9m
New post on Flutter Dev Google group:

sort list of list against its specific column
how to sort List
New post on Flutter Dev Google group:

Screen Sizing Problem
So I am working on this Flutter app that's been developed by different programmers. Now I have to fix a bug where whenever I start the app on a small size screen phone the UI elements overwrite each other. What is the first step to take to fix this problem although the app is working as expected

May 21, 2020 at 07:47PM by Al pha
https://ift.tt/3bYAbJT