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

How to know Firestore has data or not simple check any help please? Without using stream or list view juat simple check with if
?

April 11, 2020 at 07:47PM by reberzaxo
https://ift.tt/2wwSJlH
New post on Flutter Dev Google group:

making it more easy
Hey Sagar here As I am not a tech guy but I have faced a lot of issues when handling a team, as they get a higher package they move. I just want to put my thought. why need to code you just create a prototype and ready to launch the app, many technical people just copy the code and do their job

April 11, 2020 at 08:39PM by Sagar Durugkar
https://ift.tt/2yLAmtQ
New post on /r/flutterdev subreddit:

How would I go about displaying sensor readings from an Mbed on my Flutter app?
I just started using flutter, and I'm doing a school project. I know how to programme the Mbed but I can only make simple apps on flutter.Can this be done?

April 11, 2020 at 09:14PM by castiel65
https://ift.tt/2VnrMZY
New post on Flutter Dev Google group:

android emulator didnt build flutter demo app
device : mac catalina i tried flutter doctot Android toolchain - develop for Android devices (Android SDK version 29.0.3) *!** Some Android licenses not accepted. To resolve this, run: flutter doctor* * --android-licenses* *i tried **flutter doctor* * --android-licenses* *it

April 12, 2020 at 04:25AM by Hesham Ayman
https://ift.tt/2RwKmO9
New post on /r/flutterdev subreddit:

Flutter - Getting ListView to snap to Child
As nowhere is an easy way to snap list views to its item builderI have created a way to allow list views to snap to its list of items.This can be very rough when used, therefore is anyone would like to add to this please do.https://github.com/Cwills0114/Snapping_ListView

April 12, 2020 at 06:07AM by Cwills0114
https://ift.tt/2VowPJw
New post on /r/flutterdev subreddit:

Telegram UI_ Flutter
Telegram UI Flutter is my 9th App in this 90 Days Challenge. In this App, basically created Telegram User Interface in Flutter using the widgets like ListTile, ListView and different builders like the ListView Builder Separator and also used the other widgets like CircleAvator, Text widgets for UI etc.Features need to be implemented further are as follows:Exception Handling.Widgets used like ListTile, ListView Builder, Center, Text and Circle Avatar Widgets​If anyone wants to take a look and give some feedback about the app/the code, it would be really nice :). Pls star and fork the main repo, if you will find it interesting, I will create more advanced apps in the future. Thanks, r/FlutterDev for motivating me this journey and helping me to become a better developer.Source Code of this particular Project can be found with proper documentation, coding, testing and deployment on GitHub using GitHub Actions: https://github.com/irahulcse/Telegram_Ui_FlutterDeployed Version of the Project:https://irahulcse.github.io/Telegram_Ui_Flutter/#/Main Repo with all my Flutter Apps till date including this one is: https://github.com/irahulcse/A-Complete-Guide-To-Flutter

April 12, 2020 at 08:12AM by flutterboxinc
https://ift.tt/2VqR8pM
New post on /r/flutterdev subreddit:

Flutter RS - Build desktop apps in Flutter (using Rust backend) on stable branch
https://ift.tt/2nKmACt

April 12, 2020 at 11:45AM by satvikpendem
https://ift.tt/34s2yhk
New post on /r/flutterdev subreddit:

CheckboxUic - enhanced, but still simple, checkbox widget. Unlike original Flutter Checkbox, CheckboxUic maintains its state, has a title, and can show description depending on current state.
https://ift.tt/2KaC2Ql

April 12, 2020 at 11:06AM by echedev
https://ift.tt/2ybgrUN
New post on Flutter Dev Google group:

nest a piece of code
lets sat we have a Container( child: Text("need help"), color: Colors.blue, ) i want to nest it in Positioned widget without writing Positioned ( then search for the end of container " ) " is there a quick tool to do that, i mean any code i want to wrap it in another ty

April 12, 2020 at 12:43PM by Mamoun Benlahrech
https://ift.tt/2xes6Cx
New post on Flutter Dev Google group:

"zsh: operation not permitted: flutter"
1. charged the terminal to zsh and made new zprofile through touch 2.then i used vim .zprofile and added this variable- export PATH="$PATH:/Users/atharvjairath/Developer/flutter/bin" 2. Now when i run flutter i get this error "zsh: operation not permitted: flutter" 3. I have also

April 12, 2020 at 12:50PM by Atharv Jairath
https://ift.tt/3a41pxF
New post on Flutter Dev Google group:

Can we call future builder and webview in body?
Can we call future builder and webview in body? if Yes please share the code or url

April 12, 2020 at 01:03PM by Ambika chamoli
https://ift.tt/2V5xq4h
New post on /r/flutterdev subreddit:

How to do?
Hello fellas, how can i do something like this ? You cross letters to find words. Should I use draggable or what?https://prnt.sc/rxrrx7

April 12, 2020 at 01:38PM by Persuez
https://ift.tt/2V1YaT1
New post on /r/flutterdev subreddit:

How do you determine which state management to use (for the long run too)?
I wanted to create an app which has pre-installed db(Sqflite), where the data in the db will be used on different pages of my app as a ListView. Selecting a particular row will trigger an api call with that row's value. The app will also have the ability to retrieve user's current location and possibly integration with some sort of map application for e.g. google map.How do I then know which will be state management will better suit my app? Is it base on the use cases? Initially I was using bloc and flutter_bloc packages and I find it complicated especially I'm more of a beginner, with all the streams concept, equatable etc. So I was tempted to give provider package a go. As of right now I'm midway of transiting from bloc to provider.Then, I happen to chance upon https://resocoder.com/2020/04/09/flutter-state-management-tutorial-provider-changenotifier-bloc-mobx-more/ recently, which talks about the benefit of bloc such as immutable data. Thus, I'm not sure if moving to provider is a correct choice as of now. Transiting from one state management to another is also quite tedious for me. Thus, would like to know how you guys usually decide (e.g. what factors do you consider).

April 12, 2020 at 01:37PM by lightcomet
https://ift.tt/2Vlpyue
New post on /r/flutterdev subreddit:

FlutterForce — Week 72
https://ift.tt/2V0fPdG

April 12, 2020 at 12:36PM by flutterist
https://ift.tt/2K0CdgK
New post on Flutter Dev Google group:

Webview flutter: Net
Hello Friends,, Using webview for android and i am facing the issue only when see on phone. On emulator it runs perfectly. See the message on the screen Web page not available The Web page at [Lorem Ipsum URL] could not be loaded as: net::ERR_CACHE_MISS i read solutions like 1)

April 12, 2020 at 01:59PM by Atul d
https://ift.tt/2ybByXq
New post on /r/flutterdev subreddit:

I really don't understand the Gesture Arena
This is the second time I'm googling for hours and couldn't solve my problem. I have a Zoom widget in a ScrollView, how do I prioritize my zoom widget? I found things like EagerGestureRecognizer but I can't find anywhere documentation on how to use it. Flutter has normally really good documentation but now I find almost nothing. Is it possible to just create a widget like EagerGestureDetector were the child always wins in the arena? Thanks for reading.

April 12, 2020 at 04:04PM by mccidi
https://ift.tt/2VlGdxR