New post on /r/flutterdev subreddit:
First package on pub, let's you find host and open ports on a network.
https://ift.tt/2TCoGEu
July 04, 2021 at 07:13AM by paraskhandelwal
https://ift.tt/2SMQANV
First package on pub, let's you find host and open ports on a network.
https://ift.tt/2TCoGEu
July 04, 2021 at 07:13AM by paraskhandelwal
https://ift.tt/2SMQANV
GitHub
GitHub - git-elliot/network_tools: Networking Tools library which can help you discover open ports, devices on subnet and many…
Networking Tools library which can help you discover open ports, devices on subnet and many other things. - GitHub - git-elliot/network_tools: Networking Tools library which can help you discover o...
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
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
Medium
Do’s and Don’ts of Flutter App Development Before Beginning your project!
Make sure to read this blog before commencing your Flutter App Development.
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
Introducing POSTWOMAN: simple clone of postman
https://youtu.be/GdOkVPQxHtc
July 04, 2021 at 12:30PM by mayank9999
https://ift.tt/3yjOXGu
YouTube
Dune: clone of postman, built with flutter
https://github.com/mayankkushal/dune
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
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
Dart packages
bloc_rest_api | Flutter Package
A generic bloc package to implement REST APIs easily in flutter.
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
FlutterForce — Week 128
https://ift.tt/2SJV7R2
July 04, 2021 at 01:29PM by flutterist
https://ift.tt/3hfFwSL
Medium
FlutterForce — #Week 128
Weekly Flutter Resources
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
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
reddit
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...
New post on /r/flutterdev subreddit:
implementation of Content sharing in Flutter apps
https://ift.tt/3xch22l
July 04, 2021 at 03:26PM by satyam_parasa
https://ift.tt/3wgy8ea
implementation of Content sharing in Flutter apps
https://ift.tt/3xch22l
July 04, 2021 at 03:26PM by satyam_parasa
https://ift.tt/3wgy8ea
FlutterAnt
Content sharing in Flutter apps - FlutterAnt
In this article, we are going to learn about Content sharing in flutter apps, we can find the awesome package called share_plus in pud.dev to achieving this.
New post on /r/flutterdev subreddit:
Drawing 3D Objects in Flutter | 3D in Flutter | Flutter 3D Animation
https://youtube.com/watch?v=WxGkxELTK2A&feature=share
July 04, 2021 at 06:56PM by DBestech
https://ift.tt/3Aqo1H1
Drawing 3D Objects in Flutter | 3D in Flutter | Flutter 3D Animation
https://youtube.com/watch?v=WxGkxELTK2A&feature=share
July 04, 2021 at 06:56PM by DBestech
https://ift.tt/3Aqo1H1
YouTube
Drawing 3D Objects in Flutter | Flutter Custom Painter | Complex Animation UI Tutorial | Shader Mask
In this tutorial you will learn how to create a 3D object in flutter or a 3D ball or animation in flutter using radial gradient, linear gradient, boxdecoration, custom paint, custom painter, flutter path, custom shader, createShader, and bezier curve. This…
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
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
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
reddit
flutter is dead
A subreddit for Google's portable UI framework.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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 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
Visualstudio
Blockman - Highlight Nested Code Blocks - Visual Studio Marketplace
Extension for Visual Studio Code - Mark/Highlight code blocks
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
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
Join
Job @ yamuntu (Hamburg): Senior Software Developer... | JOIN
yamuntu GmbH has a job opening for Senior Software Developer (F/M/D) in Hamburg (published: 14.06.2021). Apply now or check the other available jobs.
New post on /r/flutterdev subreddit:
TDD in Flutter Part 1: Introduction to Test Driven Development
https://ift.tt/2V8td27
July 04, 2021 at 11:19PM by TesteurManiak
https://ift.tt/3hDc9Zo
TDD in Flutter Part 1: Introduction to Test Driven Development
https://ift.tt/2V8td27
July 04, 2021 at 11:19PM by TesteurManiak
https://ift.tt/3hDc9Zo
Medium
TDD in Flutter Part 1: Introduction to Test Driven Development
In this series I am going to explain how you can apply principles of the Test Driven Development (TDD for short) to a Flutter (or Dart)…
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Top 10 Flutter Widgets For Your Project In 2021
https://ift.tt/3yhXh9E
July 05, 2021 at 07:26AM by RachaelGrey28
https://ift.tt/3Avh87a
Top 10 Flutter Widgets For Your Project In 2021
https://ift.tt/3yhXh9E
July 05, 2021 at 07:26AM by RachaelGrey28
https://ift.tt/3Avh87a
Medium
Top 10 Flutter Widgets For Your Project In 2021
Read this article and know the top 10 flutter widgets that you should use in your project
New post on /r/flutterdev subreddit:
Flutter WooCommerce Admin App - EP 09 - Variable Product Listing
https://youtu.be/2wVNWr8Mcpc
July 05, 2021 at 07:17AM by K_SNIPPET
https://ift.tt/3jIbF73
Flutter WooCommerce Admin App - EP 09 - Variable Product Listing
https://youtu.be/2wVNWr8Mcpc
July 05, 2021 at 07:17AM by K_SNIPPET
https://ift.tt/3jIbF73
YouTube
Flutter WooCommerce Admin App - EP 09 - Variable Product Listing🔥🔥
This is the 9th Video of Flutter WooCommerce Admin App Series, In this Video we will learn how to view Variation Products List with WooCommerce Rest API and Flutter Application.
📎Flutter Packages
https://pub.dev/packages/snippet_coder_utils
https://pub.…
📎Flutter Packages
https://pub.dev/packages/snippet_coder_utils
https://pub.…
New post on /r/flutterdev subreddit:
Flutter Web: Should I use it? (Part 3— Other considerations)
https://ift.tt/3hgYA31
July 05, 2021 at 09:15AM by RemeJuan
https://ift.tt/3ykC13d
Flutter Web: Should I use it? (Part 3— Other considerations)
https://ift.tt/3hgYA31
July 05, 2021 at 09:15AM by RemeJuan
https://ift.tt/3ykC13d
remelehane.dev
Flutter Web: Should I use it? (Part 3 — Other considerations)
Many times online the question has been asked “Is flutter good for web”, and what many developers fail to truly understand is that is a very broad and open question and there are many factors that go into saying yes, no or maybe.
New post on /r/flutterdev subreddit:
Principles Of 3D Design For Flutter
https://ift.tt/3AtHUNu
July 05, 2021 at 10:46AM by iamshadmirza
https://ift.tt/36cPFJx
Principles Of 3D Design For Flutter
https://ift.tt/3AtHUNu
July 05, 2021 at 10:46AM by iamshadmirza
https://ift.tt/36cPFJx
GeekyAnts Tech Blog
Principles Of 3D Design For Flutter
A guide on how to implement 3D designs and animations on your Flutter application using basic widgets
New post on /r/flutterdev subreddit:
Building Game with Flutter #4: Animate Leader Level Up
https://youtu.be/1YhiZmDXcuQ
July 05, 2021 at 11:21AM by gladimdim
https://ift.tt/3ytXeI9
Building Game with Flutter #4: Animate Leader Level Up
https://youtu.be/1YhiZmDXcuQ
July 05, 2021 at 11:21AM by gladimdim
https://ift.tt/3ytXeI9
YouTube
Building Game with Flutter #4: Animate Leader Level Up
In this video I will add an animation played when the Leader levels ups.
We start with simple Stack, then add StreamBuilder, AnimationBuilder. Then we try to distinguish leader.level changes via the (wrong!) didUpdate method in order to reset animation…
We start with simple Stack, then add StreamBuilder, AnimationBuilder. Then we try to distinguish leader.level changes via the (wrong!) didUpdate method in order to reset animation…
New post on /r/flutterdev subreddit:
Flutter_Shortcuts | Flutter Package
https://ift.tt/3uc7nGH
July 05, 2021 at 02:01PM by Arpit_Sahu_
https://ift.tt/3hzIn80
Flutter_Shortcuts | Flutter Package
https://ift.tt/3uc7nGH
July 05, 2021 at 02:01PM by Arpit_Sahu_
https://ift.tt/3hzIn80
Dart packages
flutter_shortcuts | Flutter Package
Flutter plugin for creating static & dynamic app shortcuts on home screen.