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

I created a Discord for new Flutter developers to encourage, collaborate, and learn from each other.
Hello all,I just recently started exploring Flutter coming from Android development. Instead of learning by myself I decided that it would be most beneficial for me if I found a group of people who are on a similar path. Usually I do not collaborate or interact with others, being a huge introvert, but in the spirit of the new year I am trying to make a change.here is a link to the Discord I created -> https://discord.gg/6naMxwtlooking forward to meeting anyone who joins !

January 14, 2020 at 11:02PM by -Progress-
https://ift.tt/36Vx0AG
New post on Flutter Dev Google group:

[Breaking Change Proposal] Add a new method to TextInputClient for iOS autocorrection highlight support
Hi All, I would like to propose adding a new method to TextInputClient, detailed in https://ift.tt/30kfm7g, to allow for adding iOS autocorrection highlight support to text input components such as TextField, . This change breaks

January 14, 2020 at 11:35PM by Longcatis Looong
https://ift.tt/2QS4hr2
New post on /r/flutterdev subreddit:

How can i do silent notification like (Samsung Health app)
I use Samsung Health app and it has silent notification that i can't remove (image). The app is closed but still counting on the silent notification. How can i do this in flutter ?Thank you.

January 15, 2020 at 12:13AM by suhaib4x
https://ift.tt/35TYg1g
New post on /r/flutterdev subreddit:

Flutter : Sliders DeMystified
https://ift.tt/30mO2FF

January 14, 2020 at 11:17PM by Elixane
https://ift.tt/35VxzZW
New post on /r/flutterdev subreddit:

For Total Beginners: Counter App from Scratch
Hi /r/FlutterDev,Did a couple short videos for students new to Flutter. Feedback welcome.Part 1 (Zero to Stateless)https://player.vimeo.com/video/384642985Part 2 (Stateless to Stateful)https://player.vimeo.com/video/384839952

January 15, 2020 at 12:49AM by yjblow
https://ift.tt/2Rleonn
New post on /r/flutterdev subreddit:

I'm doing a little research about Flutter's learning curve
Hi /rFlutterDev! We are planning to move our current app to Flutter. But we need to do a little research about Flutter's learning curve.We thought of doing a 4 questions survey to know how easy/hard it is to learn Flutter from anyone. It will be a huge help in our research. Also, will be willing to share the results through an article after all the research. :)Here's the Google Forms survey link. Thank you in advanced :)Btw, I can't seem to find a flair suitable for this post. So I just added Community. If you think this could fit on other flair, feel free to edit or just ping me :) Thank you.Also if you think we can improve the survey, suggestions are welcome!

January 15, 2020 at 03:49AM by crinkle_danus
https://ift.tt/2FMHM0n
New post on /r/flutterdev subreddit:

Flutter Charts with FutureBuilder
Does anybody know how to take the example from https://google.github.io/charts/flutter/example/line_charts/simple.html but load the chart with data from Firebase Realtime Database using a FutureBuilder instead of the sample data?I can't find any solutions online and I've been struggling with it for hours.

January 15, 2020 at 03:26AM by tampacsthrowaway
https://ift.tt/2QXjEi5
New post on /r/flutterdev subreddit:

Introducing TailorDB: an insanely fast, synchronous, and persistent key-value store
https://ift.tt/2FMIxX8

January 15, 2020 at 03:19AM by AKushWarrior
https://ift.tt/35X60zw
New post on /r/flutterdev subreddit:

Creating Apple Watch App Discovery UI In Flutter?
Hi,For one of my apps, I have been thinking to recreate the Apple Watch Apps UI and have been unsuccessful at it. What might you suggest to recreate it?
Link to UI - https://imgur.com/a/pkJcGZpThanks.

January 15, 2020 at 03:10AM by chancemehmu
https://ift.tt/2tXK4ac
New post on /r/flutterdev subreddit:

Switching from paid app to in app purchase?
I have a successful app that is currently a paid app. I would like to switch to a freemium model for both Android and iOS. My concern is my existing paid customers. For Android I am considering just making a second app with the in app purchases. For iOS I have read that I can obtain relevant receipt info to discern who has paid for the full app. Has anyone successfully done this using Flutter? I want to treat my existing customers well! Thx for your thoughts

January 15, 2020 at 04:17AM by FishCalc
https://ift.tt/2uIeYDM
New post on Flutter Dev Google group:

Flutter Html
Hi I am creating a quiz app which has web app also .For fill in the blank type questions i am storing text string with input html element to show filling place holder ,Now i want to use same data for my flutter app also but in flutter html package it is not support input element . So please

January 15, 2020 at 06:20AM by Amit Tripathi
https://ift.tt/36XF6ZQ
New post on Flutter Dev Google group:

Whenever I add a certain library and modify androidmanifest.xml on meta-data section, flutter app keeps crashing
my application is not launching after putting the admob plugin kindly help kindly fix i have attached the xml file [image: Capture.JPG] this is the pubspec.yaml file my errors is coming $ flutter run Launching lib\main.dart on Redmi k20 pro in debug mode... Running Gradle task

January 15, 2020 at 07:56AM by Mohd Faiz
https://ift.tt/36UIogp
New post on /r/flutterdev subreddit:

Best place to go for questions and answers
Where is the best place to go to get help with Flutter? Looking over at StackOverflow it's just a bunch of unanswered or downvoted questions.

January 15, 2020 at 07:10AM by donaldparkerii
https://ift.tt/2QSaTpk
New post on Flutter Dev Google group:


Hi sir I know flutter app development plz suggest me further backend https://ift.tt/3agvNX1

January 15, 2020 at 10:47AM by flutter with Firebase
https://ift.tt/2uJ4FPQ
New post on /r/flutterdev subreddit:

Error developing on Android
When running the development environment for Android as I need to take a look into push notifications again I am constantly running into```E/flutter ( 6819): NoSuchMethodError: No top-level getter '' declared.E/flutter ( 6819): Receiver: top-levelE/flutter ( 6819): Tried calling:E/flutter ( 6819): #0 NoSuchMethodError._throwNew (dart:core-patch/errors_patch.dart:202:5)E/flutter ( 6819): [ERROR:flutter/runtime/dart_isolate.cc(461)] Could not resolve main entrypoint function.E/flutter ( 6819): [ERROR:flutter/shell/common/engine.cc(205)] Could not run the isolate.E/flutter ( 6819): [ERROR:flutter/shell/common/engine.cc(137)] Engine not prepare and launch isolate.```and `Error -32601 received from application: Method not found`I have found a number of issues on GH, but all seem to be on iOS and other than 1 guy suggesting `flutter clean` none of the others have an actual "How I fixed this", that or I am missing them.​Running against iOS build fine, running out of ideas for fixing this as while the app still works it is slow (not noticeable in release build) and Firebase is not instantiating, i tried removing all the flutter code for Firebase and am on the latest version of the pluggin and a few months ago when I started all this setup it was working, I stopped as the local notification pluggin was giving issues so I tabled it to do other work.

January 15, 2020 at 10:55AM by RemeJuan
https://ift.tt/388PPk9
New post on /r/flutterdev subreddit:

Flutter Tutorial: How to Build a Gaming Social Network in Flutter
https://ift.tt/2TqLhle

January 15, 2020 at 12:33PM by cybdom
https://ift.tt/2uLMysA