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

The feasibility of building a flutter app that downloads an update then sends via bluetooth
I'm not asking for help on how to do this, neither am i asking for help with development so I don't think I'm breaking the subreddit's rules. I'm more asking if the following is actually feasible, I've searched online and I can't find a thing about it.I'm wanting to create an app in Flutter where when the phone connects to a specific device in bluetooth, it checks the firebase server to see if there's an update for a file on the device. If there is, the phone will download it then send it to the device via bluetooth. Ideally I want this to automatically happen in the background without the app being open. The update would only ever be around 1MB so the slowness of data transfer via bluetooth le is not an issue.So effectively the phone is acting as the device's internet connection for a short time upon successful pairing.Is this even feasible or am i hitting a dead end here? It sounds so simple to do but when I think about it I've never known an app that has done this in the background. I have a fitbit watch and that downloads updates via the phone but that's a manual process and I have to be in the fitbit app to do it.

January 15, 2020 at 05:14PM by jimbeeer
https://ift.tt/38fyWo9
New post on /r/flutterdev subreddit:

Animated bottom tab navigation variant
I'd like to make a variation on this animated bottom tab navigation example I found (https://media.giphy.com/media/joflEnk6kMGdAuObPT/giphy.gif) where the "highlight bubble" stays fixed in the middle position and the tabs slide left and right until the selected one ends up in the middle ("inside" the bubble). The user could also take a visible tab and it would slide over and center itself.The reason for this is I want to have a bunch of tabs (like 9 or 10), but obviously a static list of so many tabs would be awful. I know Material guidelines strongly recommend against so many options, but my users will all be familiar with the number and names of the tabs, so I'm not worried that they won't know where to look for the other options or waste time looking for the correct one.Cheers!

January 15, 2020 at 05:09PM by Edje09
https://ift.tt/3acOryY
New post on /r/flutterdev subreddit:

GetFlutter - A Flutter Open-Source UI Library
We are pleased to announce that our Flutter Open-Source UI library (GetFlutter) is live now with 1000+ UI components and ready to use. Let's start building some awesome apps with GetFlutter to start building an app with GetFlutter check GitHub repository: https://github.com/ionicfirebaseapp/getflutter To get more information about each component of Library to check out Documentation at https://docs.getflutter.dev/ Kindly share your feedback to us to keep update GetFlutter. Thanks for Flutter and we love to development with @flutter

January 15, 2020 at 05:42PM by getflutter
https://ift.tt/3adgWfJ
New post on Flutter Dev Google group:

Flutter UI Open-Source Library by GetFlutter
Now our Flutter open-source UI library is live check out our GitHub repo to use this https://ift.tt/2QTbDuh and let us know your feedback to us to make it a more perfect.

January 15, 2020 at 06:15PM by Get Flutter
https://ift.tt/38aQvWo
New post on Flutter Dev Google group:

flutter firebase connection problems on windows
i followed up https://ift.tt/2tcD7lM but when i open