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

Mixing visual and traditional coding is 🔥 as hell
https://twitter.com/tetabuilder/status/1478746110797692928?s=21

January 05, 2022 at 04:32PM by OndaTeta
https://ift.tt/334irO8
New post on /r/flutterdev subreddit:

5 Things John Learned Fighting Hackers of His App — A must-read for PM’s and CISO’s
/r/ciso/comments/rcdz68/5_things_john_learned_fighting_hackers_of_his_app/

January 05, 2022 at 04:23PM by sergeychuk
https://ift.tt/3qJVdVG
New post on /r/flutterdev subreddit:

Thinking of making a build service to generate mobile apps - any interest?
I'm thinking of making a build service which would make Android and iOS native apps from Flutter projects.Sure, you can do this yourself if you have Android Studio, as well as a Mac with Xcode. But not everyone does, and it can be a pain installing the build stack and keeping it up to date.Is there any interest in a service which would let you upload your project, then download mobile executables? What would make it more interesting?

January 05, 2022 at 07:21PM by ghenne
https://ift.tt/34ezFce
New post on /r/flutterdev subreddit:

Check out my Flutter alternative navigator package! See `pub.dev` page for details. Feedback (positive or otherwise) welcome.
https://ift.tt/3DY2Duk

January 05, 2022 at 10:18PM by caseycrogers
https://ift.tt/3t1mHsX
New post on /r/flutterdev subreddit:

Flutter: types of widgets
https://ift.tt/34ffoTU

January 05, 2022 at 11:24PM by Happycodeine
https://ift.tt/3pWuk1C
New post on /r/flutterdev subreddit:

Relative vs package imports in Flutter and Dart
https://ift.tt/335MjKj

January 06, 2022 at 06:41AM by Suragch
https://ift.tt/3HD4ZzV
New post on /r/flutterdev subreddit:

Anybody using Apple M1 chip?
My company bought me a New M1 MAX MBP. This is super cooooool.One annoying thing is that when i run a flutter app in simulator.Everything is running in native. EXCEPT dart process :(Any good news to change this to apple native?​https://i.imgur.com/burFmpJ.png

January 06, 2022 at 11:44AM by gigas02
https://ift.tt/3EUvI9v
New post on /r/flutterdev subreddit:

First app built with flutter
https://ift.tt/3G0HLn2

January 06, 2022 at 04:58PM by DesignerWonder
https://ift.tt/337kXn5
New post on /r/flutterdev subreddit:

Thought About flutterfire_ui package.
Guys recently find out about this flutterfire_ui package which was officially built by the firebase team which looks quite amazing. where you can perform the whole sign-in process in a single line of code.GoogleSignInButton(clientId: Config.clientID)So what does your thought about that just want to know since currently, I was working on my new flutter project where I strictly tried to use clean architecture and bloc pattern so now I am just confused should I use this its make developments so much easy or use the normal method?What you do.

January 06, 2022 at 07:58PM by Prashant_4200
https://ift.tt/3qNEbGc
New tweet from FlutterDev:

😍 The next Flutter challenge is HERE 💙 Test your Flutter skills, creativity, and get involved with the community in the #FlutterPuzzleHack! Submit your masterpiece for a chance to win BIG. 🕹👀 Learn more 👉 https://t.co/fH3oUUOyw4 https://t.co/3mkK0Ue2iF— Flutter (@FlutterDev) Jan 6, 2022

January 06, 2022 at 09:15PM
https://twitter.com/FlutterDev/status/1479184966927872000
New post on /r/flutterdev subreddit:

Looking for a feature from Google weather app.
Since you can't post images here, if anyone has a the Google app, the weather on there, if you scroll all the way to the bottom, it shows a chart showing sunrise and sunset times. I know there is a package to get the times, but I'm looking for a package that has a chart like this.

January 06, 2022 at 10:08PM by abruzzo88
https://ift.tt/3GiBvHv
New post on /r/flutterdev subreddit:

puby | Run pub commands for all sub projects in the current directory recursively
https://ift.tt/3JMldbO

January 06, 2022 at 09:49PM by Rexios80
https://ift.tt/3q1voBn
New post on /r/flutterdev subreddit:

Scope package providing Dependency inject released
Despite the version no. this is the first release of the Scope package.https://pub.dev/packages/scopeScope provides dependency injection (DI) for Dart applications allowing you to inject values into a scope and then 'use' those dependencies from any method (or constructor) called within that scope.Scope is not a replacement for the likes of Provider. Provider does DI for your BuildContext whilst Scope provides DI for your call stack.For Java developers Scope provides similar functionality to a thread local variablesAuthors: Philipp Schiffmann [philippschiffmann93@gmail.com](mailto:philippschiffmann93@gmail.com) S. Brett SuttonScope is a reimagining of Philipp's zone_id package. All credit goes to Phillipp's original implementation without which Scope wouldn't exist.Full doco at: https://scope.noojee.dev/The best way to understand Scope is with an example:
 void main() { /// create a Scope Scope() /// inject a value ..value<int>(ageKey, 18) /// run some code within the Scope ..run(() => a(); } void a() => b(); /// `use` the injected value void b() => print('You are ${use(ageKey)} years old'); 


January 06, 2022 at 09:25PM by bsutto
https://ift.tt/3G1I8xu
New tweet from FlutterDev:

RT @AndroidDev: 📢 Opportunity for women developers! #WomenDeveloperAcademy in Europe is looking for new participants. The program offers the opportunity to gain new skills and network with other women developers. Apply 👉 https://t.co/v6NEikVant https://t.co/Rt0tU1Zkbt— Flutter (@FlutterDev) Jan 6, 2022

January 07, 2022
https://twitter.com/FlutterDev/status/1479226273159426049