New tweet from FlutterDev:
🎉🎂Today is our birthday! 🎂🎉
We’d like to thank our amazing community for your support. Whether it’s making Dash fly or reaching all your users on multiple platforms, we aspire to help you achieve your goals.
We’re excited for what's to come! pic.twitter.com/f0oENRkKfq— Dart Language (@dart_lang) October 10, 2019
October 11, 2019 at 02:41AM
http://twitter.com/FlutterDev/status/1182456071308185600
🎉🎂Today is our birthday! 🎂🎉
We’d like to thank our amazing community for your support. Whether it’s making Dash fly or reaching all your users on multiple platforms, we aspire to help you achieve your goals.
We’re excited for what's to come! pic.twitter.com/f0oENRkKfq— Dart Language (@dart_lang) October 10, 2019
October 11, 2019 at 02:41AM
http://twitter.com/FlutterDev/status/1182456071308185600
Twitter
Dart Language
🎉🎂Today is our birthday! 🎂🎉 We’d like to thank our amazing community for your support. Whether it’s making Dash fly or reaching all your users on multiple platforms, we aspire to help you achieve your goals. We’re excited for what's to come! https://t.co/f0oENRkKfq
New post on /r/flutterdev subreddit:
Are default widgets computationally expensive?
Many default widgets have so much conditional logic in them does this effect performance or the compiler is smart enough and remove all those unneeded connections from the code?
October 11, 2019 at 03:13AM by neattike
https://ift.tt/2M3ZuQW
Are default widgets computationally expensive?
Many default widgets have so much conditional logic in them does this effect performance or the compiler is smart enough and remove all those unneeded connections from the code?
October 11, 2019 at 03:13AM by neattike
https://ift.tt/2M3ZuQW
reddit
Are default widgets computationally expensive?
Many default widgets have so much conditional logic in them does this effect performance or the compiler is smart enough and remove all those...
New post on /r/flutterdev subreddit:
#12 Stack Widget Flutter
https://youtu.be/y0RTmB5GZW0
October 11, 2019 at 05:01AM by systechdevelopers
https://ift.tt/2BdEvVH
#12 Stack Widget Flutter
https://youtu.be/y0RTmB5GZW0
October 11, 2019 at 05:01AM by systechdevelopers
https://ift.tt/2BdEvVH
YouTube
#12 Widget Stack | Flutter Tutorial | Google
#12 flutter widget Stack.
New post on /r/flutterdev subreddit:
Launching Flutter Multi Resttaurant App Need Feedback
Are you planning to start your own multi restaurant business just like swiggy, Ubereats and Foodpanda then you are just one step behind, We are launching Flutter Multi Restaurant Mobile Application that allows you build your online food ordering business just in few setup and installation with the cross-platform and one codebase features.So have a look of UI/UX and functionality of this app at https://www.ionicfirebaseapp.com/products/flutter-multirestaurant-saas-appAnd check the documentation at https://docs.ionicfirebaseapp.com/flutter-multirestaurant-sass-app/We develop app at Flutter.dev#foodsystem #flutter #mobileapp
October 11, 2019 at 07:57AM by ionicfirebaseapp
https://ift.tt/2VxYcAB
Launching Flutter Multi Resttaurant App Need Feedback
Are you planning to start your own multi restaurant business just like swiggy, Ubereats and Foodpanda then you are just one step behind, We are launching Flutter Multi Restaurant Mobile Application that allows you build your online food ordering business just in few setup and installation with the cross-platform and one codebase features.So have a look of UI/UX and functionality of this app at https://www.ionicfirebaseapp.com/products/flutter-multirestaurant-saas-appAnd check the documentation at https://docs.ionicfirebaseapp.com/flutter-multirestaurant-sass-app/We develop app at Flutter.dev#foodsystem #flutter #mobileapp
October 11, 2019 at 07:57AM by ionicfirebaseapp
https://ift.tt/2VxYcAB
ionicfirebaseapp
Flutter Multi Restaurant Sass App | Food Ordering SaaS Application
Multi Restaurant sass app | Food Ordering Saas Application comes with all the app UI/UX and backend integration to build IOS / ANDROID mobile apps.
New post on /r/flutterdev subreddit:
Flutter tutorial: Courses App
https://ift.tt/318koCu
October 11, 2019 at 12:22PM by cybdom
https://ift.tt/2Vvyg8U
Flutter tutorial: Courses App
https://ift.tt/318koCu
October 11, 2019 at 12:22PM by cybdom
https://ift.tt/2Vvyg8U
Cybdom
Flutter tutorial: Courses App - Cybdom
This is the first time on this blog am sharing with you an Educational app, well I don’t know if the name is correct but this app is kinda like Udemy. Get the source code for free: https://github.com/cybdom/educational_app Leave a 3$ tip right here: htt…
New post on /r/flutterdev subreddit:
Is Flutter webview plugin production ready?
Would like to know if there are flutter apps that is in production already and uses webview plugin. How was it?
October 11, 2019 at 02:31PM by tsicnarf
https://ift.tt/2Vym3A6
Is Flutter webview plugin production ready?
Would like to know if there are flutter apps that is in production already and uses webview plugin. How was it?
October 11, 2019 at 02:31PM by tsicnarf
https://ift.tt/2Vym3A6
Dart packages
webview_flutter | Flutter package
A Flutter plugin that provides a WebView widget backed by the system webview.
New post on /r/flutterdev subreddit:
Removing flutter web libs from android build
Hi,I have something done with flutter web that want to compile for flutter android. I understand that they will run in very different environments and for example dart:html has no importance/utility in android (Perhaps webviews?). So, today I tried to compile for android and android studio claimed that "dart:html" lib was not found. I assume this is because dart:html has not been made for anything non web. So, Is there any way to conditionaly (or whatever other way to do it) be able to import libraries depending on the compilation target platform?Cheers!
October 11, 2019 at 04:40PM by wacomlover
https://ift.tt/2MwJWnQ
Removing flutter web libs from android build
Hi,I have something done with flutter web that want to compile for flutter android. I understand that they will run in very different environments and for example dart:html has no importance/utility in android (Perhaps webviews?). So, today I tried to compile for android and android studio claimed that "dart:html" lib was not found. I assume this is because dart:html has not been made for anything non web. So, Is there any way to conditionaly (or whatever other way to do it) be able to import libraries depending on the compilation target platform?Cheers!
October 11, 2019 at 04:40PM by wacomlover
https://ift.tt/2MwJWnQ
reddit
Removing flutter web libs from android build
Hi, I have something done with flutter web that want to compile for flutter android. I understand that they will run in very different...
New post on /r/flutterdev subreddit:
Moor: Return an int from a COUNT raw query instead of a List<int>
If you have any idea how to do that please help.SO post: https://stackoverflow.com/questions/58343087/is-there-a-way-to-get-an-int-value-instead-of-listint-from-moor-when-using-cThank you in advance.
October 11, 2019 at 04:14PM by 0rAX0
https://ift.tt/33nUmNa
Moor: Return an int from a COUNT raw query instead of a List<int>
If you have any idea how to do that please help.SO post: https://stackoverflow.com/questions/58343087/is-there-a-way-to-get-an-int-value-instead-of-listint-from-moor-when-using-cThank you in advance.
October 11, 2019 at 04:14PM by 0rAX0
https://ift.tt/33nUmNa
Stack Overflow
Is there a way to get an 'int' value instead of List from Moor when using COUNT?
I'm using moor in my Flutter app and I needed to COUNT the number of items in the database. Moor doesn't support COUNT in dart so I've been using a raw query:
queries: {
'numberOfTasks':
'SEL...
queries: {
'numberOfTasks':
'SEL...
New post on /r/flutterdev subreddit:
I've seen a few people mention that they export their mock up screens from sketch onto flutter? Why do they do this?
No text found
October 11, 2019 at 04:14PM by ayerinlol
https://ift.tt/2VID1w5
I've seen a few people mention that they export their mock up screens from sketch onto flutter? Why do they do this?
No text found
October 11, 2019 at 04:14PM by ayerinlol
https://ift.tt/2VID1w5
reddit
I've seen a few people mention that they export their mock up...
Posted in r/FlutterDev by u/ayerinlol • 2 points and 0 comments
New post on /r/flutterdev subreddit:
How to add typing indicator to chat app?
Hi Everyone!I am build chat app in Flutter. I build
October 11, 2019 at 04:13PM by Flutter_Dev
https://ift.tt/2oAhrNR
How to add typing indicator to chat app?
Hi Everyone!I am build chat app in Flutter. I build
ListView
from document snapshots()
in Firestore collection.But I want add new feature: show if user is typing.I am stuck. I not know how to add different widget to bottom of List from different stream.Anyone know how to do or open source example?Thanks everyone!October 11, 2019 at 04:13PM by Flutter_Dev
https://ift.tt/2oAhrNR
reddit
How to add typing indicator to chat app?
Hi Everyone! I am build chat app in Flutter. I build `ListView` from document `snapshots()` in Firestore collection. But I want add new...
New tweet from FlutterDev:
🤯It's time to drop some #FlutterFriday knowledge! 🤯
Q: Are you rewriting the same Flutter code over and over again?
Make that a thing of the past with VSCode's code snippets or Android Studio's live templates. #vscode #androidstudio pic.twitter.com/wuh6sA1tm4— Flutter (@FlutterDev) October 11, 2019
October 11, 2019 at 05:41PM
http://twitter.com/FlutterDev/status/1182682731387355136
🤯It's time to drop some #FlutterFriday knowledge! 🤯
Q: Are you rewriting the same Flutter code over and over again?
Make that a thing of the past with VSCode's code snippets or Android Studio's live templates. #vscode #androidstudio pic.twitter.com/wuh6sA1tm4— Flutter (@FlutterDev) October 11, 2019
October 11, 2019 at 05:41PM
http://twitter.com/FlutterDev/status/1182682731387355136
Twitter
#flutterfriday hashtag on Twitter
35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Flutter: CircularLoading delay
So I'm testing using FutureBuilder and I have a CircularLoading widget for when the Future hasn't return yet.But the animation looks janky, as the http call is quite fast, so you see a jerky motion to the CircularLoading widget which appears for fractions of second and it looks very bad.Is there a way to selectively display 1 second CircularLoading by default, and if the future returned in less than 1 second, skip the Loading Spinner altogether.Also, happy birthday Flutter! You're awesome i'm learning new shit from you everyday!
October 11, 2019 at 05:16PM by visiblebutterfly
https://ift.tt/2M4ldYO
Flutter: CircularLoading delay
So I'm testing using FutureBuilder and I have a CircularLoading widget for when the Future hasn't return yet.But the animation looks janky, as the http call is quite fast, so you see a jerky motion to the CircularLoading widget which appears for fractions of second and it looks very bad.Is there a way to selectively display 1 second CircularLoading by default, and if the future returned in less than 1 second, skip the Loading Spinner altogether.Also, happy birthday Flutter! You're awesome i'm learning new shit from you everyday!
October 11, 2019 at 05:16PM by visiblebutterfly
https://ift.tt/2M4ldYO
reddit
Flutter: CircularLoading delay
So I'm testing using FutureBuilder and I have a CircularLoading widget for when the Future hasn't return yet. But the animation looks...
New post on /r/flutterdev subreddit:
Moving from Native apps to Flutter?
I have an established app with a solid userbase and growing. The nature of the app is sports data related, so mostly we are talking about sports stats, schedules, and news. The apps are currently native Android/iOS.The app is somewhat outdated and so we are in the process of re-building it with udpated UI/UX and with many new features. Still in the design stage, but will soon have to decide if we stick with Native builds or go crossplatform / hydrid with Flutter or other (R/N). The development company we work with is pushing for Flutter (but not taking into account lack of Admob Native Ad Support).From a product feature, performance and maintenance POV Flutter makes so much sense. However, if we move to Flutter we'll have a monetization challenge. We currently use AdMob with both Native Ads. I am aware that Flutter doesn't support Admob Native Ads and that there is no timeline for this. (so it may never happen or it may happen far into the future). Can someone please advise if monetization with the Firebase AdMob plugin would result in comparable monetization to using AdMob Native Ads or is it expected that Native Ads would outperform non-native ads (interstitials and fixed-position banners)?. Appreciate your thoughts on this topic.
October 11, 2019 at 05:15PM by wredhead
https://ift.tt/2B5sqBO
Moving from Native apps to Flutter?
I have an established app with a solid userbase and growing. The nature of the app is sports data related, so mostly we are talking about sports stats, schedules, and news. The apps are currently native Android/iOS.The app is somewhat outdated and so we are in the process of re-building it with udpated UI/UX and with many new features. Still in the design stage, but will soon have to decide if we stick with Native builds or go crossplatform / hydrid with Flutter or other (R/N). The development company we work with is pushing for Flutter (but not taking into account lack of Admob Native Ad Support).From a product feature, performance and maintenance POV Flutter makes so much sense. However, if we move to Flutter we'll have a monetization challenge. We currently use AdMob with both Native Ads. I am aware that Flutter doesn't support Admob Native Ads and that there is no timeline for this. (so it may never happen or it may happen far into the future). Can someone please advise if monetization with the Firebase AdMob plugin would result in comparable monetization to using AdMob Native Ads or is it expected that Native Ads would outperform non-native ads (interstitials and fixed-position banners)?. Appreciate your thoughts on this topic.
October 11, 2019 at 05:15PM by wredhead
https://ift.tt/2B5sqBO
reddit
We’re the Flutter team at Google. Ask Us Anything! (starts...
**EDIT 9/19 @ 1:45 PDT:** ... and that's a wrap! Thank you so much for all your awesome questions and helpful feedback. We had a blast chatting...
New post on /r/flutterdev subreddit:
Isolates and multithreading in Flutter Part 2 (The Boring Flutter Development Show, Ep. 31)
https://www.youtube.com/watch?v=_evx4lSgrnM&feature=youtu.be
October 11, 2019 at 06:07PM by MarkOSullivan
https://ift.tt/2pgKLJa
Isolates and multithreading in Flutter Part 2 (The Boring Flutter Development Show, Ep. 31)
https://www.youtube.com/watch?v=_evx4lSgrnM&feature=youtu.be
October 11, 2019 at 06:07PM by MarkOSullivan
https://ift.tt/2pgKLJa
YouTube
Isolates and multithreading in Flutter Part 2 (The Boring Flutter Development Show, Ep. 31)
In the last episode, we dove into isolates and multithreading in Dart. In this episode of the Boring Show, Filip and Andrew finish the job, and make fetching of Hacker News articles execute on a separate thread from the UI thread.
Skip the intro → 3:03
…
Skip the intro → 3:03
…
New post on /r/flutterdev subreddit:
Isolates and multithreading in Flutter Part 2 (The Boring Flutter Development Show, Ep. 31)
https://youtu.be/_evx4lSgrnM
October 11, 2019 at 06:04PM by EngineerScientist
https://ift.tt/2VyXC5A
Isolates and multithreading in Flutter Part 2 (The Boring Flutter Development Show, Ep. 31)
https://youtu.be/_evx4lSgrnM
October 11, 2019 at 06:04PM by EngineerScientist
https://ift.tt/2VyXC5A
YouTube
Isolates and multithreading in Flutter Part 2 (The Boring Flutter Development Show, Ep. 31)
In the last episode, we dove into isolates and multithreading in Dart. In this episode of the Boring Show, Filip and Andrew finish the job, and make fetching of Hacker News articles execute on a separate thread from the UI thread.
Skip the intro → 3:03
…
Skip the intro → 3:03
…
New post on /r/flutterdev subreddit:
How long does it take to learn Flutter/Dart? (For a web dev)
Hi! I need to build an Android app for school in about a week (A simple CRUD with auth and push notifications) but I'm not a mobile dev, so I need to know if, given my web development background, I can learn to use this framework on time or if it is a better option for me out there. I'm a Vue developer so React Native is not an option right now, I know the Ionic team is working on a Vue version but it's not ready yet.P.D. Sorry about my english
October 11, 2019 at 08:54PM by thatblackgentleman
https://ift.tt/2IIKNR1
How long does it take to learn Flutter/Dart? (For a web dev)
Hi! I need to build an Android app for school in about a week (A simple CRUD with auth and push notifications) but I'm not a mobile dev, so I need to know if, given my web development background, I can learn to use this framework on time or if it is a better option for me out there. I'm a Vue developer so React Native is not an option right now, I know the Ionic team is working on a Vue version but it's not ready yet.P.D. Sorry about my english
October 11, 2019 at 08:54PM by thatblackgentleman
https://ift.tt/2IIKNR1
reddit
How long does it take to learn Flutter/Dart? (For a web dev)
Hi! I need to build an Android app for school in about a week (A simple CRUD with auth and push notifications) but I'm not a mobile dev, so I need...
New tweet from FlutterDev:
The #BoringShow episode about multithreading in Dart was too isolated, so we filmed another one... 😂
@redbrogdon and @filiphracek live code the fetching of Hacker News articles to execute on a separate thread from the UI thread.
Binge watch here → https://t.co/AV3GjVVjOV pic.twitter.com/pa7N3Ckq1V— Flutter (@FlutterDev) October 11, 2019
October 11, 2019 at 09:42PM
http://twitter.com/FlutterDev/status/1182743366301184000
The #BoringShow episode about multithreading in Dart was too isolated, so we filmed another one... 😂
@redbrogdon and @filiphracek live code the fetching of Hacker News articles to execute on a separate thread from the UI thread.
Binge watch here → https://t.co/AV3GjVVjOV pic.twitter.com/pa7N3Ckq1V— Flutter (@FlutterDev) October 11, 2019
October 11, 2019 at 09:42PM
http://twitter.com/FlutterDev/status/1182743366301184000
Twitter
#boringshow hashtag on Twitter
38m ago @FlutterDev tweeted: "📺 The #BoringShow is back! 📺
Join @f.." - read what others are saying and join the conversation.
Join @f.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
60 Days of Flutter :Building a Messenger : Day 51–54 : Unit Testing Firebase Providers with Mockito
https://ift.tt/2MBIfoT
October 11, 2019 at 09:54PM by aditya_gurjar
https://ift.tt/2IXoDLh
60 Days of Flutter :Building a Messenger : Day 51–54 : Unit Testing Firebase Providers with Mockito
https://ift.tt/2MBIfoT
October 11, 2019 at 09:54PM by aditya_gurjar
https://ift.tt/2IXoDLh
Medium
60 Days of Flutter :Building a Messenger : Day 51–54 : Unit Testing Firebase Providers with Mockito
So I’ve been doing Unit Testing for the last one week and here’s what I think about it.
New post on /r/flutterdev subreddit:
Using two or more different versions of Flutter in single machine
https://link.medium.com/0caPoNXiI0
October 12, 2019 at 03:55AM by sarbagyastha
https://ift.tt/2OMgZXP
Using two or more different versions of Flutter in single machine
https://link.medium.com/0caPoNXiI0
October 12, 2019 at 03:55AM by sarbagyastha
https://ift.tt/2OMgZXP
Medium
Using two or more different versions of Flutter on single machine
You might have encountered a situation where different versions of Flutter is required to test or build application with different…
New post on Flutter Dev Google group:
Webview in Flutter for iOS App.
Hello There, I am new in Flutter Development and i have developed an app with Webview. I have upload an apk on Google Play Store that is accepted but for App Store it shows some error. Please find below error, "ITMS-90338: Non-public API usage - The app references non-public symbols in
October 12, 2019 at 08:39AM by Vikramsinh Zala
https://ift.tt/31af7KW
Webview in Flutter for iOS App.
Hello There, I am new in Flutter Development and i have developed an app with Webview. I have upload an apk on Google Play Store that is accepted but for App Store it shows some error. Please find below error, "ITMS-90338: Non-public API usage - The app references non-public symbols in
October 12, 2019 at 08:39AM by Vikramsinh Zala
https://ift.tt/31af7KW
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:
Amazon UI Redesign | Speed Code
https://youtu.be/C5CrMtkwxcc
October 12, 2019 at 12:21PM by Marcus-Ng
https://ift.tt/2q39uRH
Amazon UI Redesign | Speed Code
https://youtu.be/C5CrMtkwxcc
October 12, 2019 at 12:21PM by Marcus-Ng
https://ift.tt/2q39uRH
YouTube
Flutter Amazon UI Redesign | Speed Code
» Check out my Flutter courses on Launch Club 🧠
https://www.LaunchClub.io
Welcome to my Flutter Speed Code tutorial series where you will learn Flutter and create amazing apps using Dart. In this video, we build an Amazon redesign.
» Remember to like, subscribe…
https://www.LaunchClub.io
Welcome to my Flutter Speed Code tutorial series where you will learn Flutter and create amazing apps using Dart. In this video, we build an Amazon redesign.
» Remember to like, subscribe…