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

URGENT Flutter BLE App Development
I am completely new to Flutter but am working on building an application for a capstone project which will detect when a user has bad posture. We would like to make significant progress with the app before spring break, since school might shut down after spring break due to the coronavirus

March 10, 2020 at 02:36AM by Madeline Fain
https://ift.tt/2VUM4Mt
New post on /r/flutterdev subreddit:

Flutter performance run for some basic operations such as forms, input event, popup, transitions
Recently I thought to fiddle with Flutter. I wanted to experience how it performs during form input, transition, navigation, popup and other simple operations that are commonly used in almost all the apps. This article is the summary of what I found during this sample run, I am excited to show this to the community.Have a look and tell your viewes,https://medium.com/@deepakjha14.ex/flutter-form-performance-19c79da176a6?source=friends_link&sk=4dcb5089219b2453b57b73be1a088bcf

March 10, 2020 at 07:27AM by deepakjha14
https://ift.tt/2W1wrTk
New post on /r/flutterdev subreddit:

Firebase Arrays
One of my firebase document fields is an array that holds a number of elements, is it possible to check if a certain element exists in the array without fetching the entire document? Basically what I want to do is say, if element exist in array, run this function, if it doesn't, run this other function... all this without actually fetching the document.

March 10, 2020 at 09:59AM by A-PRYME
https://ift.tt/2TFfcWp
New post on Flutter Dev Google group:

ROLE BASED AUTHORIZATION AND ROLE BASED ACCESS CONTROLL !! flutter/firebase
Hey guys! what im trying to do is to setup a role based authorization (reqular users and subscribed users) and based on roles users gets redirected to different screens. i am STUCK. ive tried different solutions and seen every tutorial there is out there about the concept. i understand how the

March 10, 2020 at 01:41PM by Error Place
https://ift.tt/38Bg7ez
New post on /r/flutterdev subreddit:

Localizing your app with Flutter's new gen_l10n tool
https://ift.tt/3cKeRJu

March 10, 2020 at 01:52PM by PascalW89
https://ift.tt/38FvYcj
New post on /r/flutterdev subreddit:

Building flutter apps for a side hustle?
Hey y'all,I'm currently a computer science masters student with a stable job and income on the side, so I'm not in any urgent financial trouble, but also could do well with some more money on the side. Back in high school, I'd sometimes work jobs building websites for local mom and pop stores, schools etc. Mostly it was just wordpress and setting up some custom design needs the people had.Recently I've been getting into flutter for fun, and enjoyed building some trivial example apps with it a lot! I was wondering if anyone here had experience building apps for people for a flat fee on the side? What have your experiences been like, how did you find clients etc? For reference, I'm in the EU. Cheers

March 10, 2020 at 02:07PM by ian__curtis
https://ift.tt/39HjUIL
New post on Flutter Dev Google group:

Flutter Code or Widgets for non-Admob ads.
I have a suite of Android and iPhone apps that have been written in native (Java and Swift). I am about to re-launch all of the apps as Flutter apps. Loving Flutter and the new apps look so much better with a lot less code. However, a few days ago, Adsense have disabled my adsense account, and I

March 10, 2020 at 03:25PM by John Mollaghan
https://ift.tt/3cP2WtM
New post on Flutter Dev Google group:

Question About Data Solutions
I am building a companion app for two professional journals. Below is the a tree representation of the model for each magazine. I have a home page to navigate the different issues, then a table of contents page, then the actual article page. Rather than downloading a single, large file with all

March 10, 2020 at 05:14PM by Rick P.
https://ift.tt/2vLGcup
New post on /r/flutterdev subreddit:

Any idea when the next major Flutter release will be?
It's been about 3 months since the last major release so I would be expecting to hear something this month. Any idea when the next release will be?

March 10, 2020 at 05:55PM by glancer000
https://ift.tt/38KuDRD
New tweet from FlutterDev:

🧐Wondering how @Miickel created the winning #FlutterClock?

"Everything is painted purely with Flutter’s Canvas: no assets, no packages, and no prebuilt widgets were used."

Read his article here → https://t.co/ueabWhpnrm pic.twitter.com/BjpRtYJgXj— Flutter (@FlutterDev) March 10, 2020

March 10, 2020 at 06:39PM
http://twitter.com/FlutterDev/status/1237432900309540865
New post on /r/flutterdev subreddit:

Weekly Questions Thread - March 10, 2020
This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Also the Flutter.dev getting started tutorial and the Flutter Cookbook should have the answers to most simple questions. Examples of questions:How do I send data to a new screen?Does anyone have a link to the source for the Flutter Gallery app?How do I change the application launcher icon in Flutter?Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged.Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead.Have a question about the subreddit or otherwise for /r/FlutterDev mods? We welcome your mod mail!Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Fridays.Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link!

March 10, 2020 at 11:32PM by AutoModerator
https://ift.tt/2TWD9Y6
New post on /r/flutterdev subreddit:

Three.js equivalent for Flutter
Hi All,Is there a three.js equivalent with Flutter?I currently have an app developed with react native using three.js to drive a simple realtime head model with 3d expressions and with user interaction. I'd like to switch to Flutter for further development but in my research I have not been able to find examples where Flutter is working with three.js. So I'm wondering whether realtime interactive 3d rendering can be done with Flutter. If yes, what do people use?Thanks in advance!Sailor

March 10, 2020 at 10:39PM by Sailorsf
https://ift.tt/2vNltq2
New post on /r/flutterdev subreddit:

Open Flutter Project: The Code Improvement Challenge
We are making an open source project. It is an E-commerce App. Right now we have "The Code Improvement Challenge" that everybody can take part in.You can see details about our app in our blog: Open Flutter Project.Possible improvement:Widgets. We have quite a few widgets to developed already that can be improved. The is an Easter Egg right in the article with a widget description. What you can do is optimize current widgets and their usage.Bloc improvements. Things connected to events, states and Bloc can be revised as well. Read more on that in Flutter Bloc.Flutter clean architecture implementation and improvements. You can do in this part updates for data or domain part of the app. You can find more info about Flutter’s clean architecture here.Continuous integration / Continuous Development. Add your widget, unit and integration tests in the test folder. Propose GitHub CI/CD workflow updates.Take a look at the list of tasks and issues we have. If you are ready to do one of them or part of them add a comment to the issue so we can assign you to that task.More details are available in full description "Open Flutter Project: The Code Improvement Challenge".

March 10, 2020 at 10:34PM by OpenFlutter
https://ift.tt/2W3YUrE
New post on /r/flutterdev subreddit:

Flutter Router Generation
https://ift.tt/2xq9A9L

March 11, 2020 at 03:01AM by kongkongjb
https://ift.tt/2IOrc1L
New post on Flutter Dev Google group:

i am getting data from firebase cloudstore. i want to pass data in to static const String
iam getting data from firebase cloudstore. i want to pass data in to static const String = "here'; please help me

March 11, 2020 at 03:38AM by Sreejith M
https://ift.tt/39GyTCP