New post on /r/flutterdev subreddit:
Flutter Recreate - Promo Video - Roman Just Codes
https://youtu.be/L1gWc6yyUSE
April 25, 2021 at 02:29PM by romanjustcodes
https://ift.tt/2QTdyS4
Flutter Recreate - Promo Video - Roman Just Codes
https://youtu.be/L1gWc6yyUSE
April 25, 2021 at 02:29PM by romanjustcodes
https://ift.tt/2QTdyS4
YouTube
Flutter Recreate - Promo Video - Roman Just Codes
This is my new video series called Flutter Recreate, where I tour around town looking at software UI experiences in the wild and rebuilding them in Flutter, also just for the challenge of redoing it or improving them using Flutter, and bringing the case that…
New post on /r/flutterdev subreddit:
As a Flutter Developer. How long will it take to learn Kotlin?
Hi! I currently have around 6 months of experience in flutter. And this is my only experience in development as I am still an Undergraduate. I've applied for few AppDev internship and few of them are in Kotlin. I'll only get around 10-15 days to learn that language from scratch. Should I go for it or just try to find something in flutter instead?
April 25, 2021 at 06:38PM by kr_Rishabh
https://ift.tt/3aFMZ9Z
As a Flutter Developer. How long will it take to learn Kotlin?
Hi! I currently have around 6 months of experience in flutter. And this is my only experience in development as I am still an Undergraduate. I've applied for few AppDev internship and few of them are in Kotlin. I'll only get around 10-15 days to learn that language from scratch. Should I go for it or just try to find something in flutter instead?
April 25, 2021 at 06:38PM by kr_Rishabh
https://ift.tt/3aFMZ9Z
reddit
As a Flutter Developer. How long will it take to learn Kotlin?
Hi! I currently have around 6 months of experience in flutter. And this is my only experience in development as I am still an Undergraduate. I've...
New post on /r/flutterdev subreddit:
For anyone looking to upgrade an existing app to Flutter 2, here's how I was able to get it working
https://youtu.be/Y28eknhoCek
April 25, 2021 at 06:19PM by projectmind_guru
https://ift.tt/3vdcuXW
For anyone looking to upgrade an existing app to Flutter 2, here's how I was able to get it working
https://youtu.be/Y28eknhoCek
April 25, 2021 at 06:19PM by projectmind_guru
https://ift.tt/3vdcuXW
YouTube
How To Upgrade An Existing App To Flutter 2
In this video see how to migrate from flutter version 1.20 to flutter 2.0. I'll show you exactly the issues I ran into and how to solve them.🤑 GET 10% OFF i...
New post on Flutter Dev Google group:
The named parameter 'color' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'color'.
I get that error and I tried 'flutter clean' and 'Restart and Invalidate Cache' and 'restarting the Analysis Dart Server', however I couldn't fixed it.
April 25, 2021 at 07:58PM by Atahan Tanrıkulu
https://ift.tt/3niZcGG
The named parameter 'color' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'color'.
I get that error and I tried 'flutter clean' and 'Restart and Invalidate Cache' and 'restarting the Analysis Dart Server', however I couldn't fixed it.
April 25, 2021 at 07:58PM by Atahan Tanrıkulu
https://ift.tt/3niZcGG
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:
Look how easy it is to implement authentication with Supabase in Flutter
https://ift.tt/3vi8oy4
April 25, 2021 at 07:12PM by cmprogrammers
https://ift.tt/3nmer1v
Look how easy it is to implement authentication with Supabase in Flutter
https://ift.tt/3vi8oy4
April 25, 2021 at 07:12PM by cmprogrammers
https://ift.tt/3nmer1v
Sandro Maglione
Flutter Supabase Authentication - Sandro Maglione
Learn how to use Supabase in your Flutter app. Add Supabase authentication to your Flutter app to authenticate your user in no time.
New post on Flutter Dev Google group:
Filter list with logical operators
Is it possible to filter list with logical operators? For example,a simple filter works: List fruits = ['apples', 'oranges', 'bananas']; List newLst = fruits.where((f) => f.startsWith('a')).toList(); I would like to do something like this: List newLst = fruits.where((f) => f.startsWith('a')
April 25, 2021 at 09:33PM by Steepe Hare
https://ift.tt/32OIqWs
Filter list with logical operators
Is it possible to filter list with logical operators? For example,a simple filter works: List fruits = ['apples', 'oranges', 'bananas']; List newLst = fruits.where((f) => f.startsWith('a')).toList(); I would like to do something like this: List newLst = fruits.where((f) => f.startsWith('a')
April 25, 2021 at 09:33PM by Steepe Hare
https://ift.tt/32OIqWs
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:
Forget packages for UI in your next flutter app.
https://ift.tt/3tTIwbj
April 25, 2021 at 10:11PM by rtech-16
https://ift.tt/32MRCuC
Forget packages for UI in your next flutter app.
https://ift.tt/3tTIwbj
April 25, 2021 at 10:11PM by rtech-16
https://ift.tt/32MRCuC
Medium
Forget packages for UI in your next Flutter App
Featuring: EARLY ACCESS — FLUTTER UI
New post on /r/flutterdev subreddit:
Tips and trick for react developer
Hey guys, I have been working as a react web developer for about two years and will be working on a small flutter project.What are some concepts that i should focus on that can be tricky when coming from web app background?And do you have any general tips and tricks for me, and what did u find hardest to grasp in the beginning?
April 25, 2021 at 09:41PM by Kaptengrek
https://ift.tt/3eyW0Tm
Tips and trick for react developer
Hey guys, I have been working as a react web developer for about two years and will be working on a small flutter project.What are some concepts that i should focus on that can be tricky when coming from web app background?And do you have any general tips and tricks for me, and what did u find hardest to grasp in the beginning?
April 25, 2021 at 09:41PM by Kaptengrek
https://ift.tt/3eyW0Tm
reddit
Tips and trick for react developer
Hey guys, I have been working as a react web developer for about two years and will be working on a small flutter project. What are some concepts...
New post on /r/flutterdev subreddit:
NFT’s in flutter
Let us have a discussion about nft‘s. Is it possible with flutter? Maybe flutter web. Are PWA’s / powerful enough to host?
April 25, 2021 at 10:21PM by rtech-16
https://ift.tt/3tXi2pC
NFT’s in flutter
Let us have a discussion about nft‘s. Is it possible with flutter? Maybe flutter web. Are PWA’s / powerful enough to host?
April 25, 2021 at 10:21PM by rtech-16
https://ift.tt/3tXi2pC
reddit
NFT’s in flutter
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Publishing Packages - Flutter 101 podcast
Listen here!Why would you want to open source a piece of code? Believe it or not, it can benefit everyone: you, your employer, and the community.You can use public packages as part of your portfolio, or CV, you might get fast-tracked during an interview process, you can learn a lot and have fun while doing so. It can help you earn street-cred and it could help you find clients easier.You can even try to convince your employer to open-source some parts of your application. Companies that contribute to the community might be a more interesting option for applicants, so packages might help the company get greater visibility and hire easier. External contributions to the package can eliminate bugs and thus improve the original application of the company.In this episode, I walk you through the publishing process. I explain how to decide whether to use stagehand, flutter create, or what files you need if you want to do the "boilerplate" on your own. I talk about the importance of a good README, great documentation, and a solid testing suite when developing packages.Once you are ready, you can also quickly set up CI/CD and coverage monitor. Then, you can go ahead and let the world know about your awesome package!The podcast is available on the web, Apple Podcasts, Google Podcasts, Spotify, etc... Find the links here.This is the first solo episode that I made, I hope you like it. If you do, please let me know and I'll make sure to schedule episodes like these every once in a while.
April 26, 2021 at 07:22AM by serial_dev
https://ift.tt/3vn7EYb
Publishing Packages - Flutter 101 podcast
Listen here!Why would you want to open source a piece of code? Believe it or not, it can benefit everyone: you, your employer, and the community.You can use public packages as part of your portfolio, or CV, you might get fast-tracked during an interview process, you can learn a lot and have fun while doing so. It can help you earn street-cred and it could help you find clients easier.You can even try to convince your employer to open-source some parts of your application. Companies that contribute to the community might be a more interesting option for applicants, so packages might help the company get greater visibility and hire easier. External contributions to the package can eliminate bugs and thus improve the original application of the company.In this episode, I walk you through the publishing process. I explain how to decide whether to use stagehand, flutter create, or what files you need if you want to do the "boilerplate" on your own. I talk about the importance of a good README, great documentation, and a solid testing suite when developing packages.Once you are ready, you can also quickly set up CI/CD and coverage monitor. Then, you can go ahead and let the world know about your awesome package!The podcast is available on the web, Apple Podcasts, Google Podcasts, Spotify, etc... Find the links here.This is the first solo episode that I made, I hope you like it. If you do, please let me know and I'll make sure to schedule episodes like these every once in a while.
April 26, 2021 at 07:22AM by serial_dev
https://ift.tt/3vn7EYb
New post on Flutter Dev Google group:
Console dart application
Is it possible to write a console dart application (without any GUI) that uses third-party package (from pub.dev) and can be run as: dart
Console dart application
Is it possible to write a console dart application (without any GUI) that uses third-party package (from pub.dev) and can be run as: dart
New post on Flutter Dev Google group:
Parsing Data
Dear All, I am facing a problem in Data Display on the screen from the API. This is the following JSON which needs to be parsed: { "res_status": "200", "res_data": [ { "id": "1", "name": "First Album", "banner": "null" },
April 26, 2021 at 08:45AM by HIMANSHU MISHRA
https://ift.tt/3gz1kJc
Parsing Data
Dear All, I am facing a problem in Data Display on the screen from the API. This is the following JSON which needs to be parsed: { "res_status": "200", "res_data": [ { "id": "1", "name": "First Album", "banner": "null" },
April 26, 2021 at 08:45AM by HIMANSHU MISHRA
https://ift.tt/3gz1kJc
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 Food Delivery App UI
Full video = https://youtu.be/ZKhLdM6eDUsHey guys, I am back with new Flutter UI Challenge of food delivery app. In this video I have demonstrated each and every step for building such beautiful UI with animation. You can also get the source code of this app through my youtube video description.#flutter #flutterUI Challenge #flutterFoodDeliveryApp
April 26, 2021 at 08:45AM by tahseenquraishi
https://ift.tt/3eyMCiv
Flutter Food Delivery App UI
Full video = https://youtu.be/ZKhLdM6eDUsHey guys, I am back with new Flutter UI Challenge of food delivery app. In this video I have demonstrated each and every step for building such beautiful UI with animation. You can also get the source code of this app through my youtube video description.#flutter #flutterUI Challenge #flutterFoodDeliveryApp
April 26, 2021 at 08:45AM by tahseenquraishi
https://ift.tt/3eyMCiv
YouTube
Flutter Food Ordering App | flutter ecommerce app | Flutter 2.0
In this video we have made an ecommerce app of food ordering in flutter. The inspiration of design of this flutter ecommerce app is taken from the Dribbble. The main beauty about this Flutter food ordering app ui is their hero animation while moving towards…
New post on /r/flutterdev subreddit:
React to Flutter: One Developers Journey — Part 1
https://ift.tt/3nkOz6l
April 26, 2021 at 09:44AM by RemeJuan
https://ift.tt/3dOl4H0
React to Flutter: One Developers Journey — Part 1
https://ift.tt/3nkOz6l
April 26, 2021 at 09:44AM by RemeJuan
https://ift.tt/3dOl4H0
Medium
React to Flutter: One Developers Journey — Part 1
A little insight into one React developers experience with moving over to Flutter
New post on /r/flutterdev subreddit:
Flutter: Interactive User Guidance or how to make a hole in the layout
Hi folks! I wanna show you an interesting Flutter feature. We can build interactive user guidance using blending colors in Flutter.This simple trick allows you to build interesting user guidance in the app more than just a picture it could be really interactive with animation etc.https://medium.com/litslink/flutter-interactive-user-guidanc-e-or-how-to-make-a-hole-in-layout-d72bf6eb27f9DemoThere is a light demo that I’ve recorded on the Android Emulator to show you how it works.https://youtu.be/qownBzacasY
April 26, 2021 at 10:43AM by alex_melnyk
https://ift.tt/3nkjO1k
Flutter: Interactive User Guidance or how to make a hole in the layout
Hi folks! I wanna show you an interesting Flutter feature. We can build interactive user guidance using blending colors in Flutter.This simple trick allows you to build interesting user guidance in the app more than just a picture it could be really interactive with animation etc.https://medium.com/litslink/flutter-interactive-user-guidanc-e-or-how-to-make-a-hole-in-layout-d72bf6eb27f9DemoThere is a light demo that I’ve recorded on the Android Emulator to show you how it works.https://youtu.be/qownBzacasY
April 26, 2021 at 10:43AM by alex_melnyk
https://ift.tt/3nkjO1k
Medium
Flutter: Interactive User Guidance or how to make a hole in the layout
Hi folks! I wanna show you interesting Flutter feature. We can build an interactive user guidance using blending colors in Flutter.
New post on Flutter Dev Google group:
module 'cloud_firestore' not found
Hey guys, I am unfortunately unable to archive my app for iOS distribution. I keep getting the error `module 'cloud_firestore' not found`. I already tried quite a few solutions: 1. Some suggested opening the xcworkspace instead of the xcproject. I did open the workspace in the first place,
April 26, 2021 at 12:00PM by Felix M.
https://ift.tt/32RhmWN
module 'cloud_firestore' not found
Hey guys, I am unfortunately unable to archive my app for iOS distribution. I keep getting the error `module 'cloud_firestore' not found`. I already tried quite a few solutions: 1. Some suggested opening the xcworkspace instead of the xcproject. I did open the workspace in the first place,
April 26, 2021 at 12:00PM by Felix M.
https://ift.tt/32RhmWN
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:
How to Implement DropDown List In Flutter ???
https://www.youtube.com/watch?v=mhMesuGkZxc
April 26, 2021 at 11:43AM by lil_dragplix
https://ift.tt/3xlUrAS
How to Implement DropDown List In Flutter ???
https://www.youtube.com/watch?v=mhMesuGkZxc
April 26, 2021 at 11:43AM by lil_dragplix
https://ift.tt/3xlUrAS
YouTube
How to Implement DropDown List In Flutter??
#Flutter #FlutterDevelopment #DropDown #List#flutteragency #flutterdev #30DaysOfFlutter #100DaysOfCode #FlutterWidgetIn this video, When users have to select...
New post on /r/flutterdev subreddit:
How to Set Landscape Orientation Mode For Flutter Application ?? - Flutter Agency
https://ift.tt/3nkotAm
April 26, 2021 at 11:37AM by lil_dragplix
https://ift.tt/3aD4IPk
How to Set Landscape Orientation Mode For Flutter Application ?? - Flutter Agency
https://ift.tt/3nkotAm
April 26, 2021 at 11:37AM by lil_dragplix
https://ift.tt/3aD4IPk
Flutter Agency
How to Set Landscape Orientation Mode For Flutter Application ?? - Flutter Agency
It is impossible to vertically list all widgets as there is just not enough space for all of this. So we'll Set Landscape Orientation Mode For Flutter
New post on /r/flutterdev subreddit:
Managing color themes (light and dark) without using Material's ThemeData
I want to build an app but I feel a little limited by material color system. I understand that different parts of your app can have different themes in different parts, but I just feel like I can't work well with it.For context, I'm quite comfortable with TailwindCSS, which gives you tons of freedom. Now obviously I know that you should not use more than, say 5 colors (primary, accent, background, text, error, ...), but this is beyond my question. I like Tailwind because of its simplicity.Does anyone have a good system of composing widgets/components with a custom Theme system, and if so, can you share details of your theming system?The issue I have with material's ThemeData is that I feel I'm "fighting" it to get what I want, and that I often spend more time finding how to change something than actually styling my components.So basically I'm looking for a system that canlet you compose themes, text styles, other utilities like padding and shapeallow for customizing accent colorsallow for customizing app theme (light theme, dark theme, black theme, colorful theme): more than just light and dark; should allow for any number.Does anyone use a theming system that is similar to these?I find something described in this post interesting: https://www.reddit.com/r/flutterhelp/comments/hjlhji/does_anyone_here_not_use_themedata_for_colors_and/
April 26, 2021 at 01:43PM by safaribrowserram
https://ift.tt/2PlZsbq
Managing color themes (light and dark) without using Material's ThemeData
I want to build an app but I feel a little limited by material color system. I understand that different parts of your app can have different themes in different parts, but I just feel like I can't work well with it.For context, I'm quite comfortable with TailwindCSS, which gives you tons of freedom. Now obviously I know that you should not use more than, say 5 colors (primary, accent, background, text, error, ...), but this is beyond my question. I like Tailwind because of its simplicity.Does anyone have a good system of composing widgets/components with a custom Theme system, and if so, can you share details of your theming system?The issue I have with material's ThemeData is that I feel I'm "fighting" it to get what I want, and that I often spend more time finding how to change something than actually styling my components.So basically I'm looking for a system that canlet you compose themes, text styles, other utilities like padding and shapeallow for customizing accent colorsallow for customizing app theme (light theme, dark theme, black theme, colorful theme): more than just light and dark; should allow for any number.Does anyone use a theming system that is similar to these?I find something described in this post interesting: https://www.reddit.com/r/flutterhelp/comments/hjlhji/does_anyone_here_not_use_themedata_for_colors_and/
April 26, 2021 at 01:43PM by safaribrowserram
https://ift.tt/2PlZsbq
Material Design
Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences.
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 82 Tutorials, videos, packages, and much more!
https://ift.tt/3dSY0ac
April 26, 2021 at 02:56PM by vensign
https://ift.tt/2Qwbvnb
Flutter Tap Weekly Newsletter Week 82 Tutorials, videos, packages, and much more!
https://ift.tt/3dSY0ac
April 26, 2021 at 02:56PM by vensign
https://ift.tt/2Qwbvnb
Fluttertap
Newsletter Issue 82
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 82
New post on /r/flutterdev subreddit:
Creating a Strava Clone in Flutter
https://youtu.be/Z1gI6ORsXe0
April 26, 2021 at 03:14PM by AphrxWasHere
https://ift.tt/3sSJFyC
Creating a Strava Clone in Flutter
https://youtu.be/Z1gI6ORsXe0
April 26, 2021 at 03:14PM by AphrxWasHere
https://ift.tt/3sSJFyC
YouTube
Creating a Cardio Tracking App in Flutter
We'll be creating a Fitness Cardio Tracking app (Strava Clone) in Flutter with the help of some packages such as Sqflite and Google Maps.Strava is a fitness ...