New post on Flutter Dev Google group:
Putting dropdownmenu (Stateful) inside of Column()
I wanted to put some widget inside of Column() I tried Text() it is fine but when I try a DropDownMenu, I get error import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget
April 22, 2021 at 10:43PM by Nicholas Yue
https://ift.tt/2QgPZ5V
Putting dropdownmenu (Stateful) inside of Column()
I wanted to put some widget inside of Column() I tried Text() it is fine but when I try a DropDownMenu, I get error import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget
April 22, 2021 at 10:43PM by Nicholas Yue
https://ift.tt/2QgPZ5V
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:
Error: No pubspec.yaml file found. This command should be run from the root of your Flutter project.
Why hasn't the people in charge fix this problem? Is it just vscode or is it flutter problem?Every time there is also some problem running vscode. Instead of updating this vscode all of the time they (ms) go back and fix issues that the user shouldn't have to fix. Vscode is great but like all OS, they seem to want to bring out and the greatest and "best"! I feel like they are throwing us under the bus and seeing if we solved THEIR issues.
April 22, 2021 at 10:20PM by Pretend-Money-3243
https://ift.tt/32BQNVv
Error: No pubspec.yaml file found. This command should be run from the root of your Flutter project.
Why hasn't the people in charge fix this problem? Is it just vscode or is it flutter problem?Every time there is also some problem running vscode. Instead of updating this vscode all of the time they (ms) go back and fix issues that the user shouldn't have to fix. Vscode is great but like all OS, they seem to want to bring out and the greatest and "best"! I feel like they are throwing us under the bus and seeing if we solved THEIR issues.
April 22, 2021 at 10:20PM by Pretend-Money-3243
https://ift.tt/32BQNVv
Reddit
From the FlutterDev community on Reddit: Error: No pubspec.yaml file found. This command should be run from the root of your Flutter…
Posted by Pretend-Money-3243 - No votes and 1 comment
New post on /r/flutterdev subreddit:
I created cool music player with Flutter
I'm kind of music enjoyer and when I use most of the popular music apps, to me their UX doesn't feel so good - they are slow, cluttered, feel heavy, etc. So when started learning Flutter, I decided that my first app will be a music player, and I primarily was focusing on the UX and aesthetic look - so that anybody would feel pleasant to use it, and of course it should be open-source and full free.Aside from that, I think the project itself can be a showcase for a lot things in Flutter:custom gesture detectorsbare router v2native channels + plugins (just_audio, audio_service)system ui animationscustom routesslivers...https://play.google.com/store/apps/details?id=com.nt4f04und.sweyerhttps://github.com/nt4f04uNd/sweyer
April 23, 2021 at 12:15AM by nt4f04uNd
https://ift.tt/3naYScY
I created cool music player with Flutter
I'm kind of music enjoyer and when I use most of the popular music apps, to me their UX doesn't feel so good - they are slow, cluttered, feel heavy, etc. So when started learning Flutter, I decided that my first app will be a music player, and I primarily was focusing on the UX and aesthetic look - so that anybody would feel pleasant to use it, and of course it should be open-source and full free.Aside from that, I think the project itself can be a showcase for a lot things in Flutter:custom gesture detectorsbare router v2native channels + plugins (just_audio, audio_service)system ui animationscustom routesslivers...https://play.google.com/store/apps/details?id=com.nt4f04und.sweyerhttps://github.com/nt4f04uNd/sweyer
April 23, 2021 at 12:15AM by nt4f04uNd
https://ift.tt/3naYScY
Google Play
Sweyer - Apps on Google Play
Music player
New post on /r/flutterdev subreddit:
As someone who's new to app dev, is everything server sided except the buttons?
Like, I feel like I am stupid af.If I would go ahead and create my own app, with buttons that do stuff etc.. How would I actually have a server, database etc that it talks to? or is that all done in the flutter app?Like, compare a html side with a python server side + mysql.. how does that compare to an app?Do I write literally everything in the flutter app? connect to database via it? is that the entire app?
April 23, 2021 at 12:08AM by pamagiclol
https://ift.tt/3dHMKNH
As someone who's new to app dev, is everything server sided except the buttons?
Like, I feel like I am stupid af.If I would go ahead and create my own app, with buttons that do stuff etc.. How would I actually have a server, database etc that it talks to? or is that all done in the flutter app?Like, compare a html side with a python server side + mysql.. how does that compare to an app?Do I write literally everything in the flutter app? connect to database via it? is that the entire app?
April 23, 2021 at 12:08AM by pamagiclol
https://ift.tt/3dHMKNH
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
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...