New post on /r/flutterdev subreddit:
Flutter App Icon || iOS and Android
https://youtu.be/E_-6PBljccI
September 23, 2020 at 11:10PM by drdDavi
https://ift.tt/3499Man
Flutter App Icon || iOS and Android
https://youtu.be/E_-6PBljccI
September 23, 2020 at 11:10PM by drdDavi
https://ift.tt/3499Man
YouTube
Generating Flutter App Icon || iOS and Android
New post on /r/flutterdev subreddit:
Setup AdMob banner ads with the latest version of flutter & firebase dependencies
https://youtu.be/289915lyz8o
September 24, 2020 at 01:34AM by projectmind_guru
https://ift.tt/3kC0UAq
Setup AdMob banner ads with the latest version of flutter & firebase dependencies
https://youtu.be/289915lyz8o
September 24, 2020 at 01:34AM by projectmind_guru
https://ift.tt/3kC0UAq
YouTube
(Ep 56) Setup AdMob Banner Ads In Flutter with firebase_admob
In this video you’ll see how to configure AdMob banner ads using the firebase_admob package. We’ll be adding the banner ad just above our tab bar navigation ...
New post on /r/flutterdev subreddit:
What would it take to develop a “perfect” UI development tool for mobile apps?
https://medium.com/@osmancelik/what-would-it-take-to-develop-a-perfect-ui-development-tool-for-mobile-apps-35e68d69c3d1
September 24, 2020 at 09:58AM by ADALI2007
https://ift.tt/2Hp67NH
What would it take to develop a “perfect” UI development tool for mobile apps?
https://medium.com/@osmancelik/what-would-it-take-to-develop-a-perfect-ui-development-tool-for-mobile-apps-35e68d69c3d1
September 24, 2020 at 09:58AM by ADALI2007
https://ift.tt/2Hp67NH
Medium
What would it take to develop a “perfect” UI development tool for mobile apps?
For more than 10 years now, we have worked in developing mobile app development products with a UI development tool.
New post on /r/flutterdev subreddit:
Let’s create a Mini Spotify with Flutter and Riverpod
https://ift.tt/3j0dysy
September 24, 2020 at 11:10AM by Fewthp
https://ift.tt/2HtswcQ
Let’s create a Mini Spotify with Flutter and Riverpod
https://ift.tt/3j0dysy
September 24, 2020 at 11:10AM by Fewthp
https://ift.tt/2HtswcQ
Medium
Let’s create a Mini Spotify with Flutter and Riverpod
Creating a beautiful mini Spotify using Flutter and Riverpod
New post on Flutter Dev Google group:
Need Help in debugging
Hello all, I'm building a flutter app and when i use ListTile my gradle giving a lot of errors. please find below, FAILURE: Build failed with an exception. * Where: Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 904 * What went wrong: Execution failed for task
September 24, 2020 at 11:44AM by Arslan Raza
https://ift.tt/3kMsFpU
Need Help in debugging
Hello all, I'm building a flutter app and when i use ListTile my gradle giving a lot of errors. please find below, FAILURE: Build failed with an exception. * Where: Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 904 * What went wrong: Execution failed for task
September 24, 2020 at 11:44AM by Arslan Raza
https://ift.tt/3kMsFpU
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:
Decrease size in grid view
How do i decrease the size of my gridview?[image: Capture2.PNG]
September 24, 2020 at 12:07PM by Kum Hon Loke
https://ift.tt/307wa2C
Decrease size in grid view
How do i decrease the size of my gridview?[image: Capture2.PNG]
September 24, 2020 at 12:07PM by Kum Hon Loke
https://ift.tt/307wa2C
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 know if pub.dev package support Desktop
I see a package has following supports:DART: NATIVE JSFLUTTER: ANDROID IOS WEBWhat is the identifier for desktop support?
September 24, 2020 at 12:49PM by tledrag
https://ift.tt/3kWqTmz
How to know if pub.dev package support Desktop
I see a package has following supports:DART: NATIVE JSFLUTTER: ANDROID IOS WEBWhat is the identifier for desktop support?
September 24, 2020 at 12:49PM by tledrag
https://ift.tt/3kWqTmz
reddit
How to know if pub.dev package support Desktop
I see a package has following supports: DART: NATIVE JS FLUTTER: ANDROID IOS WEB What is the identifier for desktop support?
New post on /r/flutterdev subreddit:
Live Q and A, feat: i++, 404, 01, Null Pointer (Noobs playing game of Chess)
Hello Folks I don't know if I should post it over here or not, so if this doesn't follow the community rules then will remove this post.So Here is the exact topic I am writing this post.
I have started doing Live coding session couple of months ago on my YouTube channel.
Did getting a good response on streams and this time I have decided to bring some tech people from community to be on the Live Q and A session.
The Idea is to play Chess to make it fun and meanwhile answering questions around other tech like Flutter, ML, Web Apps, Android and React Native.
Hope this can help any one.
https://youtu.be/noPqM2Q4ak0
September 24, 2020 at 03:03PM by ibhavikmakwana
https://ift.tt/306rVEh
Live Q and A, feat: i++, 404, 01, Null Pointer (Noobs playing game of Chess)
Hello Folks I don't know if I should post it over here or not, so if this doesn't follow the community rules then will remove this post.So Here is the exact topic I am writing this post.
I have started doing Live coding session couple of months ago on my YouTube channel.
Did getting a good response on streams and this time I have decided to bring some tech people from community to be on the Live Q and A session.
The Idea is to play Chess to make it fun and meanwhile answering questions around other tech like Flutter, ML, Web Apps, Android and React Native.
Hope this can help any one.
https://youtu.be/noPqM2Q4ak0
September 24, 2020 at 03:03PM by ibhavikmakwana
https://ift.tt/306rVEh
YouTube
Live Q and A, feat: i++, 404, 01, Null Pointer (Noobs playing game of Chess)
The Idea of Today’s Live stream is to play Chess to make it fun and meanwhile answering questions around tech like Flutter, ML, Web Apps, Android and React N...
New post on Flutter Dev Google group:
How to use two streams with terary operators in a streambuilder for fetching two different collections from firestore
I'm currently fetching data from firestore documents but when I click on another category button the listview should change the stream to another collection and display info from that stream. When I tried to do this it resulted in the stream not changing with even boolean changes for each
September 24, 2020 at 03:42PM by haran govindan
https://ift.tt/3iUVi3T
How to use two streams with terary operators in a streambuilder for fetching two different collections from firestore
I'm currently fetching data from firestore documents but when I click on another category button the listview should change the stream to another collection and display info from that stream. When I tried to do this it resulted in the stream not changing with even boolean changes for each
September 24, 2020 at 03:42PM by haran govindan
https://ift.tt/3iUVi3T
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:
Flutter Firebase using CRUD operations
I´ve read this article and looks pretty good, however, I don´t understand how can I work with collections inside of other collections using this API class, can someone help me please? *void *setupLocator() { locator.registerLazySingleton(() => Api('products')); } BUT in my firestore I have
September 24, 2020 at 03:48PM by Za7972
https://ift.tt/32Z1ZMH
Flutter Firebase using CRUD operations
I´ve read this article and looks pretty good, however, I don´t understand how can I work with collections inside of other collections using this API class, can someone help me please? *void *setupLocator() { locator.registerLazySingleton(() => Api('products')); } BUT in my firestore I have
September 24, 2020 at 03:48PM by Za7972
https://ift.tt/32Z1ZMH
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:
bit.dev like solution for Flutter
I'd like to know if there is any way we can use a component library management system like https://bit.dev/ for Flutter.I think the only solution so far is to create a custom package, but I'd like to know if there are any other alternatives too.Has anyone found any solutions?
September 24, 2020 at 03:56PM by rrd_37
https://ift.tt/2RXylkN
bit.dev like solution for Flutter
I'd like to know if there is any way we can use a component library management system like https://bit.dev/ for Flutter.I think the only solution so far is to create a custom package, but I'd like to know if there are any other alternatives too.Has anyone found any solutions?
September 24, 2020 at 03:56PM by rrd_37
https://ift.tt/2RXylkN
bit.dev
Bit. Composable software.
AI-powered development workspaces with composable components, architectural clarity and zero overhead.
New post on /r/flutterdev subreddit:
Flutter tutorials, do you prefer written articles or videos, or both?
I'm planning on releasing a full tutorial of a Flutter app using Firebase (Firesotre, Authentication..) from scratch (design, architecture, deployment...). And I was wondering whether to it in written article or a series of video. I know that video might take more time, but if it might help other people I think it would be worth it.
September 24, 2020 at 03:54PM by yiss92
https://ift.tt/3kChiky
Flutter tutorials, do you prefer written articles or videos, or both?
I'm planning on releasing a full tutorial of a Flutter app using Firebase (Firesotre, Authentication..) from scratch (design, architecture, deployment...). And I was wondering whether to it in written article or a series of video. I know that video might take more time, but if it might help other people I think it would be worth it.
September 24, 2020 at 03:54PM by yiss92
https://ift.tt/3kChiky
reddit
Flutter tutorials, do you prefer written articles or videos, or both?
I'm planning on releasing a full tutorial of a Flutter app using Firebase (Firesotre, Authentication..) from scratch (design, architecture,...
New post on Flutter Dev Google group:
Reaction time
Hello, I am making an app to calculate the reaction time of a touch on button when the button lights up. Like a virtual whack-a-mole. How should I go about this? https://ift.tt/3mMrLf3 The above link would be a very good example of what I want to do but only the area
September 24, 2020 at 05:18PM by Vardhaman Srivastava
https://ift.tt/334eR4t
Reaction time
Hello, I am making an app to calculate the reaction time of a touch on button when the button lights up. Like a virtual whack-a-mole. How should I go about this? https://ift.tt/3mMrLf3 The above link would be a very good example of what I want to do but only the area
September 24, 2020 at 05:18PM by Vardhaman Srivastava
https://ift.tt/334eR4t
New post on /r/flutterdev subreddit:
flutter_sinusoidals | Flutter Package
https://ift.tt/2HuRB7h
September 24, 2020 at 05:36PM by JoeJoe_Nguyen
https://ift.tt/3mLe53Y
flutter_sinusoidals | Flutter Package
https://ift.tt/2HuRB7h
September 24, 2020 at 05:36PM by JoeJoe_Nguyen
https://ift.tt/3mLe53Y
Dart packages
flutter_sinusoidals | Flutter Package
A flutter package that helps you to visualize sine waves as you desire. All basic waves are already supported, plus customized waves & some pre-defined waves.
New post on /r/flutterdev subreddit:
Upload Contacts To Firebase (Tutorial)
https://www.youtube.com/watch?v=s39EDFhLQaI
September 24, 2020 at 05:24PM by JohannesMilke
https://ift.tt/3j1vB1s
Upload Contacts To Firebase (Tutorial)
https://www.youtube.com/watch?v=s39EDFhLQaI
September 24, 2020 at 05:24PM by JohannesMilke
https://ift.tt/3j1vB1s
YouTube
Flutter Tutorial - Upload Contacts To Firebase
Read the contacts from your device with Flutter and upload them to Firebase.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source code: https://github.com/JohannesMilke/contacts_example
- Buy My Courses:…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source code: https://github.com/JohannesMilke/contacts_example
- Buy My Courses:…
New post on /r/flutterdev subreddit:
Netflix Clone With Firebase🔥
https://youtu.be/wN6cH0BRtMY
September 24, 2020 at 06:14PM by joytin45
https://ift.tt/3404ihO
Netflix Clone With Firebase🔥
https://youtu.be/wN6cH0BRtMY
September 24, 2020 at 06:14PM by joytin45
https://ift.tt/3404ihO
YouTube
Flutter Netflix Clone - Homepage| Netflix Clone Flutter |Flutter Clone Netflix | Netflix Clone
Flutter Netflix Clone using Cloud Firestore and Chewie media package! Flutter Netflix Clone - Homepage
⛄Support Me(please) To Get Complete Source Code With Some Cookies🍪
☑️ Buymeacoffee : https://www.buymeacoffee.com/Abhishvek
☑️ Paypal : https://www.pa…
⛄Support Me(please) To Get Complete Source Code With Some Cookies🍪
☑️ Buymeacoffee : https://www.buymeacoffee.com/Abhishvek
☑️ Paypal : https://www.pa…
New post on /r/flutterdev subreddit:
Silent Coding in Flutter: Creating a Gradient Slider
https://www.youtube.com/watch?v=Wl4F5V6BoJw
September 24, 2020 at 06:24PM by ibhavikmakwana
https://ift.tt/33VPm4f
Silent Coding in Flutter: Creating a Gradient Slider
https://www.youtube.com/watch?v=Wl4F5V6BoJw
September 24, 2020 at 06:24PM by ibhavikmakwana
https://ift.tt/33VPm4f
YouTube
Silent Coding in Flutter: Creating a Gradient Slider
In this video we will check out How you can use a Gradient as a Color in you Slider's Track.
Quick Silent videos are the Series of videos in which I'll show how you can do some amazing stuff in Flutter quickly.
Code Gist: https://gist.github.com/ibhavi…
Quick Silent videos are the Series of videos in which I'll show how you can do some amazing stuff in Flutter quickly.
Code Gist: https://gist.github.com/ibhavi…
New post on Flutter Dev Google group:
Saving text in text Fields
I am trying to get/collect the text from a text field so I can retrieve again after I close the app I've tried a few thing but nothing has worked any ideas? these are the contents of the page with the textFields I can't figure out how to post the whole file it says it is to large thank you!!
September 24, 2020 at 09:07PM by Josiah Ritter
https://ift.tt/3hUaE7u
Saving text in text Fields
I am trying to get/collect the text from a text field so I can retrieve again after I close the app I've tried a few thing but nothing has worked any ideas? these are the contents of the page with the textFields I can't figure out how to post the whole file it says it is to large thank you!!
September 24, 2020 at 09:07PM by Josiah Ritter
https://ift.tt/3hUaE7u
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:
flutter map using open street map
hello I'm trying to add text based search location and auto completion in a app similar to google map .Actually what are the functionalities for this .
September 24, 2020 at 09:17PM by sona
https://ift.tt/3j0K1yV
flutter map using open street map
hello I'm trying to add text based search location and auto completion in a app similar to google map .Actually what are the functionalities for this .
September 24, 2020 at 09:17PM by sona
https://ift.tt/3j0K1yV
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 tweet from FlutterDev:
👉 Send users to external urls!
The url_launcher package will help send users to a webpage and it's as easy as calling a single method.
📱🌎 Use it with phone numbers, to initiate texts, calls, and more.
Watch the #PackageoftheWeek here → https://t.co/9RgfnC1wQs pic.twitter.com/kMFWwluCmr— Flutter (@FlutterDev) September 24, 2020
September 24, 2020 at 09:48PM
http://twitter.com/FlutterDev/status/1309218052794277888
👉 Send users to external urls!
The url_launcher package will help send users to a webpage and it's as easy as calling a single method.
📱🌎 Use it with phone numbers, to initiate texts, calls, and more.
Watch the #PackageoftheWeek here → https://t.co/9RgfnC1wQs pic.twitter.com/kMFWwluCmr— Flutter (@FlutterDev) September 24, 2020
September 24, 2020 at 09:48PM
http://twitter.com/FlutterDev/status/1309218052794277888
Twitter
#packageoftheweek hashtag on Twitter
8m ago @FlutterDev tweeted: "🌐 #PackageoftheWeek: package:connectivi.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Firebase with container services
Hello guys,is there a way to run your own .NET Core backend for my flutter application?There was a post talking about the firebase team is testing container services support, but its not available for now.Your backend would need:Validate a token against firebase authenticationAccess firestoreetcEven more you would need an API to access play store and the apple app store to validate purchases.Even if its possible, Im not sure if its a good way or just to much effort compared to firebase cloud functions combined with rules.
September 25, 2020 at 01:12AM by KaiN_SC
https://ift.tt/3j26Xhr
Firebase with container services
Hello guys,is there a way to run your own .NET Core backend for my flutter application?There was a post talking about the firebase team is testing container services support, but its not available for now.Your backend would need:Validate a token against firebase authenticationAccess firestoreetcEven more you would need an API to access play store and the apple app store to validate purchases.Even if its possible, Im not sure if its a good way or just to much effort compared to firebase cloud functions combined with rules.
September 25, 2020 at 01:12AM by KaiN_SC
https://ift.tt/3j26Xhr
reddit
Firebase with container services
Hello guys, is there a way to run your own .NET Core backend for my flutter application? There was a post talking about the firebase team is...