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

Flutter video conference app
hey guys ,i m kinda new with flutter and i was asked to developpe a video confference mobile app with flutter ( something like zoom \ messenger ... )i don't know from where to start my search and workany help will be appreciated

June 27, 2020 at 05:54PM by wassim_m
https://ift.tt/3dAF0d7
New post on /r/flutterdev subreddit:

I just open-sourced `pdf_flutter` a Widget to display PDF easily like Image.
I just released a plugin to display PDF in Flutter.Now, it's super easy to load PDF from the network like it was loading images from the network.I spent 2 days trying to display PDF easily in Flutter and I hope it will help other devs save some of their time.Add pdf_flutter on pubspec.yml
dependencies: pdf_flutter: ^version 
On iOS enable PDF preview like by adding this on ios/Runner/info.plist:
<key>io.flutter.embedded_views_preview</key> <true/> 
Start Using
PDF.network( 'https://raw.githubusercontent.com/FlutterInThai/Dart-for-Flutter-Sheet-cheet/master/Dart-for-Flutter-Cheat-Sheet.pdf', height: 500, width: 300,) 
See demo and plugin here: pdf_flutter

June 27, 2020 at 07:10PM by erluxman
https://ift.tt/3iaYEj4
New post on /r/flutterdev subreddit:

Retter - Flutter reddit app (W.I.P)
Retter is an open source work in progress reddit app. I'm open to anyone contributing to the project. You can currently only build the project through source (I have instructions on setup in the readme)The next major things I'll be working on will be...Logging into reddit accountNesting commentsInteracting with posts (upvoting and downvoting)https://github.com/mzegar/RetterLink to images of app

June 27, 2020 at 08:48PM by mzegar_
https://ift.tt/3dD7KBR
New post on /r/flutterdev subreddit:

Survey - What is your backend stack?
I'm looking to make a career shift and I'm a fan of Flutter and Dart, but I'm curious what backends are commonly paired with Flutter in the workplace.If you're a professional Flutter dev, what language/framework are you using for your server and are you happy with the required context shift when going back and forth between server and client code?

June 27, 2020 at 11:43PM by euphbriggs
https://ift.tt/3i8YV6f
New post on Flutter Dev Google group:

build and release for IOS issue
Need your help in submitting flutter application to Appstore I facing one particular error after many attempts the image shared shows the error, the provisioning profile was created manually please guide me how should I resolve it?

June 28, 2020 at 04:32AM by Ramneek Kashyap
https://ift.tt/31nFnFl
New post on /r/flutterdev subreddit:

Characters (a library for character-level manipulation of Strings, by the Dart team) has reached 1.0
https://ift.tt/31n35S4

June 28, 2020 at 07:06AM by AKushWarrior
https://ift.tt/2NNVB2J
New post on Flutter Dev Google group:

App bundle not working on release mode
Hi, I published the first version of my app to the app store with an app bundle that I created using the "flutter build app bundle" command but when I try to download it and run it on my phone it crashes on the google sign in as if it wasn't on release mode. The curious thing is that if I just do

June 28, 2020 at 08:32AM by Kharis Alvarado Riveros
https://ift.tt/2BJ6XC8
New post on Flutter Dev Google group:

How to refresh list of widget inside a stack without setstate
I have a structure like this Stack - BlocListener - ...avatars I am changing avatars based on the list returned in a state in bloclistener. I want to update only the avatars that need to be changed. How to fine-tune it and avoid setState? Avatars is a list of stateless widget, therefore,

June 28, 2020 at 10:31AM by Just Sid
https://ift.tt/2VGR1HV
New post on /r/flutterdev subreddit:

Screenshot inside flutter app
Anyone that has a device that support scroll feature when screenshot, is it working in your flutter app?

June 28, 2020 at 10:42AM by Fienases
https://ift.tt/2B80bpO
New post on /r/flutterdev subreddit:

FlutterForce — Week 82
https://ift.tt/2VqlJox

June 28, 2020 at 02:13PM by flutterist
https://ift.tt/3gafrkv
New post on Flutter Dev Google group:

issues showing markers on app
hi guys. for some reason my markers disapeard from the map for a while ago. everything worked perfect before but suddenly they dissapeard. i am gettin this messages in the console [VERBOSE-2:ui_dart_state.cc(157)] Unhandled Exception: NoSuchMethodError: The method '[]' was called on null.

June 28, 2020 at 02:28PM by Error Place
https://ift.tt/2ZfeSz7
New post on Flutter Dev Google group:

filtering listview using buttons .
hi again guys! i am populating my screen with users using a streambuilder. i am creating buttons that stands for different cities that should refresh the listview on tap . has anyone tried such thing before? i am struggling to find out how its done best regards

June 28, 2020 at 03:24PM by Error Place
https://ift.tt/38cVZ3V
New post on /r/flutterdev subreddit:

Keyboard shortcuts for a Developer
https://ift.tt/3dGPxDF

June 28, 2020 at 03:24PM by gursheeshsingh
https://ift.tt/2CIsJ9y
New post on /r/flutterdev subreddit:

How to cut a hole in an overlay
I want to shed a light on working with partly-covering half-transparent overlays as they're sometimes used in tutorials: https://www.flutterclutter.dev/flutter/tutorials/how-to-cut-a-hole-in-an-overlay/2020/510/

June 28, 2020 at 06:42PM by flutterclutter
https://ift.tt/2NBBqoj
New post on /r/flutterdev subreddit:

A Proposal to Microsoft: Adopt Flutter, don't double down on failed approaches
/r/dotnet/comments/hfnw7p/a_proposal_to_microsoft_adopt_flutter_dont_double/

June 28, 2020 at 07:47PM by fisforfaheem
https://ift.tt/3eFrfuQ
New post on /r/flutterdev subreddit:

How does your flutter architecture look like?
I started to learn about flutter architecture and saw this video/tutorial but I think it is over engineered. In my opinion it's too much (boilerplate-) code for one simple feature. I also looked into this guide which separates the whole project into widgets, pages and utils for the presentation part and in bloc or other state management approach, repositories, providers and models for the data managment of the app.​How do you guys structure your apps?

June 28, 2020 at 07:49PM by Hard_Veur
https://ift.tt/2ZgsxpH
New post on /r/flutterdev subreddit:

Flutter Audio Sample with background & notification support
https://ift.tt/3i743rA

June 28, 2020 at 09:59PM by rohansohonee
https://ift.tt/3eI6m2e