New post on /r/flutterdev subreddit:
Flutter: BLoC and Navigation Contexts
Today I gonna show you how we can pass BLoC to the next screen through navigator if we do not provide the MultiBlocProvider as a global provider of all BLoC.https://medium.com/litslink-mobile-development/flutter-bloc-and-navigation-contexts-20e3e9c6b32
April 22, 2021 at 11:58PM by alex_melnyk
https://ift.tt/2Pf7va7
Flutter: BLoC and Navigation Contexts
Today I gonna show you how we can pass BLoC to the next screen through navigator if we do not provide the MultiBlocProvider as a global provider of all BLoC.https://medium.com/litslink-mobile-development/flutter-bloc-and-navigation-contexts-20e3e9c6b32
April 22, 2021 at 11:58PM by alex_melnyk
https://ift.tt/2Pf7va7
Medium
Flutter: BLoC and Navigation Contexts
Today I gonna show you how we can pass BLoC to the navigated screen if we do not provide the MultiBlocProvider as a global provider of all…
New post on /r/flutterdev subreddit:
Flutter: Glass Modal Bottom Sheet
Sometimes I am looking for interesting design solutions on different internet resources to practice them on my current tech stack.I’ve noticed that designers make more and more designs with elements that look like frosted glass. It is a trend in the design called “Glassmorphism.”I hope glassmorphism becomes the standard coz nowadays, devices are powerful and can easily render such effects.https://medium.com/litslink-mobile-development/flutter-glass-modal-bottom-sheet-3745f5e01c48
April 22, 2021 at 11:56PM by alex_melnyk
https://ift.tt/3axXJXS
Flutter: Glass Modal Bottom Sheet
Sometimes I am looking for interesting design solutions on different internet resources to practice them on my current tech stack.I’ve noticed that designers make more and more designs with elements that look like frosted glass. It is a trend in the design called “Glassmorphism.”I hope glassmorphism becomes the standard coz nowadays, devices are powerful and can easily render such effects.https://medium.com/litslink-mobile-development/flutter-glass-modal-bottom-sheet-3745f5e01c48
April 22, 2021 at 11:56PM by alex_melnyk
https://ift.tt/3axXJXS
Medium
Flutter: Glass Modal Bottom Sheet
Sometimes I am looking for interesting design solutions on different internet resources to practice them on my current tech stack.
New post on /r/flutterdev subreddit:
Flutter: Custom Drawer Navigation Tutorial
Hi folks! My project required a drawer with a custom animation. I’ve decided to develop my own solution to do this task. In this shorticle, I’ll show you how to do that quickly.Also, I've made a plugin that you can use freely.How To: https://medium.com/litslink-mobile-development/flutter-custom-drawer-navigation-271617e80584Flutter Plugin: https://pub.dev/packages/flutter_advanced_drawer
April 22, 2021 at 11:53PM by alex_melnyk
https://ift.tt/3tVVPIx
Flutter: Custom Drawer Navigation Tutorial
Hi folks! My project required a drawer with a custom animation. I’ve decided to develop my own solution to do this task. In this shorticle, I’ll show you how to do that quickly.Also, I've made a plugin that you can use freely.How To: https://medium.com/litslink-mobile-development/flutter-custom-drawer-navigation-271617e80584Flutter Plugin: https://pub.dev/packages/flutter_advanced_drawer
April 22, 2021 at 11:53PM by alex_melnyk
https://ift.tt/3tVVPIx
Medium
Flutter: Custom Drawer Navigation Tutorial
Shorticle
New post on Flutter Dev Google group:
How to update Flutter Web URL without updating state / reloading page
Hi, I am building an application where I pass two URL parameters to a viewer widget. I would like to be able to update the PageNo=1 parameter in the URL of the browser when the user moves the scrollbar. Can anyone help point me in the right direction? The closest I have gotten is import
April 23, 2021 at 12:51AM by Dev Account
https://ift.tt/3sJSsTi
How to update Flutter Web URL without updating state / reloading page
Hi, I am building an application where I pass two URL parameters to a viewer widget. I would like to be able to update the PageNo=1 parameter in the URL of the browser when the user moves the scrollbar. Can anyone help point me in the right direction? The closest I have gotten is import
April 23, 2021 at 12:51AM by Dev Account
https://ift.tt/3sJSsTi
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:
Nested Navigation in Flutter - Roman Just Codes (S1E12)
https://www.youtube.com/watch?v=nyIQT7Zo8TU
April 23, 2021 at 03:42AM by romanjustcodes
https://ift.tt/3dHdBJv
Nested Navigation in Flutter - Roman Just Codes (S1E12)
https://www.youtube.com/watch?v=nyIQT7Zo8TU
April 23, 2021 at 03:42AM by romanjustcodes
https://ift.tt/3dHdBJv
YouTube
Nested Navigation in Flutter - Roman Just Codes (S1E12)
In this episode I’ll be diving into Nested Navigation in Flutter and completing fleshing out this app's custom bottom navigation bar, while also tapping into the existing state management infrastructure in place (using Provider) in order to complete the shopping…
New post on Flutter Dev Google group:
DataCell overflows with column with multiple text widgets
hi , i'm using dataTable to show some data on my app , and i'm facing the problem DataCell overflows with column with multiple text widgets , row height doesn't adjust based on content height , because of fix row heigh , i need to set row heigh dynamic , how can i do it ? :( issue link :
April 23, 2021 at 06:29AM by You Sour
https://ift.tt/32DzGmf
DataCell overflows with column with multiple text widgets
hi , i'm using dataTable to show some data on my app , and i'm facing the problem DataCell overflows with column with multiple text widgets , row height doesn't adjust based on content height , because of fix row heigh , i need to set row heigh dynamic , how can i do it ? :( issue link :
April 23, 2021 at 06:29AM by You Sour
https://ift.tt/32DzGmf
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 Flutter Dev Google group:
Splash Screen
My Splash is not visible when I created the build and run the App. It is showing just blank. I have attached the Screenshots. Please guide me. Also I am attaching code of Splash Screen. Here is my code import 'dart:async'; import 'package:flutter/material.dart'; class SplashPage extends
April 23, 2021 at 07:09AM by HIMANSHU MISHRA
https://ift.tt/3gBENvc
Splash Screen
My Splash is not visible when I created the build and run the App. It is showing just blank. I have attached the Screenshots. Please guide me. Also I am attaching code of Splash Screen. Here is my code import 'dart:async'; import 'package:flutter/material.dart'; class SplashPage extends
April 23, 2021 at 07:09AM by HIMANSHU MISHRA
https://ift.tt/3gBENvc
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:
Improve your Flutter skills by joining the Flutter UI Challenge #2: Build a Auth Screens
/r/Design2Flutter/comments/mwneoz/challenge_2_auth_screens_login_and_signup/
April 23, 2021 at 06:40AM by thehappyharis
https://ift.tt/3ve9VVH
Improve your Flutter skills by joining the Flutter UI Challenge #2: Build a Auth Screens
/r/Design2Flutter/comments/mwneoz/challenge_2_auth_screens_login_and_signup/
April 23, 2021 at 06:40AM by thehappyharis
https://ift.tt/3ve9VVH
reddit
Improve your Flutter skills by joining the Flutter UI Challenge...
Posted in r/FlutterDev by u/thehappyharis • 7 points and 0 comments
New post on /r/flutterdev subreddit:
Which HTTP Client service do you use in Production?
If any other comment below.View Poll
April 23, 2021 at 06:21AM by irangareddy
https://ift.tt/3ve96Mu
Which HTTP Client service do you use in Production?
If any other comment below.View Poll
April 23, 2021 at 06:21AM by irangareddy
https://ift.tt/3ve96Mu
New post on Flutter Dev Google group:
Does WidgetsBindingObserver class work for Desktop (Windows)
Hi! I am creating app for Windows and now I need that my app locks when computer goes to sleep. Problem is that I cannot solve app's lifecycle. Can share any advises? Thanks for help!
April 23, 2021 at 11:47AM by Abduraimbek Yarkinov
https://ift.tt/3sSXfSN
Does WidgetsBindingObserver class work for Desktop (Windows)
Hi! I am creating app for Windows and now I need that my app locks when computer goes to sleep. Problem is that I cannot solve app's lifecycle. Can share any advises? Thanks for help!
April 23, 2021 at 11:47AM by Abduraimbek Yarkinov
https://ift.tt/3sSXfSN
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:
Flutter 8 edge image cropper
https://youtu.be/49FhRNo0ZEcI have made a video to make multi edge image cropper in flutter to crop image in any shape. Give it a try.
April 23, 2021 at 12:55PM by Some_Cartographer_23
https://ift.tt/3vbibpu
Flutter 8 edge image cropper
https://youtu.be/49FhRNo0ZEcI have made a video to make multi edge image cropper in flutter to crop image in any shape. Give it a try.
April 23, 2021 at 12:55PM by Some_Cartographer_23
https://ift.tt/3vbibpu
YouTube
Doc scanner / Cam scanner Flutter 8 Edge Image Cropper Tutorial Using OpenCV. With Source Code.
#Flutter #Cropper #Camscanner #Image #Docscanner #AbhishekBapuOve
Click Here for more flutter: http://tiny.cc/th7auz
💖 Support Buy me a Book - https://bmc.link/codiac460i
like the video if it was useful.
It teaches how to make 8 edge cropper using flutter.…
Click Here for more flutter: http://tiny.cc/th7auz
💖 Support Buy me a Book - https://bmc.link/codiac460i
like the video if it was useful.
It teaches how to make 8 edge cropper using flutter.…
New post on /r/flutterdev subreddit:
Playing short audio clips in Flutter with Just Audio
https://ift.tt/3nlrpg7
April 23, 2021 at 12:27PM by Suragch
https://ift.tt/3tJzDB2
Playing short audio clips in Flutter with Just Audio
https://ift.tt/3nlrpg7
April 23, 2021 at 12:27PM by Suragch
https://ift.tt/3tJzDB2
Medium
Playing short audio clips in Flutter with Just Audio
A good first tutorial when learning how to play audio in a Flutter app
New post on Flutter Dev Google group:
please help me with this major google sign in error in flutter
please help me solve this: link to my stack overflow question
please help me with this major google sign in error in flutter
please help me solve this: link to my stack overflow question
New post on /r/flutterdev subreddit:
Flutter Home Rental App with Source Codes
https://youtu.be/9vFf-pLV3TA
April 23, 2021 at 02:08PM by imran_sefat
https://ift.tt/3vcFwa9
Flutter Home Rental App with Source Codes
https://youtu.be/9vFf-pLV3TA
April 23, 2021 at 02:08PM by imran_sefat
https://ift.tt/3vcFwa9
YouTube
Flutter Home Rental App UI Speed Code with Source Code
Hello, this is a speed code tutorial of a Flutter Home Rental App. More Flutter tutorials are coming.
🔗 GitHub Repository link Starter Template Code: https://github.com/ImranSefat/Flutter-Home-Rental-App/tree/starter
🔗 GitHub Repository link Source Code:…
🔗 GitHub Repository link Starter Template Code: https://github.com/ImranSefat/Flutter-Home-Rental-App/tree/starter
🔗 GitHub Repository link Source Code:…
New post on /r/flutterdev subreddit:
please help me solve this major google sign
please help me solve this major google sign in problem in flutter: https://stackoverflow.com/q/67229038/13463598
April 23, 2021 at 01:29PM by Embarrassed-Dare2374
https://ift.tt/3xlMYSc
please help me solve this major google sign
please help me solve this major google sign in problem in flutter: https://stackoverflow.com/q/67229038/13463598
April 23, 2021 at 01:29PM by Embarrassed-Dare2374
https://ift.tt/3xlMYSc
Stack Overflow
A different google_sign_in Exception with : ApiException: 10: , null, null)
I am getting the following error when I was trying to Google sign in from my flutter App.
Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10:...
Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10:...
New post on /r/flutterdev subreddit:
Flutter Paribu UI Clone | Speed Code
https://youtu.be/7-vCExVRRvM
April 23, 2021 at 01:15PM by Nevurix
https://ift.tt/32G7iQh
Flutter Paribu UI Clone | Speed Code
https://youtu.be/7-vCExVRRvM
April 23, 2021 at 01:15PM by Nevurix
https://ift.tt/32G7iQh
YouTube
Flutter Paribu UI Clone | Speed Code
Welcome to Flutter Speed Code tutorial series where you will learn Flutter and create amazing apps using Dart.
In this video, we build a Paribu Crypto Currency market UI clone.
» Resources
Source Code: https://github.com/deniscolak/paribu-ui-clone
» Music:…
In this video, we build a Paribu Crypto Currency market UI clone.
» Resources
Source Code: https://github.com/deniscolak/paribu-ui-clone
» Music:…
New post on /r/flutterdev subreddit:
App Feedback Thread - April 23, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
April 23, 2021 at 03:00PM by AutoModerator
https://ift.tt/3v7IDQK
App Feedback Thread - April 23, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
April 23, 2021 at 03:00PM by AutoModerator
https://ift.tt/3v7IDQK
reddit
App Feedback Thread - April 23, 2021
This thread is for getting feedback on your own apps. ## Developers: * must **provide feedback** for others * must include **Play Store**, **App...
New post on /r/flutterdev subreddit:
Flutter & Object Relational Manager
https://youtu.be/rL1ljW62NFE
April 23, 2021 at 02:43PM by realappdev
https://ift.tt/3gv4gqd
Flutter & Object Relational Manager
https://youtu.be/rL1ljW62NFE
April 23, 2021 at 02:43PM by realappdev
https://ift.tt/3gv4gqd
YouTube
5.Typeorm Tutorial Part 2 | Typeorm Postgres | Typeorm Postgres | Typeorm Query Builder
Learn Typeorm With Postgres with Typeorm tutorial and Typeorm nodejs postgres together with Typeorm postgres for Typeorm.4. Typeorm Tutorial | Typeorm Postgres | Typeorm Postgres | Typeorm Query Builder | Typeorm nodejs4. Typeorm Tutorial | Typeorm Postgres…
New post on /r/flutterdev subreddit:
UI UX design
Currently I was working on my flutter applications and I want to publish the application but my UI UX teast is too bad ( not on building side but design side ) also I doesn't have any Adobe skillsSo what i do now how can I design my ui and assets for applications I will tried some of the sitesFor design inspiration: Dribbble, no doubt it's too good but when u build full flag ship applications. I don't think it's good choice and also u can't copy of u doesn't have proper information like font style or ColorFor UI assets: for app logo or image all the sites are paidSo what can I do now
April 23, 2021 at 04:55PM by Prashant_4200
https://ift.tt/3sPQ0dX
UI UX design
Currently I was working on my flutter applications and I want to publish the application but my UI UX teast is too bad ( not on building side but design side ) also I doesn't have any Adobe skillsSo what i do now how can I design my ui and assets for applications I will tried some of the sitesFor design inspiration: Dribbble, no doubt it's too good but when u build full flag ship applications. I don't think it's good choice and also u can't copy of u doesn't have proper information like font style or ColorFor UI assets: for app logo or image all the sites are paidSo what can I do now
April 23, 2021 at 04:55PM by Prashant_4200
https://ift.tt/3sPQ0dX
reddit
UI UX design
Currently I was working on my flutter applications and I want to publish the application but my UI UX teast is too bad ( not on building side but...
New post on /r/flutterdev subreddit:
Flutter Tutorial - Sidebar Menu & Navigation Drawer With Routing (Johannes Milke)
https://www.youtube.com/watch?v=ts9n211n8ZU
April 23, 2021 at 04:52PM by JohannesMilke
https://ift.tt/3dMby78
Flutter Tutorial - Sidebar Menu & Navigation Drawer With Routing (Johannes Milke)
https://www.youtube.com/watch?v=ts9n211n8ZU
April 23, 2021 at 04:52PM by JohannesMilke
https://ift.tt/3dMby78
YouTube
Flutter Tutorial - Sidebar Menu & Navigation Drawer With Routing
Let's create a Flutter Navigation Drawer with routing that is displayed as a Sidebar Menu within your Flutter app.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…
New post on /r/flutterdev subreddit:
An Architecture Layout
https://ift.tt/3xlfcMT
April 23, 2021 at 04:49PM by fredgrott
https://ift.tt/3nd1RSr
An Architecture Layout
https://ift.tt/3xlfcMT
April 23, 2021 at 04:49PM by fredgrott
https://ift.tt/3nd1RSr
Medium
An Architecture Layout
I am showing my own architecture layout for the lib folder of my flutter app projects and getting in-depth into how Flutter implements…