New post on Flutter Dev Google group:
SEO-Friendly Flutter Web app
Hi Flutter community, We a recently built our first flutter web app and it was a great experience. We are now faced with the problem of making the content SEO-friendly but couldn't find much documentation on the best practices or approaches. We’d really appreciate if you could share some
October 28, 2020 at 07:14PM by Quan Nguyen
https://ift.tt/2TxCs7V
SEO-Friendly Flutter Web app
Hi Flutter community, We a recently built our first flutter web app and it was a great experience. We are now faced with the problem of making the content SEO-friendly but couldn't find much documentation on the best practices or approaches. We’d really appreciate if you could share some
October 28, 2020 at 07:14PM by Quan Nguyen
https://ift.tt/2TxCs7V
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:
How to update a CustomScrollView when returning from detail screen
I have a Scaffold that contains a *CustomScrollView* showing a list of items that the User has not tried (and another one that shows the items the User has tried). Using the fantastic package flutter_sticky_header
How to update a CustomScrollView when returning from detail screen
I have a Scaffold that contains a *CustomScrollView* showing a list of items that the User has not tried (and another one that shows the items the User has tried). Using the fantastic package flutter_sticky_header
New post on /r/flutterdev subreddit:
Any shortcut for removing all unused imports in vsCode?
Is there any extension/script that can remove all unused imports and also sort them in vsCode in my flutter project?I think there's one for intelli J but i don't use that IDE
October 28, 2020 at 07:29PM by neattike
https://ift.tt/3myuxUu
Any shortcut for removing all unused imports in vsCode?
Is there any extension/script that can remove all unused imports and also sort them in vsCode in my flutter project?I think there's one for intelli J but i don't use that IDE
October 28, 2020 at 07:29PM by neattike
https://ift.tt/3myuxUu
reddit
Any shortcut for removing all unused imports in vsCode?
Is there any extension/script that can remove all unused imports and also sort them in vsCode in my flutter project? I think there's one for...
New post on /r/flutterdev subreddit:
I don't generally use optional name parameters in my widgets...do you?
Quite often when I create Widgets in flutter that take parameters in their constructors, said parameters are not optional. Since they are not optional, I decide to not make them optional named parameters, but rather positional arguments, since these are the only ones that are required and enforced by the language.It seems like bad practice to me to make required args to be allowed to be optional for the sake of having them be named params.I also don't like have to include another package and annotate every single arg with "@required".Does anyone else make widgets with unnamed positional args? What are your thoughts on this matter?
October 28, 2020 at 07:22PM by scorr204
https://ift.tt/2TA2ibu
I don't generally use optional name parameters in my widgets...do you?
Quite often when I create Widgets in flutter that take parameters in their constructors, said parameters are not optional. Since they are not optional, I decide to not make them optional named parameters, but rather positional arguments, since these are the only ones that are required and enforced by the language.It seems like bad practice to me to make required args to be allowed to be optional for the sake of having them be named params.I also don't like have to include another package and annotate every single arg with "@required".Does anyone else make widgets with unnamed positional args? What are your thoughts on this matter?
October 28, 2020 at 07:22PM by scorr204
https://ift.tt/2TA2ibu
reddit
I don't generally use optional name parameters in my widgets...do you?
Quite often when I create Widgets in flutter that take parameters in their constructors, said parameters are not optional. Since they are not...
New tweet from FlutterDev:
Choosing the right navigation for your app 😁https://t.co/9nOkLbQTPr@FlutterDev @WebComponentsSF @materialdesign @polymer #html #css #webdev #navigation— Rody Davis (@rodydavis) October 20, 2020
October 28, 2020 at 08:29PM
http://twitter.com/FlutterDev/status/1321534690164178945
Choosing the right navigation for your app 😁https://t.co/9nOkLbQTPr@FlutterDev @WebComponentsSF @materialdesign @polymer #html #css #webdev #navigation— Rody Davis (@rodydavis) October 20, 2020
October 28, 2020 at 08:29PM
http://twitter.com/FlutterDev/status/1321534690164178945
YouTube
Choosing the right navigation - Material Moment
Navigation is the act of moving between screens of an app to complete tasks. It’s enabled through several means: dedicated navigation components, embedding navigation behavior into content, and platform affordances. Let’s dive into choosing the right navigation…
New post on /r/flutterdev subreddit:
Is there any site like Flutter Gallery App? I want to see more examples and codes or UIUX ideas!
I am trying to get used to Flutter and Dart. I downloaded the Flutter Gallery App. Is there any website like Flutter Gallery? Or any design framework like MUI for React?
October 28, 2020 at 09:06PM by uosioifeaaa
https://ift.tt/3jC2u4C
Is there any site like Flutter Gallery App? I want to see more examples and codes or UIUX ideas!
I am trying to get used to Flutter and Dart. I downloaded the Flutter Gallery App. Is there any website like Flutter Gallery? Or any design framework like MUI for React?
October 28, 2020 at 09:06PM by uosioifeaaa
https://ift.tt/3jC2u4C
reddit
Is there any site like Flutter Gallery App? I want to see more...
I am trying to get used to Flutter and Dart. I downloaded the Flutter Gallery App. Is there any website like Flutter Gallery? Or any design...
New post on /r/flutterdev subreddit:
Sony: Flutter and Wayland is the best practice in embedded systems using Linux
https://ift.tt/2TwT9QN
October 28, 2020 at 10:36PM by illuminated-geerd
https://ift.tt/34C9RVh
Sony: Flutter and Wayland is the best practice in embedded systems using Linux
https://ift.tt/2TwT9QN
October 28, 2020 at 10:36PM by illuminated-geerd
https://ift.tt/34C9RVh
New post on /r/flutterdev subreddit:
Is building an application launcher in Flutter Desktop a feasible idea?
I was reading this article and it made me wonder if Flutter in 2020 would have been a better candidate for building an application launcher.Specifically, the features required here are:The window must be chromeless (no titlebar/close buttons)The window needs to float on top of everything else, and exit immediately once focus is lostAn interactive text based selection menuFast startup timesI'm fairly new to Flutter but I'd like to know the community's thoughts on this - is Flutter an ideal choice for a usecase like this?
October 28, 2020 at 10:21PM by PM_ME_ELEGANT_CODE
https://ift.tt/31T08Z0
Is building an application launcher in Flutter Desktop a feasible idea?
I was reading this article and it made me wonder if Flutter in 2020 would have been a better candidate for building an application launcher.Specifically, the features required here are:The window must be chromeless (no titlebar/close buttons)The window needs to float on top of everything else, and exit immediately once focus is lostAn interactive text based selection menuFast startup timesI'm fairly new to Flutter but I'd like to know the community's thoughts on this - is Flutter an ideal choice for a usecase like this?
October 28, 2020 at 10:21PM by PM_ME_ELEGANT_CODE
https://ift.tt/31T08Z0
Keminglabs
Building a fast Electron app with Rust
New post on Flutter Dev Google group:
عاوز تتعلم تطبيقات الموبايل ابلكيشن ؟ اول كورس عربى كامل #اتعلم_اونلاين #منصة_mydixi
عاوز تتعلم تطبيقات الموبايل ابلكيشن ؟ #اتعلم_اونلاين #منصة_mydixi اسمع الفيديو دة من كورس Build Native Mobile Apps with Dart & Flutter https://ift.tt/3mui5oA كمان تقدر تسمع الاجزاء المجانية من هنا https://ift.tt/35Gz28p
October 29, 2020 at 12:36AM by Ahmed El Bohoty
https://ift.tt/3oAEF0t
عاوز تتعلم تطبيقات الموبايل ابلكيشن ؟ اول كورس عربى كامل #اتعلم_اونلاين #منصة_mydixi
عاوز تتعلم تطبيقات الموبايل ابلكيشن ؟ #اتعلم_اونلاين #منصة_mydixi اسمع الفيديو دة من كورس Build Native Mobile Apps with Dart & Flutter https://ift.tt/3mui5oA كمان تقدر تسمع الاجزاء المجانية من هنا https://ift.tt/35Gz28p
October 29, 2020 at 12:36AM by Ahmed El Bohoty
https://ift.tt/3oAEF0t
MyDixi.com
Build Native Mobile Apps with Dart & Flutter - MyDixi.com
Training 5 or more people? If you have 5 or more people , you can message us for special discount for the course , you can track the progress of the employees and motivate them to achieve the course goals. Message Me Course Description Flutter training course…
New post on /r/flutterdev subreddit:
How to enable Skia / CanvasKit for Flutter web
https://twitter.com/creativemaybeno/status/1321618965370707970?s=20
October 29, 2020 at 02:10AM by creativemaybeno
https://ift.tt/3jA7vdL
How to enable Skia / CanvasKit for Flutter web
https://twitter.com/creativemaybeno/status/1321618965370707970?s=20
October 29, 2020 at 02:10AM by creativemaybeno
https://ift.tt/3jA7vdL
Twitter
creativecreatorormaybenot
You can use `--dart-define=FLUTTER_WEB_USE_SKIA=true` to enable CanvasKit backend / Skia in your Flutter web app 🙂 Recently, an auto detect mode has been added. You can learn about it here: https://t.co/2CDFKICYD9
New post on /r/flutterdev subreddit:
How to enable CanvasKit / Skia in Flutter web
https://twitter.com/creativemaybeno/status/1321623116716658688?s=20
October 29, 2020 at 02:21AM by creativemaybeno
https://ift.tt/2Tys3sD
How to enable CanvasKit / Skia in Flutter web
https://twitter.com/creativemaybeno/status/1321623116716658688?s=20
October 29, 2020 at 02:21AM by creativemaybeno
https://ift.tt/2Tys3sD
New post on /r/flutterdev subreddit:
Restaurant app: Which state management is better? Provider or bloc or getx or redux or else
I am a beginner in Flutter and I am trying to make a Restaurant app. I have learned about google's recommended provider package. But I found some articles about bloc - business logic component. So I really get confused about which one to use. Is anyone here already made a Restaurant app or something? please suggest which state management to use?View Poll
October 29, 2020 at 04:15AM by Cat-Otherwise
https://ift.tt/2JgA3g1
Restaurant app: Which state management is better? Provider or bloc or getx or redux or else
I am a beginner in Flutter and I am trying to make a Restaurant app. I have learned about google's recommended provider package. But I found some articles about bloc - business logic component. So I really get confused about which one to use. Is anyone here already made a Restaurant app or something? please suggest which state management to use?View Poll
October 29, 2020 at 04:15AM by Cat-Otherwise
https://ift.tt/2JgA3g1
New post on Flutter Dev Google group:
Using scan device SDK .jar
I have tried to use .jar in flutter but not access the methods of .jar. Share me suggestions or solutions. I have tried jar given below steps. 1. Create and add module in Android project like "scansdk". 2. Put .jar file with gradle file in folder. 3. Add in setting.gradle. 4. Create
October 29, 2020 at 09:32AM by Patrics Augurs
https://ift.tt/2Gc85Rq
Using scan device SDK .jar
I have tried to use .jar in flutter but not access the methods of .jar. Share me suggestions or solutions. I have tried jar given below steps. 1. Create and add module in Android project like "scansdk". 2. Put .jar file with gradle file in folder. 3. Add in setting.gradle. 4. Create
October 29, 2020 at 09:32AM by Patrics Augurs
https://ift.tt/2Gc85Rq
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:
Frontend web dev looking to get into Flutter.
Hey,I'm a frontend web dev and I've been looking to get into mobile dev for a while now. But since I have no experience in backend and I'm honestly only interested in frontend I was wondering if it's possible to be a mobile frontend dev? I've been looking for some courses about UI/Frontend only but nobody talks about Flutter like frontend/backend is separate, all the courses just cover everything. I've bought this Udemy course https://www.udemy.com/course/flutter-bootcamp-with-dart/ to start with. Do I just stop once I learn UI stuff?Also in web frontend there are web apps as well where you fetch APIs and so on (client side apps) but if I just stop at UI on Flutter it feels like I just learned HTML/CSS for web (example by web development). Can someone elaborate on what's exactly needed to be a Flutter frontend dev and help me out a little?Thanks a lot in advance
October 29, 2020 at 09:33AM by 6ichem
https://ift.tt/3ovOXz0
Frontend web dev looking to get into Flutter.
Hey,I'm a frontend web dev and I've been looking to get into mobile dev for a while now. But since I have no experience in backend and I'm honestly only interested in frontend I was wondering if it's possible to be a mobile frontend dev? I've been looking for some courses about UI/Frontend only but nobody talks about Flutter like frontend/backend is separate, all the courses just cover everything. I've bought this Udemy course https://www.udemy.com/course/flutter-bootcamp-with-dart/ to start with. Do I just stop once I learn UI stuff?Also in web frontend there are web apps as well where you fetch APIs and so on (client side apps) but if I just stop at UI on Flutter it feels like I just learned HTML/CSS for web (example by web development). Can someone elaborate on what's exactly needed to be a Flutter frontend dev and help me out a little?Thanks a lot in advance
October 29, 2020 at 09:33AM by 6ichem
https://ift.tt/3ovOXz0
Udemy
The Complete Flutter Development Bootcamp with Dart
Officially created in collaboration with the Google Flutter team.
New post on Flutter Dev Google group:
Flutter [ spotify SDK how can we use spotify sdk for flutter ]
is there any blog , article or video which shows how can we use spotify sdk in flutter to play music and all other things which spotify api provides ? hey if anyone could help that would be great :) thanks in advance
October 29, 2020 at 10:33AM by Madan Raj
https://ift.tt/3kFy5DM
Flutter [ spotify SDK how can we use spotify sdk for flutter ]
is there any blog , article or video which shows how can we use spotify sdk in flutter to play music and all other things which spotify api provides ? hey if anyone could help that would be great :) thanks in advance
October 29, 2020 at 10:33AM by Madan Raj
https://ift.tt/3kFy5DM
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:
Amplify Flutter and AWS
I'm developing an own mobile app written in Flutter and as back end I would like to use AWS, in particular Dynamo DB to store user's informations like : Profile picture, bio...I never used Amplify Flutter before ! I Just know that it exists!Since I'm new in AWS, I would like to know if this is a good idea and if Flutter is well supported and how much is hard connect the DB to my Flutter App.
October 29, 2020 at 10:27AM by _seeking_answers
https://ift.tt/35GwNlK
Amplify Flutter and AWS
I'm developing an own mobile app written in Flutter and as back end I would like to use AWS, in particular Dynamo DB to store user's informations like : Profile picture, bio...I never used Amplify Flutter before ! I Just know that it exists!Since I'm new in AWS, I would like to know if this is a good idea and if Flutter is well supported and how much is hard connect the DB to my Flutter App.
October 29, 2020 at 10:27AM by _seeking_answers
https://ift.tt/35GwNlK
reddit
Amplify Flutter and AWS
I'm developing an own mobile app written in Flutter and as back end I would like to use AWS, in particular Dynamo DB to store user's informations...
New post on Flutter Dev Google group:
I want solution to solve this error
Running "flutter pub get" in Newapp... Got socket error trying to find package cupertino_icons at https://ift.tt/1mvd6ms. pub get failed (server unavailable) -- attempting retry 1 in 1 second... Got socket error trying to find package cupertino_icons at
October 29, 2020 at 11:46AM by Naveen Kumar
https://ift.tt/3kGldwX
I want solution to solve this error
Running "flutter pub get" in Newapp... Got socket error trying to find package cupertino_icons at https://ift.tt/1mvd6ms. pub get failed (server unavailable) -- attempting retry 1 in 1 second... Got socket error trying to find package cupertino_icons at
October 29, 2020 at 11:46AM by Naveen Kumar
https://ift.tt/3kGldwX
Dart packages
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter, AngularDart, and general Dart programs.
New post on /r/flutterdev subreddit:
What are Extension Methods and it’s use in Flutter?
https://ift.tt/3mxyQPB
October 29, 2020 at 10:56AM by onig90
https://ift.tt/3oCGQkf
What are Extension Methods and it’s use in Flutter?
https://ift.tt/3mxyQPB
October 29, 2020 at 10:56AM by onig90
https://ift.tt/3oCGQkf
Medium
What are Extension Methods and it’s use in Flutter?
This article will help you to understand what are extension methods and what is it’s use.
New post on /r/flutterdev subreddit:
Is there up to date showcase / index of apps built with flutter?
Preferably, with apps in production both on appstore and play store
October 29, 2020 at 12:50PM by Selentest
https://ift.tt/2HIclII
Is there up to date showcase / index of apps built with flutter?
Preferably, with apps in production both on appstore and play store
October 29, 2020 at 12:50PM by Selentest
https://ift.tt/2HIclII
reddit
r/FlutterDev - Is there up to date showcase / index of apps built with flutter?
2 votes and 5 comments so far on Reddit
New post on Flutter Dev Google group:
Is it ok to create image Processing apps on flutter ?
I create Android application on image processing i was littel confused that should i use flutter to create such applications so that it can run on ios too. Thank you in Advance
October 29, 2020 at 01:24PM by shashank singh bisht
https://ift.tt/3kSltcF
Is it ok to create image Processing apps on flutter ?
I create Android application on image processing i was littel confused that should i use flutter to create such applications so that it can run on ios too. Thank you in Advance
October 29, 2020 at 01:24PM by shashank singh bisht
https://ift.tt/3kSltcF
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:
help
hi, please i would like to change the default error page of the flutter webview but i can't do it please help me
October 29, 2020 at 02:03PM by toutpuissant ged
https://ift.tt/31VFAyS
help
hi, please i would like to change the default error page of the flutter webview but i can't do it please help me
October 29, 2020 at 02:03PM by toutpuissant ged
https://ift.tt/31VFAyS
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.