New post on /r/flutterdev subreddit:
Flutter plugin development - Step by step
https://ift.tt/2XfYq4v
August 10, 2021 at 04:10PM by Meenctg
https://ift.tt/3Axco0i
Flutter plugin development - Step by step
https://ift.tt/2XfYq4v
August 10, 2021 at 04:10PM by Meenctg
https://ift.tt/3Axco0i
Flutter-Tutorial
Flutter plugin development - Step by step
Making flutter plugins is really easy. Here is step by step tutorial for Flutter Plugin Development.
New post on /r/flutterdev subreddit:
Possible flutter Firebase auth storage options
I am building a flutter app with Firebase authentication suppose I am building an wallpaper app what are the storage options excluding Firebase storage how I can link Firebase auth with supabase storage using flutter question is what are the possible cheap storage options to that in flutter Firebase, basically how to setup security rules based on coustom auth claims
August 10, 2021 at 03:43PM by Same-Concern6282
https://ift.tt/3s7vrv1
Possible flutter Firebase auth storage options
I am building a flutter app with Firebase authentication suppose I am building an wallpaper app what are the storage options excluding Firebase storage how I can link Firebase auth with supabase storage using flutter question is what are the possible cheap storage options to that in flutter Firebase, basically how to setup security rules based on coustom auth claims
August 10, 2021 at 03:43PM by Same-Concern6282
https://ift.tt/3s7vrv1
reddit
Possible flutter Firebase auth storage options
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Is there a good Storybook for Flutter?
Hey guys, when I used react for web projects, I always used the open source tool "Storybook.js", which speeds up UI development. Unfortunately, Storybook.js (as the name suggests) only supports java script based frameworks. On pub.dev I found a few packages trying to provide a storybook for flutter.Have you used any of the storybook solutions for flutter yet and can recommend one?
August 10, 2021 at 03:27PM by TenLu09
https://ift.tt/3Aukcjf
Is there a good Storybook for Flutter?
Hey guys, when I used react for web projects, I always used the open source tool "Storybook.js", which speeds up UI development. Unfortunately, Storybook.js (as the name suggests) only supports java script based frameworks. On pub.dev I found a few packages trying to provide a storybook for flutter.Have you used any of the storybook solutions for flutter yet and can recommend one?
August 10, 2021 at 03:27PM by TenLu09
https://ift.tt/3Aukcjf
Dart packages
The official repository for Dart and Flutter packages.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
New post on /r/flutterdev subreddit:
Seeking UPDATED paid OR free Flutter and/or Dart courses (current post supplement)
Hey all! Inspired by another post today, I'd like to ask for some flutter courses which are entirely up to date with both flutter and dart.It seems, unfortunately, that many courses are blatantly falsely advertised (upon looking at reviews) as "100% up to date" when in reality they are using libraries and imports that are far away from anything current.In order to not burn away my money, does anyone have a paid or free Dart and/or Flutter courses which was actually made within the last major updates to either lang/fork?Thanks guys. Eager dev waiting to start!
August 10, 2021 at 06:58PM by dehydrated-anteaters
https://ift.tt/2Xhqcxt
Seeking UPDATED paid OR free Flutter and/or Dart courses (current post supplement)
Hey all! Inspired by another post today, I'd like to ask for some flutter courses which are entirely up to date with both flutter and dart.It seems, unfortunately, that many courses are blatantly falsely advertised (upon looking at reviews) as "100% up to date" when in reality they are using libraries and imports that are far away from anything current.In order to not burn away my money, does anyone have a paid or free Dart and/or Flutter courses which was actually made within the last major updates to either lang/fork?Thanks guys. Eager dev waiting to start!
August 10, 2021 at 06:58PM by dehydrated-anteaters
https://ift.tt/2Xhqcxt
reddit
Seeking UPDATED paid OR free Flutter and/or Dart courses (current...
Hey all! Inspired by another post today, I'd like to ask for some flutter courses which are entirely up to date with both flutter and dart. It...
New post on /r/flutterdev subreddit:
What are the common pitfalls a flutter newbie should be aware of?
New to flutter and about to start a new project with it. I would be using it together with Firebase.Hence I would like to seek the wisdom of the crowd regarding common pitfalls I should be aware of and common good case practices I should adopt with flutter specifically and when used together with firebase.Idea is: I could learn from others and not have to repeat same common mistakes myself :)Hopefully this can turn into a wiki of sort that would be useful to others.Thanks!
August 10, 2021 at 06:56PM by finlaydotweber
https://ift.tt/3xEMaH4
What are the common pitfalls a flutter newbie should be aware of?
New to flutter and about to start a new project with it. I would be using it together with Firebase.Hence I would like to seek the wisdom of the crowd regarding common pitfalls I should be aware of and common good case practices I should adopt with flutter specifically and when used together with firebase.Idea is: I could learn from others and not have to repeat same common mistakes myself :)Hopefully this can turn into a wiki of sort that would be useful to others.Thanks!
August 10, 2021 at 06:56PM by finlaydotweber
https://ift.tt/3xEMaH4
reddit
What are the common pitfalls a flutter newbie should be aware of?
New to flutter and about to start a new project with it. I would be using it together with Firebase. Hence I would like to seek the wisdom of the...
New post on /r/flutterdev subreddit:
Logging The Reactive Way
https://ift.tt/3s5083X
August 10, 2021 at 06:40PM by fredgrott
https://ift.tt/3yCYoBu
Logging The Reactive Way
https://ift.tt/3s5083X
August 10, 2021 at 06:40PM by fredgrott
https://ift.tt/3yCYoBu
Medium
Logging The Reactive Way
On the developer side of Flutter App building, one can determine what to implement and build by asking the simplest set of questions. What…
New post on /r/flutterdev subreddit:
How would you go about programaticaly generating an image?
I am trying with an idea in my head that involves creating random scene images. Example, i click a button and the code generates a random cartoonish forest scene, say a couple trees, a path, and maybe a deer. Each time i click, it creates a new image. The scene could be anything, forest, desert, urban, etc.The only way I have come up with is to have a boatload of png images and load them in static places on the blank image. There would have to be predefined "spits" to place them. There would also have to be specific images for backgrounds and ground level.Is there a better way to do this?This does not have to be in flutter, open to other ideas. Unity could potentially work for this somehow as well
August 10, 2021 at 06:15PM by rdh24
https://ift.tt/3lS08mW
How would you go about programaticaly generating an image?
I am trying with an idea in my head that involves creating random scene images. Example, i click a button and the code generates a random cartoonish forest scene, say a couple trees, a path, and maybe a deer. Each time i click, it creates a new image. The scene could be anything, forest, desert, urban, etc.The only way I have come up with is to have a boatload of png images and load them in static places on the blank image. There would have to be predefined "spits" to place them. There would also have to be specific images for backgrounds and ground level.Is there a better way to do this?This does not have to be in flutter, open to other ideas. Unity could potentially work for this somehow as well
August 10, 2021 at 06:15PM by rdh24
https://ift.tt/3lS08mW
reddit
How would you go about programaticaly generating an image?
I am trying with an idea in my head that involves creating random scene images. Example, i click a button and the code generates a random...
New post on /r/flutterdev subreddit:
Is GetX still recommended over bloC or other?
I am not certain between GetX and BloC. Since the use of Cubits and tons of good examples in the BloC docs, I learnt to love it more and more. But the use of GetX is more intuitive and easy to learn and to use. It's also a micro framework with other nice features. Several months ago, the GetX package was unstable and not recommended by most developers, what about now? Are the promises true that GetX has a faster state management / builder than other options?We started building a production app and now tempting to switch to BloC, because of Cubits and easy implementations of unit tests.
August 10, 2021 at 10:03PM by d3vm4n8
https://ift.tt/2X7rrPA
Is GetX still recommended over bloC or other?
I am not certain between GetX and BloC. Since the use of Cubits and tons of good examples in the BloC docs, I learnt to love it more and more. But the use of GetX is more intuitive and easy to learn and to use. It's also a micro framework with other nice features. Several months ago, the GetX package was unstable and not recommended by most developers, what about now? Are the promises true that GetX has a faster state management / builder than other options?We started building a production app and now tempting to switch to BloC, because of Cubits and easy implementations of unit tests.
August 10, 2021 at 10:03PM by d3vm4n8
https://ift.tt/2X7rrPA
reddit
Is GetX still recommended over bloC or other?
I am not certain between GetX and BloC. Since the use of Cubits and tons of good examples in the BloC docs, I learnt to love it more and more. But...
New post on /r/flutterdev subreddit:
Unit Testing with Docker | The Next Airbnb #1.1 | Flutter & Go
https://youtu.be/SCZYeUqxhsc
August 10, 2021 at 10:20PM by Fox520
https://ift.tt/3yDwvJy
Unit Testing with Docker | The Next Airbnb #1.1 | Flutter & Go
https://youtu.be/SCZYeUqxhsc
August 10, 2021 at 10:20PM by Fox520
https://ift.tt/3yDwvJy
YouTube
Unit Testing with Docker | The Next Airbnb #1.5 | Flutter & Go
In part 2.5 in the series of videos, we add unit tests with the help of Docker.
The series is about building a cloud independent Airbnb like system, backend to frontend!
It will enable users to discover properties for rent anywhere in the world, pay for subscriptions…
The series is about building a cloud independent Airbnb like system, backend to frontend!
It will enable users to discover properties for rent anywhere in the world, pay for subscriptions…
New post on /r/flutterdev subreddit:
Looking for Flutter developers 0-3 years experience
HiWe are a start up and building a book reading app with tons of functionality. Our prototype is in progress and we are looking for a front end developer with experience in flutter 0-3 years to join our teamIf the right candidate has no experience in flutter but wish to learn they can also welcome to apply. Interns are also considered. You can send your resume on careers@bridgewatertechnology.comLook forward to itCheers
August 11, 2021 at 12:24AM by Vineyrt
https://ift.tt/3s4Ute4
Looking for Flutter developers 0-3 years experience
HiWe are a start up and building a book reading app with tons of functionality. Our prototype is in progress and we are looking for a front end developer with experience in flutter 0-3 years to join our teamIf the right candidate has no experience in flutter but wish to learn they can also welcome to apply. Interns are also considered. You can send your resume on careers@bridgewatertechnology.comLook forward to itCheers
August 11, 2021 at 12:24AM by Vineyrt
https://ift.tt/3s4Ute4
Bridgewatertechnology
BWT
Bridgewater Technology
New post on /r/flutterdev subreddit:
Looking for a flutter dev to partner with
We've got some brilliant ideas, we're looking for a developer to partner with.
August 11, 2021 at 12:15AM by helloguy1010
https://ift.tt/3jG4H0V
Looking for a flutter dev to partner with
We've got some brilliant ideas, we're looking for a developer to partner with.
August 11, 2021 at 12:15AM by helloguy1010
https://ift.tt/3jG4H0V
reddit
Looking for a flutter dev to partner with
We've got some brilliant ideas, we're looking for a developer to partner with.
New post on /r/flutterdev subreddit:
Flutter UI Staggered Grid View App Tutorial | Step by Step Well Explained Part 1
https://youtu.be/kukvsEtVsTQ
August 11, 2021 at 01:17AM by Confident-Basket-896
https://ift.tt/3jFY8eQ
Flutter UI Staggered Grid View App Tutorial | Step by Step Well Explained Part 1
https://youtu.be/kukvsEtVsTQ
August 11, 2021 at 01:17AM by Confident-Basket-896
https://ift.tt/3jFY8eQ
YouTube
Flutter UI Staggered Grid View App Tutorial | App from Scratch Part 1
Welcome to my Flutter Apps from Scratch tutorial series. In this video, you will build the layout of a travel app UI and learn about how to use the staggered grid view.
🙊 Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
Support me at my Patreon
Source…
🙊 Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
Support me at my Patreon
Source…
New post on /r/flutterdev subreddit:
"The argument type 'String?' can't be assigned to the parameter type 'Object'.",
Hero(tag:sources[index].id,)with red underline
August 11, 2021 at 06:46AM by LibraryNo6908
https://ift.tt/3CBQ9rA
"The argument type 'String?' can't be assigned to the parameter type 'Object'.",
Hero(tag:sources[index].id,)with red underline
August 11, 2021 at 06:46AM by LibraryNo6908
https://ift.tt/3CBQ9rA
reddit
"The argument type 'String?' can't be assigned to the parameter...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Reactive Programming Using RxDart For Flutter Applications - Part 1
https://ift.tt/3izK5b7
August 11, 2021 at 07:47AM by maria_garcia20
https://ift.tt/3yJPtOQ
Reactive Programming Using RxDart For Flutter Applications - Part 1
https://ift.tt/3izK5b7
August 11, 2021 at 07:47AM by maria_garcia20
https://ift.tt/3yJPtOQ
Medium
Reactive Programming Using RxDart For Flutter Applications - Part 1
Get to know the best of reactive programming in dart
New post on /r/flutterdev subreddit:
Started with the Flutter but there's an error with the Gradle while running the project on the AVD manager
FAILURE: Build failed with an exception.* What went wrong:Could not open settings generic class cache for settings file 'C:\Users\rudra\AndroidStudioProjects\testing_app\android\settings.gradle' (C:\Users\rudra\.gradle\caches\6.7\scripts\1fnwrr8g4rohfp291nvlxj5qe).> BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 60* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.* Get more help at https://help.gradle.orgBUILD FAILED in 5sException: Gradle task assembleDebug failed with exit code 1
August 11, 2021 at 09:55AM by rudraksh_karpe
https://ift.tt/2VLjgrR
Started with the Flutter but there's an error with the Gradle while running the project on the AVD manager
FAILURE: Build failed with an exception.* What went wrong:Could not open settings generic class cache for settings file 'C:\Users\rudra\AndroidStudioProjects\testing_app\android\settings.gradle' (C:\Users\rudra\.gradle\caches\6.7\scripts\1fnwrr8g4rohfp291nvlxj5qe).> BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 60* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.* Get more help at https://help.gradle.orgBUILD FAILED in 5sException: Gradle task assembleDebug failed with exit code 1
August 11, 2021 at 09:55AM by rudraksh_karpe
https://ift.tt/2VLjgrR
Gradle
Gradle | Search for Help with Gradle Build Tool
New post on /r/flutterdev subreddit:
Just started learning Flutter and created a mobile application for my college.
The name of app is TietInfo. The app is made for the students who are either in college or are willing to join the college. The app is available on google play store.Google Play Store Link: https://play.google.com/store/apps/details?id=com.smartherd.tietinfoGithub Link: https://github.com/raghav-kapahi/tietinfo
August 11, 2021 at 09:36AM by Stunning-Algae-7145
https://ift.tt/3ALaTvB
Just started learning Flutter and created a mobile application for my college.
The name of app is TietInfo. The app is made for the students who are either in college or are willing to join the college. The app is available on google play store.Google Play Store Link: https://play.google.com/store/apps/details?id=com.smartherd.tietinfoGithub Link: https://github.com/raghav-kapahi/tietinfo
August 11, 2021 at 09:36AM by Stunning-Algae-7145
https://ift.tt/3ALaTvB
Google Play
TietInfo - Apps on Google Play
This is an application for the students who are willing to join and are in TIET.
New post on /r/flutterdev subreddit:
Flutter Tutorial : Movie App UI Design
https://youtube.com/watch?v=B0hmwoh_3qU&feature=share
August 11, 2021 at 09:10AM by dickyrey
https://ift.tt/3iyVnfY
Flutter Tutorial : Movie App UI Design
https://youtube.com/watch?v=B0hmwoh_3qU&feature=share
August 11, 2021 at 09:10AM by dickyrey
https://ift.tt/3iyVnfY
YouTube
Flutter Tutorial : Movie App UI Design with Dark Mode
#flutter #movieapp #dark #tutorial
In this tutorial, we will create a dark mode Movie Application in Flutter. Hopefully it can help for those who are still learning to make applications with Flutter... Enjoy..
🚀 Source code: https://github.com/byneetde…
In this tutorial, we will create a dark mode Movie Application in Flutter. Hopefully it can help for those who are still learning to make applications with Flutter... Enjoy..
🚀 Source code: https://github.com/byneetde…
New post on /r/flutterdev subreddit:
i made an app for my math students using Flutter
https://youtu.be/JDbX26iDdm0
August 11, 2021 at 10:30AM by Heisenlife
https://ift.tt/3jDmkOQ
i made an app for my math students using Flutter
https://youtu.be/JDbX26iDdm0
August 11, 2021 at 10:30AM by Heisenlife
https://ift.tt/3jDmkOQ
YouTube
i made an app for my math students using Flutter
💰 Flutter UI Course for BEGINNERS: https://mitchkoko.gumroad.com/l/BeginnerFlutterUICourse💰 Download Pre-made Flutter Apps & Games • https://mitchkoko.gumr...
New post on /r/flutterdev subreddit:
Which MacBook for Flutter Dev?
I am currently checking the various types of MacBooks because I will get one to develop and test iOS Flutter apps. Which model do you recommend and why? What are the best-suited models for this?Currently, I am thinking about getting the 13" Apple M1 Chip with 8-Core CPU and 8-Core GPU 512GB Storage, would that be sufficient?
August 11, 2021 at 12:56PM by HerryKun
https://ift.tt/3jK1A85
Which MacBook for Flutter Dev?
I am currently checking the various types of MacBooks because I will get one to develop and test iOS Flutter apps. Which model do you recommend and why? What are the best-suited models for this?Currently, I am thinking about getting the 13" Apple M1 Chip with 8-Core CPU and 8-Core GPU 512GB Storage, would that be sufficient?
August 11, 2021 at 12:56PM by HerryKun
https://ift.tt/3jK1A85
reddit
Which MacBook for Flutter Dev?
I am currently checking the various types of MacBooks because I will get one to develop and test iOS Flutter apps. Which model do you recommend...
New post on /r/flutterdev subreddit:
Social Media App with Flutter and Custom Backend
https://youtu.be/2YjlsK7TJm0
August 11, 2021 at 02:46PM by realappdev
https://ift.tt/3xyHVNb
Social Media App with Flutter and Custom Backend
https://youtu.be/2YjlsK7TJm0
August 11, 2021 at 02:46PM by realappdev
https://ift.tt/3xyHVNb
YouTube
8.Adding Posts | Flutter Social Media App With Custom Backend | Flutter Social Media App
📢the Social is a Flutter Social Media App With Custom Backend. Enjoy!😉Flutter Social Media App With Backend Flutter Social Media App With Backend Flutter
😺For Further Updates Follow me here :
👾 Instagram : https://www.instagram.com/abhishvek/
🔥🔥🔥 NodeJS…
😺For Further Updates Follow me here :
👾 Instagram : https://www.instagram.com/abhishvek/
🔥🔥🔥 NodeJS…
New post on /r/flutterdev subreddit:
[Multiplatform] A `multiplatform-project` generator for Flutter APP/plugin/federated-plugin
Thanks to mason, I've come up with the missing template-generator for multiplatform Flutter APP/plugin, especially federated-pluginhttps://github.com/woodemi/quick_flutter.brick
August 11, 2021 at 03:21PM by sunbreakwang
https://ift.tt/3lTenrr
[Multiplatform] A `multiplatform-project` generator for Flutter APP/plugin/federated-plugin
Thanks to mason, I've come up with the missing template-generator for multiplatform Flutter APP/plugin, especially federated-pluginhttps://github.com/woodemi/quick_flutter.brick
$ mason make quick_flutter --project myapp ✓ Made brick quick_flutter (0.2ms) ✓ Generated 125 file(s): ... $ ls myapp/ README.md lib pubspec.lock web android linux pubspec.yaml windows ios macos test
August 11, 2021 at 03:21PM by sunbreakwang
https://ift.tt/3lTenrr
GitHub
feat: Support federated plugin template generateion · Issue #95 · felangel/mason
Description Support federated plugin template generateion Requirements platform_interface Android iOS Windows macOS Web Additional Context flutter/flutter#43284, official support is missing. Could ...