New post on /r/flutterdev subreddit:
HOW TO GET INTO REACT-NATIVE?
Hello dear Flutters,I'm currently having to do a take home assignment offered by a recruiter.The position is a Flutter/React-Native position, but I have to do the assignment using react-native.I don't have much knowledge with it but I can learn fast since its similar to Flutter, now I want help regarding what to use:- Should I go with JavaScript or typescript ?- Should I only use hooks or use Redux or Mobx ?any other advices are very welcome !
July 11, 2021 at 07:51PM by AlaaEdAouimeur
https://ift.tt/3wy7LAz
  HOW TO GET INTO REACT-NATIVE?
Hello dear Flutters,I'm currently having to do a take home assignment offered by a recruiter.The position is a Flutter/React-Native position, but I have to do the assignment using react-native.I don't have much knowledge with it but I can learn fast since its similar to Flutter, now I want help regarding what to use:- Should I go with JavaScript or typescript ?- Should I only use hooks or use Redux or Mobx ?any other advices are very welcome !
July 11, 2021 at 07:51PM by AlaaEdAouimeur
https://ift.tt/3wy7LAz
New post on /r/flutterdev subreddit:
Datetime presentation platform differences confusion
I am confused and am seeing an explanation and/or suggestions. I created a simple app. It creates a datetime instance and displays three variants of the instant (default string, toUtc and toIso8601String).Running the app in the browser shows the seconds portion of the time to milliseconds (three decimal places), while when running it in the android emulator it is displayed to microseconds (six decimal places).I wish to have the same values displayed no matter the platform.
July 11, 2021 at 08:54PM by worldwidewilly3
https://ift.tt/3e3dA2s
  
  Datetime presentation platform differences confusion
I am confused and am seeing an explanation and/or suggestions. I created a simple app. It creates a datetime instance and displays three variants of the instant (default string, toUtc and toIso8601String).Running the app in the browser shows the seconds portion of the time to milliseconds (three decimal places), while when running it in the android emulator it is displayed to microseconds (six decimal places).I wish to have the same values displayed no matter the platform.
July 11, 2021 at 08:54PM by worldwidewilly3
https://ift.tt/3e3dA2s
reddit
  
  Datetime presentation platform differences confusion
  I am confused and am seeing an explanation and/or suggestions. I created a simple app. It creates a datetime instance and displays three...
  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.