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

How to get Text input in TextField on clicking suffix icon of TextField
I am having text input filed (see attachment) which shows suffix icon. on clicking suffix icon i want to get text in textfield. Please can anyone help me out. My code is below but its not getting the value to text field import 'package:flutter/material.dart'; import 'package:flutter/services.dart

May 21, 2019 at 11:51AM by mahantappa b k
http://bit.ly/30w2gnj
New post on Flutter Dev Google group:

Negation argument must have a static type of 'bool'.
Hi Friends, Can any one help on this error. Negation argument must have a static type of 'bool'. when i was calling the method Future abc(){ } i'm Getting this error.could any one have the solution for this Thanks & Regards Rajkumar G iOS Developer

May 21, 2019 at 12:06PM by Rajkumar Garikapati
http://bit.ly/2w9lhxL
New post on /r/flutterdev subreddit:

Storing data
Hi guys,​In all of my apps I have a Storage class that is just a static class that holds the logged user and token. And when I need to use the token for the request I just do the Storage.loggedUser.token from anywhere in my app. But, I feel it's not the best solution. Recently I started using flutter_bloc package and so far it's great but I have a problem getting the token without using the static variables. It would be great if you could give me some links or something for holding data in runtime after it's received from api/storage.​Thanks

May 21, 2019 at 12:35PM by Spectarion
http://bit.ly/2EmfWYC
New post on Flutter Dev Google group:

Join the what's app group for Developers
http://bit.ly/2YDHm3J

May 21, 2019 at 02:00PM by Vishnu Suresh
http://bit.ly/2Hu9L6r
New post on /r/flutterdev subreddit:

How can I open the link in Flutter for Web?
I'm playing with Flutter for Web and want to open the link once a user tapped url.However, I tried to use a package but console said that the project can't be run if you include flutter package.So, my question is, how can I open the link without packages such as url_launcher.Does anyone know?

May 21, 2019 at 03:59PM by Daibaku9999
http://bit.ly/2JVDwPw
New post on /r/flutterdev subreddit:

A Material styled segmented control
http://bit.ly/2JVCUJI

May 21, 2019 at 03:49PM by Purple_Pizzazz
http://bit.ly/2JvmXdB
New post on Flutter Dev Google group:

Whats Wrong with my code
Hi , Flutter Developer . I am Deepjyoti Baishya . I want make my own design but when i try decoration flutter app not works , so please check my code and help me thank .. import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; void main() { runApp( MaterialApp( home:

May 21, 2019 at 05:58PM by Deepjyoti Baishya
http://bit.ly/2VEuOHr
New post on /r/flutterdev subreddit:

GitHub’s Top 100 Most Valuable Repositories Out of 96 Million (Flutter is #22)
http://bit.ly/30waGuC

May 21, 2019 at 06:17PM by Darkglow666
http://bit.ly/30Beyuj
New post on /r/flutterdev subreddit:

Flutter UI - Furniture App UI Design
https://www.youtube.com/watch?v=QSGMU9kGtZU

May 21, 2019 at 07:06PM by Nantesss
http://bit.ly/2YEXjGS
New post on /r/flutterdev subreddit:

How to know when app goes to background/foreground
What are the callbacks that fire up when app goes to background, foreground and other platform specific states? Are they available in flutter out of the box or is there a 3rd party package?

May 21, 2019 at 08:58PM by aytunch
http://bit.ly/2WWwWM1
New post on /r/flutterdev subreddit:

Widget-Async-Bloc-Service: A Practical Architecture for Flutter Apps
http://bit.ly/2X4men3

May 21, 2019 at 10:52PM by bizz84
http://bit.ly/2Hvj3PK
New post on Flutter Dev Google group:

ListTile OnTap is working when I use ListView. But when i use ListWheelScrollView it doesnt work..
This is my code. @override Widget build(BuildContext context) { return new ListWheelScrollView( physics:FixedExtentScrollPhysics(), children: getPostList(), itemExtent: 100.0, ); } List getPostList() { return _postModal .map((contact) => new

May 21, 2019 at 11:46PM by Althaf Mowjood
http://bit.ly/2WXc2wr
New post on Flutter Dev Google group:

How to make all Stack children the same size?
I'm trying to make a simple title bar for a list. I just want it to be a centered title (both horizontally and vertically) and a right aligned add button. As the add button is higher than my title label, the text doesn't get centered vertically. Adding background color for the text Container

May 22, 2019 at 04:51AM by Mattias Månsson
http://bit.ly/2HtEeBQ
New post on Flutter Dev Google group:

How to implement searchbar to existing listview
I am trying to add searchbar implementation to already existing list to show the list the names when entered in searchbar. I have tried but only able to implement search bar,but when I type in searchbar it returns nothing.Please help me Below is my code class ListViewNote extends StatefulWidget {

May 22, 2019 at 09:20AM by mahantappa b k
http://bit.ly/2QcPHs2
New post on /r/flutterdev subreddit:

Ionic or flutter?
Hi,​I'm unsure if I should use ionic or flutter to create a hybrid app where people create accounts and do real-time quizzes.What do you recommend?

May 22, 2019 at 06:35AM by AlwaysPersistent
http://bit.ly/2VWUbcs
New post on /r/flutterdev subreddit:

Remote debugging and monitoring service for Flutter apps
Hi guys. I really like Flutter and this is why I’d like to share with you the new service for mobile developers that I am working on.It’s called AppSpector (https://appspector.com) It gives you an SDK that you can add to your Flutter, native iOS or native Android app. This SDK gives you realtime remote access to your application logs, network requests, databases, device location, screenshots and performance metrics. You can view this data in web dashboard and even interact with your app by executing SQL queries, modifying NSUserDefaults/SharedPreferences or mocking device’s location for testing.It has Flutter plugin (https://pub.dev/packages/appspector) so installation process is super easy.Give it a try. I would love to get any feedback or feature requests.Cheers and have a great day!

May 22, 2019 at 10:56AM by sergeyzenchenko
http://bit.ly/2wetp06
New post on /r/flutterdev subreddit:

You can now build and host your Flutter web apps on Codemagic
http://bit.ly/2JTYs9q

May 22, 2019 at 10:54AM by Gigatronbot
http://bit.ly/2JAaKo6
New post on /r/flutterdev subreddit:

MVVM in Flutter for Xamarin developers
Hi folks, this is a blog post I wrote just right after watching Google's I/O talk on provider package:https://buildsucceeded.blogspot.com/2019/05/mvvm-in-flutter-for-xamarin-developers.htmlIt's my first Flutter blog, I'm still learning about flutter, feedbacks are welcomed. Thanks in advance.

May 22, 2019 at 01:57PM by mshwf
http://bit.ly/2YARWIO