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

Flutter Developer Needed
Hello, I'm looking for a flutter developer with at least a year of experience. I run an education technology start-up and we need a developer position filled ASAP. Please reply if you would be interested.

April 27, 2021 at 06:50PM by SampleConscious7490
https://ift.tt/3sQWMQQ
New post on /r/flutterdev subreddit:

build a custom browser in Flutter - embedding a chromium webview
hiim looking to build a custom browser. Now I'm using a customised webview that I have built using the chromium source code.. but im not able to figure how to embed it in flutter ? Other than the webview, im looking to build everything in Flutter.Somewhat like https://github.com/pichillilorenzo/flutter_inappwebview, except that I want to use my own compiled webview.Android only for now.

April 27, 2021 at 07:47PM by sandys1
https://ift.tt/2R19lfk
New post on /r/flutterdev subreddit:

Verified Publisher : Can we have two different google account with same verified publisher
I have a question which i didn't find in the docs , can we have the same verified publisher for two different google account.​For example :I have two package both are on my different google account, can I publish them with different email account on pub.dev but the same publisher?OR both need to be published via one google account ?

April 27, 2021 at 07:24PM by jarvisatwork
https://ift.tt/3gJb1oA
New post on Flutter Dev Google group:

Problem with UI
Please explain me, how to create a page with multiple elements (from top to bottom) in Flutter. For example, a user's profile page (which contains user info, friendslist, and many other data that are bigger than screen height) I tried to create a ListView whose elements are Image, Text, ListView,

April 27, 2021 at 09:01PM by Steepe Hare
https://ift.tt/32ZObk9
New post on /r/flutterdev subreddit:

Access Native Settings using Flutter
https://ift.tt/3aHyIcM

April 27, 2021 at 08:17PM by Gags_21
https://ift.tt/3nsYUNr
New post on /r/flutterdev subreddit:

How do you remember Widgets ?
I am writing my first app after having done a couple tutorials, but it just seems like there are hundreds of Widgets and I never know which one to use. I got used to the basic ones (Row, Column, Container... etc) but there are some that are perfect in some less common situations.How do you remember the somewhat less common Widgets ?Which specific resources do you use to find that Widget you forgot about, but you know exists ?3.Which specific resources do you use to find out about Widgets you don't know ?Thanks !PS: I have decent programming experience so the problem is not the programming concepts themselves

April 27, 2021 at 10:06PM by joris_limonier
https://ift.tt/2Qt0tPJ
New post on /r/flutterdev subreddit:

Wifi direct in Flutter
Hello,I have been doing some research about adding wifi direct in my app instead of a regular bluetooth connection. Basically, my app (iOS and Android) will have to connect and send data to another Android app (via wifi). I found some things but I was curious to see if someone in this community implemented something of the sort using the Flutter framework. How was it ? Which library ?Thanks

April 27, 2021 at 10:00PM by patate_cool
https://ift.tt/3aJKSC7
New post on /r/flutterdev subreddit:

How to get cookies from HTML response?
Hi, this is marshall, I am sorry I am a newbie of coding, I am making my first application in my life to connect my vanilla forum to an mobile app. I do not need a full function. I just need the user the see the posts and comments, and login and post new discussions or comments. They are not managing their account on the mobile app. I managed to created a php file as an api, I created an admin token and stored in the php file. So the php can talk to the server with vanilla default apiV2.Things started well until I hit the wall of "Auth", I search in multiple forum html files and I managed to send the password and username to the website with the link of default submission. it returned an html. and some cookies.The userid token is emblemed in the html file , call "transient ID", I do not know how to capture this token from an returned html and store it in local store.I do not know how to save all those cookies (I do not know which one, there is like 10 keys) and use it to for another post request.so far I tested with postman, here is what I found:Post request on ../post/discussion work fine and successfully send a disccussion post to my forum with a 200 return, with 2 conditiona json file { "TransientID: "Value of TransientID (I manully copy from the html file and paste on this json)", item1":"item1-value","item2":"item2-value","item3":"item3-value",...}the cookies created after Login require (email & password)Any one can tell me how to capture the above 2 set of data with flutter plugin and code?or if you have any suggestion.. please let me know, I search for flutter project for 2 months... google show almost no useful information for forum, but only chat app. (and mostly firebase... I am using mysql database.)

April 27, 2021 at 09:16PM by Marshallmatta
https://ift.tt/3nrZyL9
New post on /r/flutterdev subreddit:

Flutter Linux Desktop Performance with Wayland and Ubuntu 21.04
I upgraded to Ubuntu 21.04 to use Wayland, hoping to see better performance. I documented my process in this blog post.On my i7-6800K with NVIDIA GTX 950Ti, the desktop performance does not seem as good as Windows desktop. Has anyone had a similar experience? I am running X.org as it seems a bit tricky to run Wayland with the NVIDIA proprietary drivers.The test application I am running is shown in this video (Windows desktop test). I'm dealing with 23MP 360 images of around 8MB in size. Windows scrolling of the 360 image is fantastic. Linux desktop is usable, but not as good. I have a dual-boot system, so the hardware is exactly the same. I have a modest 32GB of RAM, but it appears to be good-enough for the Windows Flutter desktop apps.Also, I can't figure out how to use OBS for screen capturing videos for YouTube with Wayland.BTW, I had a difficult time getting Wayland to work on my system. See the blog post at the top if you're having problems.

April 28, 2021 at 01:32AM by cloudster314
https://ift.tt/3dX9cCH
New post on /r/flutterdev subreddit:

Easiest Steps On How To Save Data To Firebase Without Adding google-services.json File In Your Flutter App
https://ift.tt/2S7SBnf

April 26, 2021 at 10:59AM by wizpna
https://ift.tt/2QsRWfD
New post on /r/flutterdev subreddit:

Skeleton Screen in Flutter
https://ift.tt/3sZ0Kqs

April 26, 2021 at 08:42AM by Gags_21
https://ift.tt/3xuMYj2
New post on Flutter Dev Google group:

RangeError (index): Invalid value: Not in inclusive range 0..2: 3
Hi, Flutter Community i am getting an error while hot reload and i dont know why this error is howing. here is the code: import 'package:flutter/material.dart'; void main() => runApp(Test()); class Test extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp(

April 28, 2021 at 06:52AM by Parveen Raksaniya
https://ift.tt/3vqCKhL
New post on /r/flutterdev subreddit:

Can flutter build higher level of apps (Scan Virus App,Utility Device Health Monitor)?
Can flutter build a higher level of apps (Scan Virus App,Utility Device Health Monitor, IoT App,3D simulator eg. Body,Solar system) ?

April 28, 2021 at 08:11AM by hitoBocchi
https://ift.tt/3xoVqAp