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

Help with making a layout responsive
I need help in making a layout responsive. Here is what I am trying to achieve:https://imgur.com/a/kQvLCiZI am currently using breakpoints to mark major screen changes and in this case, Layout A and B are within the desktop breakpoint range. The desktop breakpoint begins at 1024.Layout A is the max size of the margins(marked in red) and the blue rectangles need to be when the screen width is 1920 or greater than. Layout B is the minimum size of the margins and the blue boxes need to be when the screen width is 1024.So far I have tried using a combination of flexible and box constraints. The problem is I cannot get the exact measurements of the desired minimum values of Layout B. Either I compromise the size of the blue boxes or the margins.

February 21, 2020 at 12:47AM by FullStackDesign
https://ift.tt/2HJwKtL
New post on /r/flutterdev subreddit:

Looking for a Flutter dev in the Bay Area. (I know you’re out there, I know it!) For a small-ish personal project...
Go easy on me, I’m not a tech head so I wouldn’t know where else to look...I have a prototype but need a dev to build it. Ideally a local so it’d be easier to communicate or get together if need be.

February 21, 2020 at 12:38AM by multigrain-pancakes
https://ift.tt/2ukDdZ2
New post on Flutter Dev Google group:

Android license status unknown !!!!
I have accepted all the licences and suddenly they are 'forgotten'..... Does anyone know how to solve this problem? Where does it come from? What is missing? What is the best way in 2020 to solve this problem? Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel

February 21, 2020 at 02:17AM by Bened
https://ift.tt/2SX0hW0
New post on Flutter Dev Google group:

Route Conditions
I am trying to change route in Button's onPressed function based on status. The problem is that it ignores the if/else statement but runs the last navigator.push. if(status == 1){ Navigator.push( context, MaterialPageRoute( builder: (context) => RegistrationPage()), ); } else

February 21, 2020 at 03:13AM by Kelvin Vegilla
https://ift.tt/37LQfwi
New post on /r/flutterdev subreddit:

Need advice on connection to IP camera
Hello allim a flutter enthusiast and trying to connect my ip camera to my flutter based deviceive looked around but had not found a suitable repo for such a functionconnection is through an wifi -> ip address -> login -> video streams through a widgetdoes anyone have any experience in doing this?thanks

February 21, 2020 at 03:48AM by replicafan1985
https://ift.tt/2PcxTOJ
New post on /r/flutterdev subreddit:

What should I learn after learning Flutter? @maadhav_sharma
It has been almost two years that I am developing apps using flutter. Now as a student what more languages should I learn next. Node JS, Python, etc?

February 21, 2020 at 05:02AM by maadhav2001
https://ift.tt/32b8NF9
New post on Flutter Dev Google group:

Suggestion for new feature
Where can I place suggestion for new flutter feature?

February 21, 2020 at 06:05AM by jet app
https://ift.tt/2HFsWJN
New post on /r/flutterdev subreddit:

Expensive Widgets - Stop rebuilding?
Hey guys,I am having little trouble over that, I have a list of quite expensive widgets to rebuild, with gradient image, etc. and I have like two screen setup which are connected with bottom nav bar, so sliding from one screen to another case.​What is best approach to this kind of issue? When you go to another screen which doesnt change any content of previous one. I do cache image and everything, but when it rebuilds, and items, .. cards .., are rebuilded, there is still visible flash.​Thank you everybody.

February 21, 2020 at 08:31AM by MRideos
https://ift.tt/2ufZjM7
New post on /r/flutterdev subreddit:

Any front end developers here who are now full stack?
Was it difficult to understand and learn backend programming? Im a new developer and im mainly only focusing on frontend and have no clue about backend. Just wanted to know if it is something that can be learned for someone whos more on the design side

February 21, 2020 at 09:52AM by arbazkhan334
https://ift.tt/2SVTFHe
New post on Flutter Dev Google group:

PageView without setting hight
I'm trying to create a PageView inside a ScrollView and Column. How can I do this without wrapping the PageView inside a Container with a static height? I been trying with Flexible and Expaned without success. This code gives following errror: Horizontal viewport was given unbounded height.

February 21, 2020 at 12:26PM by Viktor Morin
https://ift.tt/2SOO1rU
New post on Flutter Dev Google group:

Flutter Webview Plugin not working in IOS
Hi all, When I implemented flutter webview plugin in my project but in xcode it shows the error. Flutter.h not found in webview plugin. Thanks, Balaji K S

February 21, 2020 at 12:59PM by balaji ks
https://ift.tt/3bShNDD
New post on /r/flutterdev subreddit:

App Feedback Thread - February 21, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

February 21, 2020 at 01:08PM by AutoModerator
https://ift.tt/2uUKSxC
New post on /r/flutterdev subreddit:

Widget method naming convention
Hello,I know that in models, the convention is use _underscore in private methods.But, should I use it in Widget commons methods too? Such as _submit() or _validate() or _whatever()​Thanks!

February 21, 2020 at 01:48PM by __yv
https://ift.tt/2wtD8mm
New post on /r/flutterdev subreddit:

Your thoughts on Flutter vs Revery/Reason/Ocaml ?
Let me start by saying that I'm a Flutter fan. ;) You may know me from the Flutter in Practice video tutorials on YouTube.The Flutter framework reminds me of what Borland did in 90s with Turbo Pascal and specifically with Delphi). Moreover, there are a few interesting bits that come from Sun Microsystems and Xerox PARC. In short, a chunk of Computer Science history is baked in into that project and I'm delighted to discover it bit by bit.At the same time there is a lot of going in the space of the cross platform frameworks/solutions. Specifically, there is Reason, a new syntax for OCaml from Facebook. They can also target many platforms with efficient native code using a single codebase. OCaml is not a new language. About 15 years ago, during my CS studies, I was forced to learn it... and I hated it. ;) Then, the language grew on me to a point that I see it now as a potential future.How do you feel about projects such as Reason and especially Revery when compared to Flutter ? It seems Facebook has invested a lot into the OCaml ecosystem. On top of that, React.js/React Native projects have huge momentum right now.

February 21, 2020 at 02:14PM by zaiste
https://ift.tt/2uiLcWx
New post on /r/flutterdev subreddit:

Best learning resource and freelancing
So I just started learning flutter from udemy course made by maximillian shfartzmuller (probably misspelled that), is that course good? Also is anyone here freelancer who works on flutter project? What level of knowledge should I have to start freelancing on upwork or similar sites using flutter?

February 21, 2020 at 04:29PM by itsdjoki
https://ift.tt/39QuAo7
New post on /r/flutterdev subreddit:

Entry level Flutter job hunt strategy
Hello everyone,My background: previously a web frontend dev(html,css, php, js). Looking towards moving to Flutter as a mobile dev. 0 exp in mobile dev, planning to make portfolio of Flutter apps.I've been learning flutter for the past month month and I was wondering if I could get some advice on finding my first job as a Flutter developer. It seems that most job openings require some previous iOS / Android development experience that is done with swift Objective C Java and Kotlin, which I don't have. Right now I'm not sure if I should be learning these other older languages or should I just keep on looking for startups that is starting off with purely Flutter. I also noticed that there's a lot of gigs in Upwork for Flutter and had an idea to just start developing their ideas for free and add it to my portfolio. Do you guys think that is a good idea (aka making my own unpaid internship?) to make myself more marketable as a flutter developer?

February 21, 2020 at 06:37PM by jameslatief
https://ift.tt/2HGrW8v