New post on /r/flutterdev subreddit:
Flutter Workshop / Codealong - Mastering UI Layouts in Flutter (pt.1)
https://youtube.com/watch?v=F6twE4_1W4k&feature=share
July 12, 2021 at 01:41AM by romanjustcodes
https://ift.tt/3yLdd4v
Flutter Workshop / Codealong - Mastering UI Layouts in Flutter (pt.1)
https://youtube.com/watch?v=F6twE4_1W4k&feature=share
July 12, 2021 at 01:41AM by romanjustcodes
https://ift.tt/3yLdd4v
YouTube
Flutter Workshop / Codealong - Mastering UI Layouts in Flutter (pt.1)
In this first part of a 2-part series, I'll be covering two codelabs where we'll start the development of a 3-page simple Flutter app using DartPad (https://dartpad.dev). This workshop was created in collaboration with GDG Fremont, GDG Cloud Fremont and GDG…
New post on /r/flutterdev subreddit:
😍 Flutterbook storyboarding
https://ift.tt/36usjzk
July 12, 2021 at 02:41AM by Moon___
https://ift.tt/3i0WlQE
😍 Flutterbook storyboarding
https://ift.tt/36usjzk
July 12, 2021 at 02:41AM by Moon___
https://ift.tt/3i0WlQE
Dart packages
flutterbook | Flutter Package
A storyboard tool to accelerate the development of Flutter widgets.
New post on /r/flutterdev subreddit:
Apple store UI code in flutter
https://youtu.be/XaAO1cHkm3o
July 12, 2021 at 05:13AM by Anikets08
https://ift.tt/2TSApze
Apple store UI code in flutter
https://youtu.be/XaAO1cHkm3o
July 12, 2021 at 05:13AM by Anikets08
https://ift.tt/2TSApze
YouTube
Apple Store UI | Speed Code | Flutter Part 1
CODE
https://github.com/Anikets08/appleStore-UI-Flutter
Follow me on
Twitter : https://twitter.com/aniketsiingh
Instagram : https://www.instagram.com/aniket.siingh/
Dribbble : https://dribbble.com/aniketUI
GitHub : https://github.com/Anikets08
https://github.com/Anikets08/appleStore-UI-Flutter
Follow me on
Twitter : https://twitter.com/aniketsiingh
Instagram : https://www.instagram.com/aniket.siingh/
Dribbble : https://dribbble.com/aniketUI
GitHub : https://github.com/Anikets08
New post on /r/flutterdev subreddit:
Navigation without Context
Is there any way to navigate without Context in flutter
July 12, 2021 at 05:44AM by Anikets08
https://ift.tt/36JegpT
Navigation without Context
Is there any way to navigate without Context in flutter
July 12, 2021 at 05:44AM by Anikets08
https://ift.tt/36JegpT
reddit
Navigation without Context
Is there any way to navigate without Context in flutter
New post on /r/flutterdev subreddit:
How To Lazy Load Large List From HTTP REST API With Pagination In Flutter - Init Pals
https://ift.tt/3kbI2v8
July 12, 2021 at 08:00AM by initpals
https://ift.tt/3eaga6R
How To Lazy Load Large List From HTTP REST API With Pagination In Flutter - Init Pals
https://ift.tt/3kbI2v8
July 12, 2021 at 08:00AM by initpals
https://ift.tt/3eaga6R
Init Pals
How To Lazy Load Large List From HTTP REST API With Pagination In Flutter - Init Pals
Lazy loading a large list with pagination from a REST API in Flutter is bit tricky because of the way ListView behaves in Flutter. As long as you are clear on how a ListView, it's index and state behaves, then working with ListView in Flutter is a breeze
New post on /r/flutterdev subreddit:
Building Game with Flutter: Let's Code Sell/Buy Button with a Twist!
https://www.youtube.com/watch?v=STO_Ww313_Q
July 12, 2021 at 10:04AM by gladimdim
https://ift.tt/3xCncJf
Building Game with Flutter: Let's Code Sell/Buy Button with a Twist!
https://www.youtube.com/watch?v=STO_Ww313_Q
July 12, 2021 at 10:04AM by gladimdim
https://ift.tt/3xCncJf
YouTube
Building Game with Flutter #6: Let's Code Sell/Buy Button
In this video I will live code the Sell/Buy button with a twist!
The game is not yet released but already has a name: "Loca Deserta: Chumaki". This is a trading game set in XVII century in Ukraine. The game is written in 100% Flutter without additional game…
The game is not yet released but already has a name: "Loca Deserta: Chumaki". This is a trading game set in XVII century in Ukraine. The game is written in 100% Flutter without additional game…
New post on /r/flutterdev subreddit:
Simplify your Flutter code with GetX
https://ift.tt/3e8Jvyv
July 12, 2021 at 09:52AM by Anikets08
https://ift.tt/3km46DF
Simplify your Flutter code with GetX
https://ift.tt/3e8Jvyv
July 12, 2021 at 09:52AM by Anikets08
https://ift.tt/3km46DF
Medium
Simplify your Flutter code with GetX
We all love flutter right ? What makes flutter soo lovable is the structure of the code. The readability of the code is so simple that…
New post on /r/flutterdev subreddit:
GraphQL & Flutter
Hey there. I and a friend of mine wanted to start a new personal project. I am really familiar with backend development and wanted to give a try to GraphQL for this project. I wanted to know if someone has already worked with a GraphQL backend from the Flutter app and how was the experience? Was it worth going on, or should we just stick with the old-fashioned REST and call it a day with it. Was it worth even trying? What packages were the most suitable etc, things like that.Let me know your experience with it. (Of course I'm still going to use REST for the Authentication, but wanted to make the other things only with GQL)Cheers!
July 12, 2021 at 12:00PM by Joellao
https://ift.tt/3AW1fqw
GraphQL & Flutter
Hey there. I and a friend of mine wanted to start a new personal project. I am really familiar with backend development and wanted to give a try to GraphQL for this project. I wanted to know if someone has already worked with a GraphQL backend from the Flutter app and how was the experience? Was it worth going on, or should we just stick with the old-fashioned REST and call it a day with it. Was it worth even trying? What packages were the most suitable etc, things like that.Let me know your experience with it. (Of course I'm still going to use REST for the Authentication, but wanted to make the other things only with GQL)Cheers!
July 12, 2021 at 12:00PM by Joellao
https://ift.tt/3AW1fqw
reddit
GraphQL & Flutter
Hey there. I and a friend of mine wanted to start a new personal project. I am really familiar with backend development and wanted to give a try...
New post on Flutter Dev Google group:
date conversation
convert date dd-mm-yyyy this formart to yyyy-mm-dd give me some code.. i am using intl package, coming from the rest api we need convert and post converted date format
July 12, 2021 at 12:39PM by Jayakrishna Chadalawada
https://ift.tt/3e8D1zO
date conversation
convert date dd-mm-yyyy this formart to yyyy-mm-dd give me some code.. i am using intl package, coming from the rest api we need convert and post converted date format
July 12, 2021 at 12:39PM by Jayakrishna Chadalawada
https://ift.tt/3e8D1zO
New post on /r/flutterdev subreddit:
Flutter E-Bike/Scooter App UI
https://youtu.be/GiF6r_tipx8
July 12, 2021 at 01:09PM by MDKhali
https://ift.tt/2U1bJEz
Flutter E-Bike/Scooter App UI
https://youtu.be/GiF6r_tipx8
July 12, 2021 at 01:09PM by MDKhali
https://ift.tt/2U1bJEz
YouTube
Flutter App UI | E-Bike/Scooter App UI | Splash, Home, Product Details Screens | Speed Code
#TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Wire Organizer + Charging & Stand Station
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━…
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Wire Organizer + Charging & Stand Station
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━…
New post on /r/flutterdev subreddit:
any example repo regarding hydrate bloc with rest API
Guys are anyone use hydrate bloc is there a project to call the data from the rest API please helpI want to use this in my project but I didn't find a proper example anywhere so please help and it's really helpful if u can share repo of the project
July 12, 2021 at 01:00PM by Prashant_4200
https://ift.tt/3keUzy9
any example repo regarding hydrate bloc with rest API
Guys are anyone use hydrate bloc is there a project to call the data from the rest API please helpI want to use this in my project but I didn't find a proper example anywhere so please help and it's really helpful if u can share repo of the project
July 12, 2021 at 01:00PM by Prashant_4200
https://ift.tt/3keUzy9
reddit
any example repo regarding hydrate bloc with rest API
Guys are anyone use hydrate bloc is there a project to call the data from the rest API please help I want to use this in my project but I didn't...
New post on /r/flutterdev subreddit:
Flutter Web: Should I use it? (Part 4- I believe so)
In this final part of the series, this will go through some ideas and suggestions that will work best for those of you working on a Flutter Web project.Read the full article.
July 12, 2021 at 12:39PM by Viruscatman
https://ift.tt/36JMRnL
Flutter Web: Should I use it? (Part 4- I believe so)
In this final part of the series, this will go through some ideas and suggestions that will work best for those of you working on a Flutter Web project.Read the full article.
July 12, 2021 at 12:39PM by Viruscatman
https://ift.tt/36JMRnL
Medium
Flutter Web: Should I use it? (Part 4- I believe so)
This is the final part of the series, if you have not already, here is the previous one for context.
New post on /r/flutterdev subreddit:
Free Flutter Course
Hello,On my YouTube channel, I share my knowledge about Flutter in the form of a mini training. Be careful, it's in French.So I wanted to share all of this with you so that you can enjoy it (hoping that there are people who speak French here 😁)Here are the tutorials: https://www.youtube.com/c/DavidSilveraChannel/playlists?view=50&sort=dd&shelf_id=3
July 12, 2021 at 12:14PM by DavidSilvera
https://ift.tt/2T2EKPG
Free Flutter Course
Hello,On my YouTube channel, I share my knowledge about Flutter in the form of a mini training. Be careful, it's in French.So I wanted to share all of this with you so that you can enjoy it (hoping that there are people who speak French here 😁)Here are the tutorials: https://www.youtube.com/c/DavidSilveraChannel/playlists?view=50&sort=dd&shelf_id=3
July 12, 2021 at 12:14PM by DavidSilvera
https://ift.tt/2T2EKPG
New post on /r/flutterdev subreddit:
How to implement Twitch app backend for storage
Videos are huge how do I go about the video storage for a video sharing app like Twitch with both Live and stored content
July 12, 2021 at 03:02PM by MarslixAsmrApp
https://ift.tt/3i4jYaQ
How to implement Twitch app backend for storage
Videos are huge how do I go about the video storage for a video sharing app like Twitch with both Live and stored content
July 12, 2021 at 03:02PM by MarslixAsmrApp
https://ift.tt/3i4jYaQ
reddit
How to implement Twitch app backend for storage
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Making Video Calls Using Flutter and Vonage Video
Learn to create a Flutter app capable of:Connecting to a Video sessionPublish an audio-video stream to the sessionSubscribe to another client's audio-video streamAll using the Vonage Video SDK. Full article here.
July 12, 2021 at 03:18PM by ruskibenya
https://ift.tt/3hZTveG
Making Video Calls Using Flutter and Vonage Video
Learn to create a Flutter app capable of:Connecting to a Video sessionPublish an audio-video stream to the sessionSubscribe to another client's audio-video streamAll using the Vonage Video SDK. Full article here.
July 12, 2021 at 03:18PM by ruskibenya
https://ift.tt/3hZTveG
Vonage
Making Video Calls Using Vonage Video and Flutter
Let's take a closer look at a Vonage Video Flutter app that allows us to make video calls
New post on /r/flutterdev subreddit:
Flutter Web: Should I use it? (Part 4— I believe so)
https://ift.tt/3xxCVJL
July 12, 2021 at 04:37PM by RemeJuan
https://ift.tt/3e689Qb
Flutter Web: Should I use it? (Part 4— I believe so)
https://ift.tt/3xxCVJL
July 12, 2021 at 04:37PM by RemeJuan
https://ift.tt/3e689Qb
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 93 - Tutorials, videos, packages, and much more!
https://ift.tt/36v45oD
July 12, 2021 at 04:31PM by vensign
https://ift.tt/2UAdOY1
Flutter Tap Weekly Newsletter Week 93 - Tutorials, videos, packages, and much more!
https://ift.tt/36v45oD
July 12, 2021 at 04:31PM by vensign
https://ift.tt/2UAdOY1
Fluttertap
Newsletter Issue 93
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 93
New post on /r/flutterdev subreddit:
A marketplace for Flutter widgets
Hi everybody!I'm trying to figure out if there's a place online where you could buy and sell Flutter widgets. I'm not talking about fully fledged apps, but just single widgets and perhaps components libraries (like Tailwind UI)To be more specific, I'm actually thinking of building such a marketplace and I'd like to collect your feedback on the idea.Would you or your company be interested in purchasing components instead of developing everything in house?And, on the other hand, would you sell your creations online for a profit?Thanks!
July 12, 2021 at 04:29PM by prascuna
https://ift.tt/3e7AVA2
A marketplace for Flutter widgets
Hi everybody!I'm trying to figure out if there's a place online where you could buy and sell Flutter widgets. I'm not talking about fully fledged apps, but just single widgets and perhaps components libraries (like Tailwind UI)To be more specific, I'm actually thinking of building such a marketplace and I'd like to collect your feedback on the idea.Would you or your company be interested in purchasing components instead of developing everything in house?And, on the other hand, would you sell your creations online for a profit?Thanks!
July 12, 2021 at 04:29PM by prascuna
https://ift.tt/3e7AVA2
Tailwindcss
Official Tailwind UI Components & Templates - Tailwind Plus
Beautiful UI components and templates by the creators of Tailwind CSS.
New post on /r/flutterdev subreddit:
5 Reasons Why Flutter Is Better Than React Native
https://ift.tt/3k99LN2
July 12, 2021 at 06:58PM by delvin0
https://ift.tt/3i0wmZA
5 Reasons Why Flutter Is Better Than React Native
https://ift.tt/3k99LN2
July 12, 2021 at 06:58PM by delvin0
https://ift.tt/3i0wmZA
Medium
5 Reasons Why Flutter Is Better Than React Native
Reasons to choose Flutter for your next cross-platform app, with findings from an in-depth study of both frameworks
New post on /r/flutterdev subreddit:
Flutter Neumorphic Design | Neumorphic Buttons UI | 3D Design in Flutter
https://youtube.com/watch?v=gBzlqWzz3Pk&feature=share
July 12, 2021 at 06:52PM by DBestech
https://ift.tt/3wzLemQ
Flutter Neumorphic Design | Neumorphic Buttons UI | 3D Design in Flutter
https://youtube.com/watch?v=gBzlqWzz3Pk&feature=share
July 12, 2021 at 06:52PM by DBestech
https://ift.tt/3wzLemQ
YouTube
Flutter Neumorphic Design | Neumorphic Buttons UI | 3D Design in Flutter
Learn about neumorphic design and coding in flutter. Neumorphic buttons are designed for complex ui and 3D buttons. It's also like a 3D design in flutter
With neumorphism design you can make beautiful app ui.
Download the starter code from the below link…
With neumorphism design you can make beautiful app ui.
Download the starter code from the below link…
New post on /r/flutterdev subreddit:
Seeking experiences from splitting an app into multiple packages
I am building a SaaS with thousands of lines of code, and right now every line of code is seperated into different feature folders in the same repo.Now, I want to decouple shared widgets, theme, utilities, repositories etc from the main repo as its going to be easier to reuse, test and maintain. I especially see the value in this as more developers start working on the project, and null-safety migration will be a lot smoother.Does anybody here have some good/bad experiences when it comes to splitting an app into different packages? Should we go for a monorepo or not?Essentially I want the repo of the app itself to only contain feature folders with the widgets/pages and presentation logic unique to them (we are using bloc). Then the blocs will interact with the backend by using a package «appname_data» or «appname_core». And any calculations etc. that are used multiple times throughout the app which doesn’t use third party services/dependencies and isnt tied to specific features will live in «appname_utils».Btw, should we create a single package called «appname_core» or multiple ones like «appname_ui», «appname_utils», «appname_repositories/data»?
July 12, 2021 at 06:22PM by Corthza
https://ift.tt/3k9IEBn
Seeking experiences from splitting an app into multiple packages
I am building a SaaS with thousands of lines of code, and right now every line of code is seperated into different feature folders in the same repo.Now, I want to decouple shared widgets, theme, utilities, repositories etc from the main repo as its going to be easier to reuse, test and maintain. I especially see the value in this as more developers start working on the project, and null-safety migration will be a lot smoother.Does anybody here have some good/bad experiences when it comes to splitting an app into different packages? Should we go for a monorepo or not?Essentially I want the repo of the app itself to only contain feature folders with the widgets/pages and presentation logic unique to them (we are using bloc). Then the blocs will interact with the backend by using a package «appname_data» or «appname_core». And any calculations etc. that are used multiple times throughout the app which doesn’t use third party services/dependencies and isnt tied to specific features will live in «appname_utils».Btw, should we create a single package called «appname_core» or multiple ones like «appname_ui», «appname_utils», «appname_repositories/data»?
July 12, 2021 at 06:22PM by Corthza
https://ift.tt/3k9IEBn
reddit
Seeking experiences from splitting an app into multiple packages
I am building a SaaS with thousands of lines of code, and right now every line of code is seperated into different feature folders in the same...