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

Want to find a course/project that teaches how to structure a Flutter app (well)
Hey, I'm looking for a set of videos/course/tutorial that would teach production-level structure of a Flutter app (with tests, state management, stores, etc.)Anybody know of a tutorial like this?

May 09, 2020 at 02:55AM by NoteToBear
https://ift.tt/3dtmXWp
New post on /r/flutterdev subreddit:

Noob Post: Serious help needed for connectivity of flutter App
Hi guys. As part of my project, I have to make a learner app in flutter for a college which database should be stored online and should also be available to the teachers in the LMS(veTrack System) they use in the college.They require the development of an application that can provide connectivity to students and facilitators managing candidate training, learning and work engagement to auto-log progress, diary notes and competencies automatically through the cloud to VetTrack.Development of a UX/UI and Infrastructure plan identifying seamless integration between the data being collected and entry into VETtrak system.Development of connectivity framework via a cloud computing to connect the app with current college software frameworkSo, I need suggestions guys. What should I use as back end and how to make or connect API which connect app with backend and cloud. And, how can I connect the app with the LMs system of college so data entered in App hows up in the college system but the data of app are stored online. HELP PLEASE

May 09, 2020 at 05:31AM by romanjung
https://ift.tt/2YM6qZF
New post on /r/flutterdev subreddit:

Flutter learner
Hello all,As a part of my project, i want to develop a rescue app in flutter where user can login as victim and volunteer .And victims can send their location and other details to volunteer groups. how can i implement this feature in app..making UI is not a big deal after that what should i do? i am in confuse any body help? i googled but cannot find a way after ? any suggestion.

May 09, 2020 at 08:25AM by CRsujan
https://ift.tt/2yJdBXZ
New post on /r/flutterdev subreddit:

OctoImage | An image library for showing placeholders, error widgets and transforming your image.
https://ift.tt/2WgziYf

May 09, 2020 at 08:38AM by Elixane
https://ift.tt/3fz5BcE
New post on /r/flutterdev subreddit:

New simple lib for getting a list of email apps and opening them. Covers some use cases url_launcher can't.
https://ift.tt/3cjrkTM

May 08, 2020 at 08:39PM by MisterJimson
https://ift.tt/3fxWVDu
New post on /r/flutterdev subreddit:

Flutter for web dev
Hi all! Just some quick questions to ask you guys!I have heard about Flutter web dev...but I also heard some mix review of it not being stable yet...will now be the good time to start learning Flutter for web development? Also any of you have any tutorial to learn how to build flutter web?And in your opinion, is it true it can replace html,css, and JavaScript for web app development?

May 09, 2020 at 10:43AM by xopherwwl
https://ift.tt/3dvhCxT
New post on /r/flutterdev subreddit:

Read Image GeoLocation from Phone storage
Is there any package that can list the image geo location ?

May 09, 2020 at 11:41AM by tettusud
https://ift.tt/3cisMG7
New post on Flutter Dev Google group:

how to solve bottom overflowed by 40 pixel error
import 'package:flutter/material.dart'; class Cart_product extends StatefulWidget { @override _Cart_productsState createState() => _Cart_productsState(); } class _Cart_productsState extends State
New post on /r/flutterdev subreddit:

Best audio library?
Hi all,I have a Flutter dev doing some app work for me and he has implemented an audio library that seems to have trouble on Android 10 (Pixel 4). I need the audio to repeat, even if the screen is off. This seems to work ok on most other phones (iOS or Android) but on Pixel 4, it doesn't. It just stops at the end and if I turn the screen back on, that's when it start playing again.I was told this is just a bug in the audio library and we have to wait for the developer of that library to update it, which is not a helpful answer. I personally have very little knowledge of Flutter but is there no native audio library that offers basic features like auto repeat, background audio (i.e., with screen off), and is fully skinnable? And if not, I wonder if you guys have a recommendation for a solid, fully customizable audio library that you know works well, even on Android 10?

May 09, 2020 at 01:14PM by biznotch
https://ift.tt/3ci0V99
New post on /r/flutterdev subreddit:

Advanced floating action button with expansion animation.(it expands to reveal it's hidden widget ) It can also be used as a navigation bar or a spacebar with custom widget(they also expands). Hope you will enjoy it
https://ift.tt/35J7iQl

May 09, 2020 at 04:34PM by emile977
https://ift.tt/3dw2JLU
New post on /r/flutterdev subreddit:

Constraint Dialog to parent widget?
I want to divide my screen in two parts, left and right, for what I'm using Row and it works for the most part.Now I want to constraint dialog to be shown within the left or right (first or second row item) only. But the dialog goes all the way to the root node and injects itself there.Is there a way to hack it or will I need to somehow implement completely custom dialogs?
body: Row(children:[ //left side, i want the dialog to be displayed in here Expanded(child:Center(child:IconButton(icon: Icon(Icons.alarm_on), onPressed: () { showDialog( context: context, builder: (_) => new AlertDialog( title: new Text("Dialog Title"), content: new Text("This is my content"), ) ); }))), Expanded(child:Center(child:Text("bar")))]) ); 


May 09, 2020 at 04:32PM by AnalDifficulty
https://ift.tt/35LcO4N
New post on Flutter Dev Google group:

Importing Existing gRPC Code to New Project
I have created a flutter project within an existing java project. The existing code base sets up a gRPC server; I want to create a front-end for the existing code base and would like to import the generated proto code into my flutter project. Is there a way to do this so I don't have to

May 09, 2020 at 04:23PM by Bobby Garza
https://ift.tt/2SSf3OF