New post on /r/flutterdev subreddit:
I made a flutter frontend app with flutter
https://www.youtube.com/watch?v=p0A3XKm5KVQ
May 16, 2020 at 10:55AM by srineesh
https://ift.tt/2Az7ZQF
I made a flutter frontend app with flutter
https://www.youtube.com/watch?v=p0A3XKm5KVQ
May 16, 2020 at 10:55AM by srineesh
https://ift.tt/2Az7ZQF
YouTube
2020 Flutter Food Delivery App UI (30+ Screens)
Full UI CODE: https://bit.ly/foodDeliveryApphere
For any queries write to me at srineesh.errortech@gmail.com
or message me on WhatsApp here: https://bit.ly/whatsApp_Contact
or add me on skype at srineesh.salur
Feel free to post your product queries at h…
For any queries write to me at srineesh.errortech@gmail.com
or message me on WhatsApp here: https://bit.ly/whatsApp_Contact
or add me on skype at srineesh.salur
Feel free to post your product queries at h…
New post on /r/flutterdev subreddit:
I made a Food Delivery App with Flutter.
https://www.youtube.com/watch?v=p0A3XKm5KVQ
May 16, 2020 at 10:52AM by srineesh
https://ift.tt/3dQ49kj
I made a Food Delivery App with Flutter.
https://www.youtube.com/watch?v=p0A3XKm5KVQ
May 16, 2020 at 10:52AM by srineesh
https://ift.tt/3dQ49kj
YouTube
2020 Flutter Food Delivery App UI (30+ Screens)
Full UI CODE: https://bit.ly/foodDeliveryApphere
For any queries write to me at srineesh.errortech@gmail.com
or message me on WhatsApp here: https://bit.ly/whatsApp_Contact
or add me on skype at srineesh.salur
Feel free to post your product queries at h…
For any queries write to me at srineesh.errortech@gmail.com
or message me on WhatsApp here: https://bit.ly/whatsApp_Contact
or add me on skype at srineesh.salur
Feel free to post your product queries at h…
New post on Flutter Dev Google group:
Thread 1: signal sigabrt
Please help me out, how to resolve the signal sigabrt issue in ios. Its xcode 11
May 16, 2020 at 11:10AM by shinos mohamed
https://ift.tt/2y7wO5n
Thread 1: signal sigabrt
Please help me out, how to resolve the signal sigabrt issue in ios. Its xcode 11
May 16, 2020 at 11:10AM by shinos mohamed
https://ift.tt/2y7wO5n
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:
iPhone promo Shot on Flutter
https://twitter.com/JamesBlasco/status/1260956769259450368
May 16, 2020 at 12:01PM by sebaslogen
https://ift.tt/2WZZ3ex
iPhone promo Shot on Flutter
https://twitter.com/JamesBlasco/status/1260956769259450368
May 16, 2020 at 12:01PM by sebaslogen
https://ift.tt/2WZZ3ex
Twitter
Jaime Blasco 💙
Lights, Camera, Action! Let's push Flutter a bit further. 🚀 https://t.co/ofDRfmwLXK Shot on Flutter 🎥 #ZFlutter #FlutterDev @FlutterDev @timsneath @redbrogdon @marihasnany @geekmz https://t.co/B18DPTvEx3
New post on /r/flutterdev subreddit:
Macbook air 2015 (early) 4 gb, enough?
Will this be enough to run Flutter? (My main is a ryzen build + also got a thinkpad). Just need mac for testing and programming once in a while (maybe also photoshop).Is 4 gb ok?I can buy it very cheap, otherwise I would go for for more memory.
May 16, 2020 at 12:17PM by ilmep
https://ift.tt/3dWRbS9
Macbook air 2015 (early) 4 gb, enough?
Will this be enough to run Flutter? (My main is a ryzen build + also got a thinkpad). Just need mac for testing and programming once in a while (maybe also photoshop).Is 4 gb ok?I can buy it very cheap, otherwise I would go for for more memory.
May 16, 2020 at 12:17PM by ilmep
https://ift.tt/3dWRbS9
reddit
Macbook air 2015 (early) 4 gb, enough?
Will this be enough to run Flutter? (My main is a ryzen build + also got a thinkpad). Just need mac for testing and programming once in a while...
New post on /r/flutterdev subreddit:
Push Notifications with Cloud Functions
https://youtu.be/I0r10sk5fuI
May 16, 2020 at 01:09PM by immacoder
https://ift.tt/2zKnHI2
Push Notifications with Cloud Functions
https://youtu.be/I0r10sk5fuI
May 16, 2020 at 01:09PM by immacoder
https://ift.tt/2zKnHI2
YouTube
Push Notifications with Cloud Functions
Push Notifications with Cloud Functions
In this video we build up on our previous cloud functions video. The user will be able to enter a time for when they want to receive a notification. During the periodic cloud scheduler we will check whether the inputted…
In this video we build up on our previous cloud functions video. The user will be able to enter a time for when they want to receive a notification. During the periodic cloud scheduler we will check whether the inputted…
New post on Flutter Dev Google group:
type 'Container' is not a subtype of type 'List
return ListView.builder( // itemCount: snapshot.data.length, itemBuilder: (_,i) => Row( mainAxisAlignment: MainAxisAlignment.spaceEvenly,
May 16, 2020 at 01:33PM by sanjeev baria
https://ift.tt/2WCaxpG
type 'Container' is not a subtype of type 'List
return ListView.builder( // itemCount: snapshot.data.length, itemBuilder: (_,i) => Row( mainAxisAlignment: MainAxisAlignment.spaceEvenly,
May 16, 2020 at 01:33PM by sanjeev baria
https://ift.tt/2WCaxpG
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:
Future of flutter on the web
I have an web application I will be developing which makes heavy use of animations. I've been looking into using Flutter, since handling a heavy amount of animation seems to be one of the main selling points for flutter over native web. So far, I have found two main problems with flutter that deter me from using it, and I think will prevent widespread adoption.Given flutter is rendering inside an html canvas element, it seems to have problems with aliasing. Going through the examples on https://gallery.flutter.dev/#/, I found things like cursors hovering over the middle of characters instead of the end, and thick blurry lines.Performance. Flutter performance is very impressive considering what it does, and will obviously be able to do things that a native web couldn't. However, it does feel a bit laggy navigating through the example apps. Also, for very simple apps/pages where there is not much going on, the fact that we are still painting a canvas even for simple things like scrolling means that simple apps/pages that would have performed fine natively on low end devices, will run now use much more resource on those devices.Is there any chance of these issues being improved upon?Finally, and I realise this is far fetched, what is the likelihood of a browser-like runtime for Flutter apps? I'm guessing you would want to serve uncompiled flutter apps in place of HTML, CSS, JS and then have an engine to compile it client side. I'm guessing the developing such an engine would be comparable to developing browser rendering engines from scratch, but maybe easier since flutter has less of the complexity of web technologies.
May 16, 2020 at 01:44PM by maximeridius
https://ift.tt/2WEoJ1A
Future of flutter on the web
I have an web application I will be developing which makes heavy use of animations. I've been looking into using Flutter, since handling a heavy amount of animation seems to be one of the main selling points for flutter over native web. So far, I have found two main problems with flutter that deter me from using it, and I think will prevent widespread adoption.Given flutter is rendering inside an html canvas element, it seems to have problems with aliasing. Going through the examples on https://gallery.flutter.dev/#/, I found things like cursors hovering over the middle of characters instead of the end, and thick blurry lines.Performance. Flutter performance is very impressive considering what it does, and will obviously be able to do things that a native web couldn't. However, it does feel a bit laggy navigating through the example apps. Also, for very simple apps/pages where there is not much going on, the fact that we are still painting a canvas even for simple things like scrolling means that simple apps/pages that would have performed fine natively on low end devices, will run now use much more resource on those devices.Is there any chance of these issues being improved upon?Finally, and I realise this is far fetched, what is the likelihood of a browser-like runtime for Flutter apps? I'm guessing you would want to serve uncompiled flutter apps in place of HTML, CSS, JS and then have an engine to compile it client side. I'm guessing the developing such an engine would be comparable to developing browser rendering engines from scratch, but maybe easier since flutter has less of the complexity of web technologies.
May 16, 2020 at 01:44PM by maximeridius
https://ift.tt/2WEoJ1A
GitHub
GitHub - flutter/gallery: Flutter Gallery was a resource to help developers evaluate and use Flutter
Flutter Gallery was a resource to help developers evaluate and use Flutter - flutter/gallery
New post on /r/flutterdev subreddit:
SignUp
https://youtu.be/tng1xvD0rl0
May 16, 2020 at 03:05PM by TheTechDesigner
https://ift.tt/2LAMv86
SignUp
https://youtu.be/tng1xvD0rl0
May 16, 2020 at 03:05PM by TheTechDesigner
https://ift.tt/2LAMv86
YouTube
Flutter UI | 62 | SignUp / Register | TextField, FlatButton, Expanded, BoxConstraints | Speed Code
#TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
#SingleChildScrollView #constraints #ConstrainedBox #BoxConstraints #maxHeight #MediaQuery #context #size #Container #Color #double #infinity #width #height…
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
#SingleChildScrollView #constraints #ConstrainedBox #BoxConstraints #maxHeight #MediaQuery #context #size #Container #Color #double #infinity #width #height…
New post on Flutter Dev Google group:
Home Page Running Twice after upgrade to Flutter 1.17.0 (and 1.17.1) from 1.12.13+hotfix.9
I have a simple routes table in main.dart as follows: routes: { "/": (context) => !globals.isAuthenticated ? AuthPage() : UsersPage(), "/profile": (context) => !globals.isAuthenticated ? AuthPage() : UserProfilePage(), }, The "/"
May 16, 2020 at 03:41PM by Graham Dickinson
https://ift.tt/3dPnh1P
Home Page Running Twice after upgrade to Flutter 1.17.0 (and 1.17.1) from 1.12.13+hotfix.9
I have a simple routes table in main.dart as follows: routes: { "/": (context) => !globals.isAuthenticated ? AuthPage() : UsersPage(), "/profile": (context) => !globals.isAuthenticated ? AuthPage() : UserProfilePage(), }, The "/"
May 16, 2020 at 03:41PM by Graham Dickinson
https://ift.tt/3dPnh1P
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 please divide datasnapshot into 2 column
TabBarView( controller: tabController, children:
help please divide datasnapshot into 2 column
TabBarView( controller: tabController, children:
New post on /r/flutterdev subreddit:
OnLaunch and onResume fired when clicking notification
FCM: If the application is not open and a notification is clicked. Both the events are fired, when the application is in background only onResume is fired, is this the expected behaviour? I was expecting only onLaunch to be fired if the app is not open.
May 16, 2020 at 05:10PM by il3g3ndry-ws
https://ift.tt/2LEKest
OnLaunch and onResume fired when clicking notification
FCM: If the application is not open and a notification is clicked. Both the events are fired, when the application is in background only onResume is fired, is this the expected behaviour? I was expecting only onLaunch to be fired if the app is not open.
May 16, 2020 at 05:10PM by il3g3ndry-ws
https://ift.tt/2LEKest
reddit
OnLaunch and onResume fired when clicking notification
FCM: If the application is not open and a notification is clicked. Both the events are fired, when the application is in background only onResume...
New post on Flutter Dev Google group:
Trying to intergrate firebase with my project but its failing to compile, could anyone help me its showing the errors below
C:\Users\DsTechLtd\AndroidStudioProjects\jumia_app\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java:17: error: package io.flutter.plugins.firebaseanalytics does not exist flutterEngine.getPlugins().add(new io.flutter.plugins.firebaseanalytics.FirebaseAnalyticsPlugin
May 16, 2020 at 05:57PM by Kakooza Steven
https://ift.tt/365NcQg
Trying to intergrate firebase with my project but its failing to compile, could anyone help me its showing the errors below
C:\Users\DsTechLtd\AndroidStudioProjects\jumia_app\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java:17: error: package io.flutter.plugins.firebaseanalytics does not exist flutterEngine.getPlugins().add(new io.flutter.plugins.firebaseanalytics.FirebaseAnalyticsPlugin
May 16, 2020 at 05:57PM by Kakooza Steven
https://ift.tt/365NcQg
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:
Access to site
We are having problems with connecting to Flutter.dev and Dart.dev from Uzbekistan. Local internet providers are telling that they didn't blocked these sites. And there is a problem with all the internet providers of Uzbekistan. Maybe it's on Flutter side
May 16, 2020 at 07:19PM by Abdulaziz Abduqodirov
https://ift.tt/3fXIeJM
Access to site
We are having problems with connecting to Flutter.dev and Dart.dev from Uzbekistan. Local internet providers are telling that they didn't blocked these sites. And there is a problem with all the internet providers of Uzbekistan. Maybe it's on Flutter side
May 16, 2020 at 07:19PM by Abdulaziz Abduqodirov
https://ift.tt/3fXIeJM
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:
Exception:RenderStack object was given an infinite size during layout
I am trying to position a container inside a stack but keeps getting this exception.How can i position the container of given size inside the stack using lets say right:0,top:0?What correction should i make in my current code below?I am also attaching the screenshot of exception i am getting.The
May 16, 2020 at 07:46PM by Anoop Rana
https://ift.tt/3cEGCmm
Exception:RenderStack object was given an infinite size during layout
I am trying to position a container inside a stack but keeps getting this exception.How can i position the container of given size inside the stack using lets say right:0,top:0?What correction should i make in my current code below?I am also attaching the screenshot of exception i am getting.The
May 16, 2020 at 07:46PM by Anoop Rana
https://ift.tt/3cEGCmm
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:
Which MBP configuration?
I’ve been struggling for the last few months with my 2015 MBA.I’m looking to upgrade to the MBP, what configuration of the following specs do you recommend? RAM -8gb -16gbStorage -256gb -512gbProcessor -1.4 GHz 8th Gen i5 -1.7 GHz 8th Gen i7 -2.0 GHz 10th Gen i5Ideally trying to keep the cost lost, whilst also future proofing, thing I least know about is the effect of the different processors.Thank you!
May 16, 2020 at 08:33PM by bonsaibloke
https://ift.tt/2X8MRIK
Which MBP configuration?
I’ve been struggling for the last few months with my 2015 MBA.I’m looking to upgrade to the MBP, what configuration of the following specs do you recommend? RAM -8gb -16gbStorage -256gb -512gbProcessor -1.4 GHz 8th Gen i5 -1.7 GHz 8th Gen i7 -2.0 GHz 10th Gen i5Ideally trying to keep the cost lost, whilst also future proofing, thing I least know about is the effect of the different processors.Thank you!
May 16, 2020 at 08:33PM by bonsaibloke
https://ift.tt/2X8MRIK
reddit
Which MBP configuration?
I’ve been struggling for the last few months with my 2015 MBA. I’m looking to upgrade to the MBP, what configuration of the following specs do...
New post on /r/flutterdev subreddit:
#Hack20: Its happening again, but this time online. Sign up to the mailing list, and join us for the weekend of 27-28th June 2020!
https://ift.tt/2X11j5s
May 16, 2020 at 08:31PM by miyoyo
https://ift.tt/3bF0zbc
#Hack20: Its happening again, but this time online. Sign up to the mailing list, and join us for the weekend of 27-28th June 2020!
https://ift.tt/2X11j5s
May 16, 2020 at 08:31PM by miyoyo
https://ift.tt/3bF0zbc
#Hack20 - Online International Flutter Hackathon 2020
Join us for the weekend of 27-28th June 2020 for this years online Flutter Hackathon. #Hack20
New post on /r/flutterdev subreddit:
5 BEST Tips for Dart Lang Improvements
https://www.youtube.com/watch?v=HgfDD48nI7E
May 16, 2020 at 08:26PM by dimension-software
https://ift.tt/2Zgduhz
5 BEST Tips for Dart Lang Improvements
https://www.youtube.com/watch?v=HgfDD48nI7E
May 16, 2020 at 08:26PM by dimension-software
https://ift.tt/2Zgduhz
YouTube
5 Tips for Dart Lang Improvements
The best 5 tips to improving the software programming language, Dart, and how senior level engineers like Keith would prefer to utilize this amazing technology. Dart if you're listening, let's get on these!
-
Have software questions? Leave a comment or contact…
-
Have software questions? Leave a comment or contact…
New post on /r/flutterdev subreddit:
Learn Flutter Android Studio
https://m.youtube.com/watch?v=P0An1c0mMqo
May 16, 2020 at 08:44PM by jayeshvare98
https://ift.tt/365KPgf
Learn Flutter Android Studio
https://m.youtube.com/watch?v=P0An1c0mMqo
May 16, 2020 at 08:44PM by jayeshvare98
https://ift.tt/365KPgf
YouTube
Flutter Course Full Tutorial for Beginners - Learn Flutter Android Studio
Full Course Link :- https://bit.ly/353SwmE
Use Coupon Code = FLUTTERFORFREE
Who this course is for :-
Pure Beginners in App Development
Anyone who want to quickly develop an app
Anyone who want to be an App Developer
More You can Learn in this Course -…
Use Coupon Code = FLUTTERFORFREE
Who this course is for :-
Pure Beginners in App Development
Anyone who want to quickly develop an app
Anyone who want to be an App Developer
More You can Learn in this Course -…
New post on /r/flutterdev subreddit:
loading_gifs v0.2.2 Released - New GIFs and optimized file size
https://pub.dev/packages/loading_gifshttps://github.com/Codelessly/FlutterLoadingGIFsChangelog:New small variant for use in progressive loading.Optimized GIF sizes. 30% smaller than before.New blank 1x1 pixel image. Use a empty placeholder to prevent `AssetBundle` errors in widgets such as FadeInImage.
May 16, 2020 at 10:02PM by Codelessly
https://ift.tt/3cBSDsQ
loading_gifs v0.2.2 Released - New GIFs and optimized file size
https://pub.dev/packages/loading_gifshttps://github.com/Codelessly/FlutterLoadingGIFsChangelog:New small variant for use in progressive loading.Optimized GIF sizes. 30% smaller than before.New blank 1x1 pixel image. Use a empty placeholder to prevent `AssetBundle` errors in widgets such as FadeInImage.
May 16, 2020 at 10:02PM by Codelessly
https://ift.tt/3cBSDsQ
Dart packages
loading_gifs | Flutter package
Loading indicator GIFs. Material and Cupertino (Android and iOS) loading indicators in assorted sizes. Use as placeholders for loading remote image assets.
New post on /r/flutterdev subreddit:
Supported / active Flutter Speech Recognition packages?
I seem to be having a problem finding a standard / official Flutter speech recognition package that I can use.I was able to get these two packages to work okay:https://pub.dev/packages/speech_to_text https://pub.dev/packages/speech_recognition -> throws warnings that it using deprecated APIs during runtime - I don't see any recent commits for it.It's a shame that the flutter pub.dev site doesn't let the community mark packages as old / inactive / deprecated.Is there a paid / supported package for speech recognition?
May 16, 2020 at 11:40PM by Akimotoh
https://ift.tt/2Z8b2ti
Supported / active Flutter Speech Recognition packages?
I seem to be having a problem finding a standard / official Flutter speech recognition package that I can use.I was able to get these two packages to work okay:https://pub.dev/packages/speech_to_text https://pub.dev/packages/speech_recognition -> throws warnings that it using deprecated APIs during runtime - I don't see any recent commits for it.It's a shame that the flutter pub.dev site doesn't let the community mark packages as old / inactive / deprecated.Is there a paid / supported package for speech recognition?
May 16, 2020 at 11:40PM by Akimotoh
https://ift.tt/2Z8b2ti
Dart packages
speech_to_text | Flutter package
A Flutter plugin that exposes device specific speech to text recognition capability.