Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Need Immediately .Net developer for my client in Danville, PA.
Hello Associates, Any available local consultants for *.NET Developer* I have an excellent project with my client *Danville, PA.* Please send your resume to *fah...@mirthconsulting.net*
New tweet from FlutterDev:

😎Give your widgets some awesome shades!

ShaderMasks are one of Flutter’s hidden gems. ShaderMasks let you apply a shader to one or more widgets in a tree.

Apply gradients.
Apply images.
And more...

More #WidgetoftheWeek here → https://t.co/rXrZCUNZsl pic.twitter.com/jv5rNZLgxp— Flutter (@FlutterDev) February 28, 2020

February 28, 2020 at 09:04PM
http://twitter.com/FlutterDev/status/1233483140221427712
New post on Flutter Dev Google group:

Flutter IntelliJ Plugin M44 Release
Flutter IntelliJ Plugin M44 Release Dev channel The dev channel was announced in the previous release. Instructions for switching from stable to dev are in the release notes: https://ift.tt/3cjtbsk It is now fully automatic. A new version is

February 28, 2020 at 09:07PM by Steve Messick
https://ift.tt/3ci1KPt
New post on /r/flutterdev subreddit:

Do I need to use Firebase Hosting for my Flutter Web App?
Howdy!I’m targeting all 3 major platforms (Web, iOS and Android), do I need to use Firebase Hosting for the Web version? I would like to have a sub domain be where the app lives, is it possible to have it live there or have Firebase use the sub domain name instead of the regular given name or a real domain name? Thanks!

February 29, 2020 at 05:29AM by NoahFlowa
https://ift.tt/2PyOs7k
New post on /r/flutterdev subreddit:

Flutter with Django REST API
Hello, I use django to produce web applications and create REST APIs. I was planning to integrate my backend with android application. Is it possible to create a backend using Django and then use Flutter for frontend. Also, i am new to android development. Is there any requisite before starting with flutter. Thank you

February 29, 2020 at 09:44AM by Aurphillus
https://ift.tt/2Tob3ER
New post on /r/flutterdev subreddit:

Flutter packages
What simple package would you like to see? That will make your job easier and drastically decrease the time you require to build a UI?

February 29, 2020 at 02:40PM by Grey-Winds
https://ift.tt/3arjTsD
New post on /r/flutterdev subreddit:

Build a Flutter Chat App With The Stream SDK
https://ift.tt/39ac8XL

February 29, 2020 at 01:52PM by Elixane
https://ift.tt/2wPQU2T
New post on /r/flutterdev subreddit:

Does anyone use Dart's extension methods to prevent code from nesting too many levels?
Let's say you make a component. After writing it, you realize that it needs padding and a border radius. Adding both can be done easily, but if your parent widget is not a Container, it will likely require 1 extra level of nesting.Does anyone see their code getting "messier" whenever this happens? Do you have any solutions for it?Another similar problem when working with slivers/custom scroll views is that regular widgets need to be wrapped by a SliverToBoxAdapter.So I thought we could leverage Dart's extension methods like so:
extension E on Widget { Widget sliverToBoxAdapter() { return SliverToBoxAdapter(child: this); } Widget padding(double hor, double ver) { .. } } // works like this: AnyWidget( example: "text", ).sliverToBoxAdapter() 
to shorten the code and reduce nesting slightly. Does anyone else do anything similar?Another example where you need an extra level of nesting is when you want an gesture action (using GestureDetector)

February 29, 2020 at 03:43PM by themindstorm
https://ift.tt/38drx8a
New post on /r/flutterdev subreddit:

Are there any good tutorials on using charts in Flutter?
Every tutorial I've found doesn't do a good job of explaining stuff.

February 29, 2020 at 03:52PM by UnicornsOnLSD
https://ift.tt/2T7HXe1
New post on /r/flutterdev subreddit:

Looking fo feedback on JobsinFlutter.io - A dedicated Flutter job board for you
I hit publish. There we go it launched!I went from buying WebFlow to having a launch ready site in about a week, mostly because I’ve not had much more time to dedicate to the project.For those that don’t know, this site is dedicated to Jobs in Flutter. Finding the best jobs for Google’s latest cross-platform tech. It’s similar to React in many ways which is owned by Facebook.I started this project mostly because we’re using this tech for my main startup, Skipr, as such we needed to find developers and this was difficult to do.So there were a few decent sites, but nothing serious and nothing that good looking. I thought to myself I could do better to be honest.Previously, I had launched Jobs in XR with moderate success in the niche field, so this was a good starting point in terms of experience.Why do Flutter?
Facebook released React nearly 5 years ago now, and it has been widely used across the web. Google has seen this as an opportunity to challenge this with a new front-end tech which would fix a lot of the issues React has.The StackOverflow Survey of 2019, also indicated that React Native is more wanted in comparison to Flutter. This tells us that there are more React Native jobs out there, in comparison to Flutter. Flutter is now in the Top 3 most loved frameworks, which is pretty damn epic!Giving Back
So the opportunity for me was to help foster this new technology, especially as I use it daily, so it only made sense that I can give back to the community. I’m especially keen to look out for contributors and people that can help this community grow.What’s Next?
I’m planning on adding a lot of resources, adding members profiles, salary reviews, and much more.The site is launched now, so let’s see how it goes! Feel free to help share the site and if you know anyone hiring Flutter developers, then send them my way!Looking for ideas of what you'd like to see on the site too.

March 01, 2020 at 12:57AM by tobyallen007
https://ift.tt/386N2rb