New post on /r/flutterdev subreddit:
is flutter good choise for app with social media features
i have this app with social media features like upload images and create posts and profiles and reactions and chat in it but i'm not sure if flutter is good choise beacuse i didn't see any social media app using it yet and adivce ?
January 13, 2022 at 08:36AM by samelden
https://ift.tt/3niVnCE
is flutter good choise for app with social media features
i have this app with social media features like upload images and create posts and profiles and reactions and chat in it but i'm not sure if flutter is good choise beacuse i didn't see any social media app using it yet and adivce ?
January 13, 2022 at 08:36AM by samelden
https://ift.tt/3niVnCE
reddit
is flutter good choise for app with social media features
i have this app with social media features like upload images and create posts and profiles and reactions and chat in it but i'm not sure if...
New post on /r/flutterdev subreddit:
did you know about read().update inside riverpod?
https://www.youtube.com/watch?v=_YmepxERz1g
January 13, 2022 at 11:11AM by aspiiire2
https://ift.tt/3GpliQN
did you know about read().update inside riverpod?
https://www.youtube.com/watch?v=_YmepxERz1g
January 13, 2022 at 11:11AM by aspiiire2
https://ift.tt/3GpliQN
YouTube
Riverpod - read().update method to DRY (Part 12)
This is a hidden feature inside the Riverpod package, it is not fundamental but help to take your code a little bit cleaner and with less repetitions.
💾 Code: https://github.com/aspiiire/riverpod-read-update-part12
🌠 Next Video: https://www.youtube.com…
💾 Code: https://github.com/aspiiire/riverpod-read-update-part12
🌠 Next Video: https://www.youtube.com…
New post on /r/flutterdev subreddit:
Flutter Beginner
Hi, im new to the flutter n now i hv some flutter Front end project for android. hope that i can get beginner guide or tips guys! :)
January 13, 2022 at 12:27PM by Joydepari
https://ift.tt/3Fl3K6R
Flutter Beginner
Hi, im new to the flutter n now i hv some flutter Front end project for android. hope that i can get beginner guide or tips guys! :)
January 13, 2022 at 12:27PM by Joydepari
https://ift.tt/3Fl3K6R
reddit
Flutter Beginner
Hi, im new to the flutter n now i hv some flutter Front end project for android. hope that i can get beginner guide or tips guys! :)
New post on /r/flutterdev subreddit:
Managing TextField's Size in Flutter - FlutterBeads
https://ift.tt/33yWVRO
January 13, 2022 at 02:40PM by pinkeshdarji
https://ift.tt/3HSVe0G
Managing TextField's Size in Flutter - FlutterBeads
https://ift.tt/33yWVRO
January 13, 2022 at 02:40PM by pinkeshdarji
https://ift.tt/3HSVe0G
FlutterBeads
Set Flutter TextField Height and Width: 3 Easy Ways - FlutterBeads
<span class="rt-reading-time" style="display: block;"><span class="rt-label rt-prefix"></span> <span class="rt-time">5</span> <span class="rt-label rt-postfix">min read</span></span> TextField is a widely used widget in Flutter. You may use it to create a…
New post on /r/flutterdev subreddit:
Dribble designs
can I use Dribble designs in my flutter projects for free or is it dribble an open source that I can use their materials in my own projects?
January 13, 2022 at 04:08PM by engkhaledeisa
https://ift.tt/34NVDTT
Dribble designs
can I use Dribble designs in my flutter projects for free or is it dribble an open source that I can use their materials in my own projects?
January 13, 2022 at 04:08PM by engkhaledeisa
https://ift.tt/34NVDTT
reddit
Dribble designs
can I use Dribble designs in my flutter projects for free or is it dribble an open source that I can use their materials in my own projects?
New post on /r/flutterdev subreddit:
Flutter Dashboard, Magnifier & Co. - 52 - PUB.DEV RELEASES
https://youtube.com/watch?v=sdo5GW_PkwM&feature=share
January 13, 2022 at 03:36PM by syntacops
https://ift.tt/33dIGCc
Flutter Dashboard, Magnifier & Co. - 52 - PUB.DEV RELEASES
https://youtube.com/watch?v=sdo5GW_PkwM&feature=share
January 13, 2022 at 03:36PM by syntacops
https://ift.tt/33dIGCc
YouTube
Flutter Dashboard, Magnifier & Co. - 52 - PUB.DEV RELEASES
Week 52 brings a complete list and responsive dashboard solution for Flutter, industry standard lints, a magnifier widget and many more useful packages.
#flutter #dashboard #ui
📺 FULL PLAYLIST: http://releases.syntacops.com
🔙 PREVIOUS EPISODE: https:/…
#flutter #dashboard #ui
📺 FULL PLAYLIST: http://releases.syntacops.com
🔙 PREVIOUS EPISODE: https:/…
New post on /r/flutterdev subreddit:
Has anyone used Typesense with flutter? How is it?
Has anyone used Typesense with flutter/dart? I know Typesense is pretty new so there isnt much on it, but I can't find anything about flutter and typsense other than the firebase extension docs. There's so much on Algolia of course though.
January 13, 2022 at 03:29PM by never_too_much_gme
https://ift.tt/3FtGhAu
Has anyone used Typesense with flutter? How is it?
Has anyone used Typesense with flutter/dart? I know Typesense is pretty new so there isnt much on it, but I can't find anything about flutter and typsense other than the firebase extension docs. There's so much on Algolia of course though.
January 13, 2022 at 03:29PM by never_too_much_gme
https://ift.tt/3FtGhAu
reddit
Has anyone used Typesense with flutter? How is it?
Has anyone used Typesense with flutter/dart? I know Typesense is pretty new so there isnt much on it, but I can't find anything about flutter and...
New post on /r/flutterdev subreddit:
How do you design your bloc?
Reading online I often see that the common way to create a bloc is by using one bloc per page. This is fine for me, I understand the need of one bloc-per-page approach but how do you handle an entity which info must be shared between page?
Let's say I have a book app, with categories, in my home page (and home page bloc) i have the featured books and the available category.If I click on the book and want to show only the info should I create a new Bloc for the detail page with a single object? It seems an useless waste of time.
Or if I click on the category should I have a CategoryDetail Bloc?I'm thinking this to understand if I should design all my bloc considering the "entity" and not the page.How do you deal with this?
January 13, 2022 at 06:07PM by Pelonarax
https://ift.tt/3K8Weja
How do you design your bloc?
Reading online I often see that the common way to create a bloc is by using one bloc per page. This is fine for me, I understand the need of one bloc-per-page approach but how do you handle an entity which info must be shared between page?
Let's say I have a book app, with categories, in my home page (and home page bloc) i have the featured books and the available category.If I click on the book and want to show only the info should I create a new Bloc for the detail page with a single object? It seems an useless waste of time.
Or if I click on the category should I have a CategoryDetail Bloc?I'm thinking this to understand if I should design all my bloc considering the "entity" and not the page.How do you deal with this?
January 13, 2022 at 06:07PM by Pelonarax
https://ift.tt/3K8Weja
reddit
How do you design your bloc?
Reading online I often see that the common way to create a bloc is by using one bloc per page. This is fine for me, I understand the need of one...
New post on /r/flutterdev subreddit:
Mobile Developers Cafe - Weekly Issue is out now with loads of Mobile developer content.
https://ift.tt/3rdm1xT
January 13, 2022 at 06:48PM by iranjith4
https://ift.tt/33eqt7H
Mobile Developers Cafe - Weekly Issue is out now with loads of Mobile developer content.
https://ift.tt/3rdm1xT
January 13, 2022 at 06:48PM by iranjith4
https://ift.tt/33eqt7H
New post on /r/flutterdev subreddit:
The ultimate guide to the GetX state management in Flutter
https://ift.tt/3qofNfu
January 13, 2022 at 06:35PM by sulli110
https://ift.tt/3GCWxjS
The ultimate guide to the GetX state management in Flutter
https://ift.tt/3qofNfu
January 13, 2022 at 06:35PM by sulli110
https://ift.tt/3GCWxjS
LogRocket Blog
The ultimate guide to GetX state management in Flutter - LogRocket Blog
GetX is a state management library with route management and dependency injection that offers a powerful solution for Flutter.
New tweet from FlutterDev:
🤩📲 Let's get it! Catch this #PackageoftheWeek and learn how to easily organize non-widget resources like data repositories or network connections using the get_it package. Start learning 👉 https://t.co/DeAW80kKFF https://t.co/34dpG0TNSS— Flutter (@FlutterDev) Jan 13, 2022
January 13, 2022 at 07:32PM
https://twitter.com/FlutterDev/status/1481695629772353538
🤩📲 Let's get it! Catch this #PackageoftheWeek and learn how to easily organize non-widget resources like data repositories or network connections using the get_it package. Start learning 👉 https://t.co/DeAW80kKFF https://t.co/34dpG0TNSS— Flutter (@FlutterDev) Jan 13, 2022
January 13, 2022 at 07:32PM
https://twitter.com/FlutterDev/status/1481695629772353538
YouTube
get_it (Package of the Week)
Learn more about get_it → https://goo.gle/3HZugEA
If you've ever had to organize non-widget resources like data repositories or network connections, you know how much of a challenge it can be. Have no fear – `get_it` is here!
This video is also subtitled…
If you've ever had to organize non-widget resources like data repositories or network connections, you know how much of a challenge it can be. Have no fear – `get_it` is here!
This video is also subtitled…
New post on /r/flutterdev subreddit:
very_good_workflows: reusable GitHub Workflows used at Very Good Ventures 🦄
https://ift.tt/3Kbn1eM
January 13, 2022 at 08:35PM by felangel1
https://ift.tt/3txS8Lo
very_good_workflows: reusable GitHub Workflows used at Very Good Ventures 🦄
https://ift.tt/3Kbn1eM
January 13, 2022 at 08:35PM by felangel1
https://ift.tt/3txS8Lo
GitHub
GitHub - VeryGoodOpenSource/very_good_workflows: Reusable GitHub Workflows used at Very Good Ventures 🦄
Reusable GitHub Workflows used at Very Good Ventures 🦄 - GitHub - VeryGoodOpenSource/very_good_workflows: Reusable GitHub Workflows used at Very Good Ventures 🦄
New tweet from FlutterDev:
RT @googledevs: 🌎 Solve for the @UN’s Sustainable Development Goals using @Google technology in this year’s Solution Challenge → https://t.co/9GNSJa8d1v The top three winning teams will receive swag, mentorship from Googlers and #GDEs, and a cash prize! 🤑 #DeveloperStudentClubs https://t.co/lX1Bs6SBgH— Flutter (@FlutterDev) Jan 13, 2022
January 13, 2022 at 09:00PM
https://twitter.com/FlutterDev/status/1481717690926522373
RT @googledevs: 🌎 Solve for the @UN’s Sustainable Development Goals using @Google technology in this year’s Solution Challenge → https://t.co/9GNSJa8d1v The top three winning teams will receive swag, mentorship from Googlers and #GDEs, and a cash prize! 🤑 #DeveloperStudentClubs https://t.co/lX1Bs6SBgH— Flutter (@FlutterDev) Jan 13, 2022
January 13, 2022 at 09:00PM
https://twitter.com/FlutterDev/status/1481717690926522373
Googleblog
Let’s Build Solutions! Solution Challenge 2022: Solve for the United Nations’ Sustainable Development Goals Using Google Technologies
The Solution Challenge is an annual competition that invites university students to develop solutions for real world problems using one or more Google
New post on /r/flutterdev subreddit:
Announcing Monarch 1.7: the developer experience keeps getting better
https://ift.tt/3KakKAn
January 13, 2022 at 10:09PM by monarch_app
https://ift.tt/3reYJaY
Announcing Monarch 1.7: the developer experience keeps getting better
https://ift.tt/3KakKAn
January 13, 2022 at 10:09PM by monarch_app
https://ift.tt/3reYJaY
monarchapp.io
Monarch Minutes Newsletter 2 | Monarch
We continue to improve the Monarch developer experience. We also improved the docs, samples and website.
New post on /r/flutterdev subreddit:
New to Flutter
Hi, I am new to coding. I just liked to know which one is the best to use for flutter, Android Studio or Visual Studio? VS runs much faster than the Android Studio on my laptop.
January 13, 2022 at 10:19PM by abirhasnat95
https://ift.tt/3tpOKCh
New to Flutter
Hi, I am new to coding. I just liked to know which one is the best to use for flutter, Android Studio or Visual Studio? VS runs much faster than the Android Studio on my laptop.
January 13, 2022 at 10:19PM by abirhasnat95
https://ift.tt/3tpOKCh
reddit
New to Flutter
Hi, I am new to coding. I just liked to know which one is the best to use for flutter, Android Studio or Visual Studio? VS runs much faster than...
New tweet from FlutterDev:
RT @googledevs: ✨ Transitions can be difficult but @divyanshub024 makes it easy to do in #Flutter! Here's an easy to follow, step by step tutorial you can use to create dynamic page transitions in your next app. 📚 Available now in Google Dev Library → https://t.co/ZdlD4mQzdZ https://t.co/GGSH4wPIFD— Flutter (@FlutterDev) Jan 13, 2022
January 14, 2022 at 12:00AM
https://twitter.com/FlutterDev/status/1481763129042165767
RT @googledevs: ✨ Transitions can be difficult but @divyanshub024 makes it easy to do in #Flutter! Here's an easy to follow, step by step tutorial you can use to create dynamic page transitions in your next app. 📚 Available now in Google Dev Library → https://t.co/ZdlD4mQzdZ https://t.co/GGSH4wPIFD— Flutter (@FlutterDev) Jan 13, 2022
January 14, 2022 at 12:00AM
https://twitter.com/FlutterDev/status/1481763129042165767
Withgoogle
Google Dev Library | What will you build?
New post on /r/flutterdev subreddit:
2d multi player game in flutter?
Is it possible or a good idea to implement the following using flutter?We want a 2d world where multiple online players are hanging out with their avatar. They can just be steering their avatars across this world. Let's say, nothing but walking around a world.Is it possible to use flutter for such a heavily graphical app? I know flutter is especially great for e.g. material design style well organized app.I know there is CustomPainter available for flutter, so I think what I am is possible. But does it work well enough with flutter? Or is it better to use a framework geared towards 2d games?thx
January 14, 2022 at 01:57AM by 2i2i_app
https://ift.tt/33l28gp
2d multi player game in flutter?
Is it possible or a good idea to implement the following using flutter?We want a 2d world where multiple online players are hanging out with their avatar. They can just be steering their avatars across this world. Let's say, nothing but walking around a world.Is it possible to use flutter for such a heavily graphical app? I know flutter is especially great for e.g. material design style well organized app.I know there is CustomPainter available for flutter, so I think what I am is possible. But does it work well enough with flutter? Or is it better to use a framework geared towards 2d games?thx
January 14, 2022 at 01:57AM by 2i2i_app
https://ift.tt/33l28gp
reddit
2d multi player game in flutter?
Is it possible or a good idea to implement the following using flutter? We want a 2d world where multiple online players are hanging out as their...
New post on /r/flutterdev subreddit:
[Proposal] Add a community section to pub.dev for UI packages
There are hundreds of packages being added every day to pub.devWhen we are browsing through packages which might be useful for our requirements, we are limited to only the png or gifs the author supplied in the readme. And usually these are just the screenshots of the default configurations of the package without much customization.Without importing and trying out the code, there is no way to imagine what the capabilities of the specific package is.If there was a community submission section in Pub.dev, then the developers who used this package could upload screen shots of the UI's they constructed. This would make choosing packages so much more easier.Would you want as a Flutter developer a feature like this?View Poll
January 14, 2022 at 01:40AM by aytunch
https://ift.tt/33c1yll
[Proposal] Add a community section to pub.dev for UI packages
There are hundreds of packages being added every day to pub.devWhen we are browsing through packages which might be useful for our requirements, we are limited to only the png or gifs the author supplied in the readme. And usually these are just the screenshots of the default configurations of the package without much customization.Without importing and trying out the code, there is no way to imagine what the capabilities of the specific package is.If there was a community submission section in Pub.dev, then the developers who used this package could upload screen shots of the UI's they constructed. This would make choosing packages so much more easier.Would you want as a Flutter developer a feature like this?View Poll
January 14, 2022 at 01:40AM by aytunch
https://ift.tt/33c1yll
New post on /r/flutterdev subreddit:
Container Vs Center Widget
I'm confused of using Container and Center widget in Flutter.Container has Alignment property to align its child center, left, top...Can anyone tell me, why we need Center widget and what makes Center widget different from Container Widget?
January 14, 2022 at 04:57AM by madhanAD
https://ift.tt/3zX3Twc
Container Vs Center Widget
I'm confused of using Container and Center widget in Flutter.Container has Alignment property to align its child center, left, top...Can anyone tell me, why we need Center widget and what makes Center widget different from Container Widget?
January 14, 2022 at 04:57AM by madhanAD
https://ift.tt/3zX3Twc
reddit
Container Vs Center Widget
I'm confused of using Container and Center widget in Flutter. Container has Alignment property to align its child center, left, top... Can...
New post on /r/flutterdev subreddit:
How to calculate pixel ratio according to screen size android ?
I want to save the image as 4000x4000 pixel. giving it a 10 pixel ratio saves it as 3928x3921 - 15.4 MP in 1080 x 2220 device screen.How can i save image as 4000x4000 pixel in all screen sizes ?
January 14, 2022 at 05:18AM by Amanullahaf
https://ift.tt/3flZPMq
How to calculate pixel ratio according to screen size android ?
I want to save the image as 4000x4000 pixel. giving it a 10 pixel ratio saves it as 3928x3921 - 15.4 MP in 1080 x 2220 device screen.How can i save image as 4000x4000 pixel in all screen sizes ?
January 14, 2022 at 05:18AM by Amanullahaf
https://ift.tt/3flZPMq
reddit
How to calculate pixel ratio according to screen size android ?
I want to save the image as 4000x4000 pixel. giving it a 10 pixel ratio saves it as 3928x3921 - 15.4 MP in 1080 x 2220 device...
New post on /r/flutterdev subreddit:
Grocery App - Flutter & NodeJS E-Commerce Series
https://youtu.be/MM6bD19W73g
January 14, 2022 at 07:03AM by Aromatic-End-3667
https://ift.tt/3fu95OB
Grocery App - Flutter & NodeJS E-Commerce Series
https://youtu.be/MM6bD19W73g
January 14, 2022 at 07:03AM by Aromatic-End-3667
https://ift.tt/3fu95OB
YouTube
Grocery App - Flutter & NodeJS E-Commerce Series
In this video we will learn about our upcoming Flutter and NodeJS Grocery App E-Commerce Series.
📄Source Code
Follow us to get Source @ Twitter | Facebook | Instagram | Telegram
🤝Stay Connected with me !
✔ Instagram : https://www.instagram.com/SnippetCoder…
📄Source Code
Follow us to get Source @ Twitter | Facebook | Instagram | Telegram
🤝Stay Connected with me !
✔ Instagram : https://www.instagram.com/SnippetCoder…