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

Do’s and Don’ts of Flutter App Development Before Beginning your project!
https://ift.tt/3hBTiOs

July 04, 2021 at 10:25AM by alexisgilburt
https://ift.tt/2Uob8fQ
New post on /r/flutterdev subreddit:

Introducing POSTWOMAN: simple clone of postman
https://youtu.be/GdOkVPQxHtc

July 04, 2021 at 12:30PM by mayank9999
https://ift.tt/3yjOXGu
New post on /r/flutterdev subreddit:

bloc_rest_api version 0.4.0 is OUT!!!
Happy to announce that version 0.4.0 of bloc_rest_api is out now! :DI aimed to achieve 100% test coverage and I did it; giving more stability to the current and future releases. You can also manage local JSON strings/files in this version alongside the usual POST and GET requests. Also, now you can set timeOut duration for individual requests using the timeOut reference.The next stop is v1.0.0 with null safety (pre-release version of which will be available soon).As always feel free to play around with the package, open issues if you face any, contribute if you feel like it, speak up your mind in the comments below or just give this post an upvote just to boost my spirits. :)PS. for those wondering what is bloc_rest_api. It is an REST API management package build upon flutter_bloc to make integration of REST APIs easy with bloc architecture. It handles the API's state for you reducing the amount of boiler plate needed making it a plug-and-play process when it comes to API integration. Read more on the package's page. Tutorials coming soon!Cheers.

July 04, 2021 at 01:48PM by idreesBughio
https://ift.tt/3ygeFeW
New post on /r/flutterdev subreddit:

FlutterForce — Week 128
https://ift.tt/2SJV7R2

July 04, 2021 at 01:29PM by flutterist
https://ift.tt/3hfFwSL
New post on /r/flutterdev subreddit:

Hooks vs. Stateful, what are your thoughts?
I generally use Stateful widgets to manage the state whenever that is sufficient and I recently joined a team that used flutter_hooks (influenced by React practices). We have to decide if we are keeping hooks for our next big project.As I understand it, hooks allow you to remove the need for for initState, dispose and setState, as everything related to the state is initialized with the magic hook functions in the build method. Drawback is: the build method is heavier and it impacts performance. Hooks are fighting the way Flutter was designed and optimized for. Please correct me if I got it wrong!What are your thoughts on this? Anyone did performance comparisons, or have strong arguments for one solution over the other?

July 04, 2021 at 04:02PM by king-louis-rds
https://ift.tt/3xiWhC3
New post on /r/flutterdev subreddit:

Flutter frontend, Golang backend
How many of you use/write Golang as part of your backend? I've recently started learning it. It's like a jump back 30 years in time, to a simple functional language, but I just started learning it. I'm sure there are many twists and turns.If you are using it, what are you using it for? I am looking into creating my own custom backends.View Poll

July 04, 2021 at 06:52PM by jrheisler
https://ift.tt/3xh46IF
New post on /r/flutterdev subreddit:

flutter is dead
there is zero support. every update the tutorials and codes are completely unusable and thus making it all reset. I am over trying to learn this trash.

July 04, 2021 at 08:08PM by arctorTNT
https://ift.tt/3weWDrZ
New post on Flutter Dev Google group:

mutual compatibility
*Hi everyone* I use flutter_app_lock 1.5.0 when I run( pub get) everything go right, but when I run (pub outdated) i get this: transitive dev_dependencies: async *2.6.1 *2.6.1 *2.6.1 2.7.0 charcode *1.2.0 *1.2.0 *1.2.0 1.3.1 test_api *0.3.0 *0.3.0 *0.3.0 0.4.1 You are already using the

July 04, 2021 at 09:31PM by sami fltr
https://ift.tt/3dJ083I
New post on /r/flutterdev subreddit:

NEW VSCode extension "Blockman" to highlight nested code blocks
Check out my VSCode extension - Blockman, took me 6 months to build. Please help me promote/share/rate if you like it. You can customize block colors, depth, turn on/off focus, curly/square/round brackets, tags, python indentation and more.....https://marketplace.visualstudio.com/items?itemName=leodevbro.blockmanSupports Python, R, Go, Dart, PHP, JavaScript, JSX, TypeScript, TSX, C, C#, C++, Java, HTML, CSS and more...This post in react.js community:https://www.reddit.com/r/reactjs/comments/nwjr0b/idea_highlight_nested_code_blocks_with_boxes/View Poll

July 04, 2021 at 10:02PM by leodevbro
https://ift.tt/3dEyXH1
New post on /r/flutterdev subreddit:

Looking for a senior dev in Hamburg, Germany!
Hey guys, I'm not a recruiter. I just work at a startup and we are in need of someone additional to our amazing team. Please have a look -> https://yamuntu.join.com/jobs/2479164-senior-software-developer-f-m-dPlease share with your community and spread the love.Thanks so much!Jana

July 04, 2021 at 11:01PM by Jana_HH
https://ift.tt/3AsudOJ
New post on Flutter Dev Google group:

Flutter firebase document read data function
Can someone help me create a function in my database file where i can use something like this to display the data to a widget: Text(*database.userData.surname*); heres my database.dart code: *import 'package:cloud_firestore/cloud_firestore.dart';* *final FirebaseFirestore _firestore = FirebaseF

July 05, 2021 at 02:49AM by Reds Vision
https://ift.tt/3dKs86Z