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

Install packages at runtime in flutter?
After looking online, I can’t find any discussions on this so hopefully someone in this subreddit can point me into the right direction.Here’s how you install and import Python modules at runtimeSo at runtime, if I know the package name, is it possible to install, and use said package without restarting app?

July 17, 2020 at 05:47PM by Throqaway
https://ift.tt/2ZBezQA
New tweet from FlutterDev:

#FlutterFriday knowledge!

Did you know about the Cookbook section of https://t.co/abjT0blSgS?

It answers questions such as:
🧐How do I work with tabs?
🙃How do I use a custom font?
🤔How do I parse JSON in the background?

Find it here ↓ https://t.co/kRbxD5wfg0— Flutter (@FlutterDev) July 17, 2020

July 17, 2020 at 06:02PM
http://twitter.com/FlutterDev/status/1284156603361447940
New post on /r/flutterdev subreddit:

PR for date field into Flutter repo?
Hi folks,I would appreciate to have your advice about creating a PR for the date field package into the Flutter repository? Do you think enough people use date field/date form field to do so? Or should it stays as it is (a separated package). I ask you that because from my pov date field is quite a common widget! But if I'm the only one to thin that I don't want to create an useless PR...[date_field package](http:// https://pub.dev/packages/date_field)

July 17, 2020 at 06:36PM by gaspard-m
https://ift.tt/3hdg65A
New post on /r/flutterdev subreddit:

React native and Flutter, backend developer prospective
Hi,I’m a backend developer mainly Java and python, and I’d like to become a full stack developer and I’m looking for advicesI built a couple of apps with Flutter, but I was wondering, would you suggest to keep developing in flutter or for someone like me, who wants to be a full stacks is better to learn react native since it’s a lot of js that I could learn anywayThank you so much

July 17, 2020 at 06:21PM by Beppius
https://ift.tt/2WtaXyj
New post on Flutter Dev Google group:

How to test timed operations?
How can I test timed operations? So say I have a scheduler app that would do something on certain days. Is there an easy to do this other than manually setting the date/time?

July 17, 2020 at 06:35PM by Tililweet
https://ift.tt/3fFbuoi
New post on /r/flutterdev subreddit:

automated tests to verify memory usage?
Hi everyone,A client I'm working with wants me to evaluate Flutter for a rebuild of their app that is currently written in Ionic. They specifically want me to evaluate specific scenarios such as taking pictures/choosing from gallery over a period of time to see what memory consumption is like as this is a common task in their app. These evaluations would eventually turn into stress tests that could be part of an integration test suite.I'm curious if anyone has done anything similar with success?Here's what I've tried and the results:I attempted to write an integration test with Flutter but I can't seem to find a way to actually pick an image or take a photo as the native UI is involved. It appears `flutter_driver` doesn't have that capability.Instead of writing an automated test, I manually picked images from the gallery/took photos and then saved them back to the gallery while monitoring memory usage. Memory stayed steady and looked good overall. Unfortunately, this doesn't do me a lot of good as I'd like to be able to run this against other devices in an automated fashion.I wrote a rudimentary test to simulate "image picking" by including some images in the asset bundle and then saving them to the gallery. Unfortunately, it seems like memory usage skyrockets with this method (code here) compared to my real-world, manual test I mentioned in #2.Would love to hear everyone's thoughts and possible approaches to this.Cheers.

July 17, 2020 at 07:02PM by jdixon04
https://ift.tt/2WryWO3
New post on Flutter Dev Google group:

Read code in vscode without any highlights
hello guys, i developing flutter apps in vscode, so when i want to read code then i want to disable vscode intelligence and all extensions temporary for ignoring all errors and warning! please revert me, if you know how to do it, or any another trick to read code without any errors and warning

July 17, 2020 at 07:18PM by Gulam Fahad Ahmed
https://ift.tt/3fFcrgo
New post on Flutter Dev Google group:

Best/easiest Admob implementation
Greetings - I am trying to find the easiest ad server and associated library. Anyone have suggestion you'd like to share? Thanks, Matt -- m.ma...@gmail.com

July 17, 2020 at 08:32PM by Matt Mason
https://ift.tt/3j8Eirv
New post on /r/flutterdev subreddit:

Issue #3 of Flutter Developer Weekly Newsletter is LIVE
Topics covered in issue #3 of the Flutter Developer Weekly newsletter include:pub.dev changesNull safetyUnderstanding UI layout constraintsGuard clausesPerformanceAnd moreCheck it out here: https://newsletter.flutterdeveloperweekly.com/issues/3

July 17, 2020 at 09:42PM by FlutterDevWeekly
https://ift.tt/30kvCWq
New post on Flutter Dev Google group:

Firestore DocumentReference mapping
Hi all, I using firestore with '@flutter' first time. There are 2 collections and I want to use DocumentReference type. Collections does looking as below. I added a DocumentReference type field to Activities collection. this reference do store a user fromuser collection. Can you help me about

July 17, 2020 at 10:30PM by Can Aktepe
https://ift.tt/3fJPGb6
New post on Flutter Dev Google group:

Can anyone explain the code
...(questions[questionIndex]['answers'] as List>) .map((answer) { return Answer(() => answerQuestion(answer['score']), answer['text']); }).toList() Complete code for above screen short is attached in the given file please help me...........

July 17, 2020 at 11:55PM by Akash Lilhare
https://ift.tt/3j8sBRs
New post on /r/flutterdev subreddit:

Get Format of Image (Gif or JPEG)
I have an image file (of type File) and I would like to know what type of file it is: GIF, PNG, JPEG, etc.I've been trying to use the Image library, searching through the docs, but I have had no luck. Am I supposed to just read the extension at the end of the file path and trust that?P.S. My goal is to be able to covert JPEGs to GIFS, but first I want to check if the file is already a GIF.

July 18, 2020 at 12:23AM by NothingLower9444
https://ift.tt/3hbTT7E
New post on /r/flutterdev subreddit:

Search in sqlite using flutter
Developing a small app to query from sqlite database and show the results. Just started flutter development, Any pointers or samples to go forward.

July 18, 2020 at 09:33AM by falconb7
https://ift.tt/3jeQ1ok
New post on Flutter Dev Google group:

Hiring [Remote + Full Time] Flutter Dev
*Apply here -* https://ift.tt/395sjq2 *Senior Frontend Engineer - Mobile and Web* We are hiring frontend engineers to help build beautiful, usable interfaces for businesses building on top of the eSamudaay platform. *About Us*

July 18, 2020 at 09:48AM by Ravinder Mahori
https://ift.tt/2ZDMZlF
New post on /r/flutterdev subreddit:

How to animate a sparkler - Creative progress indicator
https://ift.tt/3jfISnD

July 18, 2020 at 11:22AM by flutterclutter
https://ift.tt/3jhiDgM