New post on Flutter Dev Google group:
Test folder inside local packages: IDE or Dart Analyzer doesn't work
Hi, I have multiple subpackages inside my Flutter app, and in the test folder of these packages sometimes dart analyzer doesn't work. Flutter doctor: ✓] Flutter (Channel beta, v1.17.0, on Linux, locale en_US.UTF-8) [✓] Android toolchain - develop for Android devices (Android SDK version
May 16, 2020 at 03:07AM by Ahmed Erabti
https://ift.tt/2WZeCDs
Test folder inside local packages: IDE or Dart Analyzer doesn't work
Hi, I have multiple subpackages inside my Flutter app, and in the test folder of these packages sometimes dart analyzer doesn't work. Flutter doctor: ✓] Flutter (Channel beta, v1.17.0, on Linux, locale en_US.UTF-8) [✓] Android toolchain - develop for Android devices (Android SDK version
May 16, 2020 at 03:07AM by Ahmed Erabti
https://ift.tt/2WZeCDs
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 Android Page Transitions
Why doesn't Flutter change Android page transitions depending on the Android version? Shouldn't it switch to OpenUpwardsPageTransition for Android P, ZoomPageTransition for Android 10, or FadeUpwardsPageTransition for older versions?Or does it already do this and I forgot to implement it somehow?
May 16, 2020 at 02:36AM by bosoxs202
https://ift.tt/2Tb8SoR
Flutter Android Page Transitions
Why doesn't Flutter change Android page transitions depending on the Android version? Shouldn't it switch to OpenUpwardsPageTransition for Android P, ZoomPageTransition for Android 10, or FadeUpwardsPageTransition for older versions?Or does it already do this and I forgot to implement it somehow?
May 16, 2020 at 02:36AM by bosoxs202
https://ift.tt/2Tb8SoR
reddit
Flutter Android Page Transitions
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
🧁🍰Super easy 🧁🍰: How to use AnimatedIcon in ⇶ 5 Very Simple Steps? <With Code>
https://twitter.com/erluxman/status/1261518330088710144
May 16, 2020 at 06:49AM by erluxman
https://ift.tt/2X3SWFZ
🧁🍰Super easy 🧁🍰: How to use AnimatedIcon in ⇶ 5 Very Simple Steps? <With Code>
https://twitter.com/erluxman/status/1261518330088710144
May 16, 2020 at 06:49AM by erluxman
https://ift.tt/2X3SWFZ
Twitter
Laxman
We can use AnimatedIcon in 5 simple steps 1.Define a State with SingleTickerProviderStateMixin 2.Define AnimationController 3.Define animation's state 4.Setup AnimatedIcon with the controller 5. Play Animation Codepen https://t.co/tNo5BtxUwO #day40 #100DaysofFlutter…
New post on /r/flutterdev subreddit:
First Flutter App - Music Recommendation App
Link to GitHub: GitHub-RepoRecommelody, uses Spotify Web API, spotify-dart to suggest new songs based of user's favourite songs.Since it is my first app, I'm not sure if I've met all the best practices. Suggestions are welcome. Please feel free to fork the repo, if necessary.
May 16, 2020 at 05:41AM by Gautam-j
https://ift.tt/3dUwkih
First Flutter App - Music Recommendation App
Link to GitHub: GitHub-RepoRecommelody, uses Spotify Web API, spotify-dart to suggest new songs based of user's favourite songs.Since it is my first app, I'm not sure if I've met all the best practices. Suggestions are welcome. Please feel free to fork the repo, if necessary.
May 16, 2020 at 05:41AM by Gautam-j
https://ift.tt/3dUwkih
GitHub
GitHub - Gautam-J/music_recommender: Flutter app that uses Spotify API
Flutter app that uses Spotify API. Contribute to Gautam-J/music_recommender development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Passing Data backwards through the navigation stack
Can someone help me to understand the data passing through Navigation.pop(context,result) and the previous screen assigning a variable and getting the value of result? I didn't understand the future involved (async and await) and how all those are working
May 16, 2020 at 07:55AM by milanpoudel
https://ift.tt/361PMqD
Passing Data backwards through the navigation stack
Can someone help me to understand the data passing through Navigation.pop(context,result) and the previous screen assigning a variable and getting the value of result? I didn't understand the future involved (async and await) and how all those are working
May 16, 2020 at 07:55AM by milanpoudel
https://ift.tt/361PMqD
reddit
Passing Data backwards through the navigation stack
Can someone help me to understand the data passing through Navigation.pop(context,result) and the previous screen assigning a variable and getting...
New post on /r/flutterdev subreddit:
GeekyAnts Virtual Flutter Meetup Live Right Now!
https://youtu.be/Z3Seh9jY_Z0
May 16, 2020 at 08:52AM by geekyants
https://ift.tt/3bDGXV9
GeekyAnts Virtual Flutter Meetup Live Right Now!
https://youtu.be/Z3Seh9jY_Z0
May 16, 2020 at 08:52AM by geekyants
https://ift.tt/3bDGXV9
YouTube
Virtual Flutter Meetup Live | FlutterBLR x GeekyAnts
Follow the Virtual Flutter Meetup organized by FlutterBLR & hosted by GeekyAnts.Agenda - - Keynote by Gaurav Porwal- 3 moonshots laying the foundation for Fl...
New post on /r/flutterdev subreddit:
Flutter for absolute beginners - No Terminal - Download, install and create your first project - 1
https://youtu.be/WEdEbYZjIXY
May 16, 2020 at 10:10AM by rob822
https://ift.tt/3dSYoCm
Flutter for absolute beginners - No Terminal - Download, install and create your first project - 1
https://youtu.be/WEdEbYZjIXY
May 16, 2020 at 10:10AM by rob822
https://ift.tt/3dSYoCm
YouTube
Flutter for absolute beginners - No Terminal - Download, install and create your first project - 1
This is going to be the simplest way to create your first flutter. No terminal required and don't need to know any technical stuffs. Just download and start ...
New post on /r/flutterdev subreddit:
How to effectively subscribe to the API response changes in the case where API provider doesn't provide subscription service directly?
I'm working on the Flutter application which requires updated scores and result of the fixtures to be fetched. But how to efficiently subscribe to the updates in API without actually spending limited API requests?I'm using https://www.cricapi.com/ to get the necessary data. But an application residing locally needs to be notified when the result of the fixture is decided.There are some solutions I have thought of: 1. Simplest of them all is to make API request periodically from each mobile device. But it's very costly and seems inefficient when we compare no. of hits and misses. 2. Slight modification to the first solution would be to run the periodic state change test using constantly running function at the server (similar to cloud function) and when there's a hit, inform the concerned peers about the changes. 3. I'm thinking of using Stream but not entirely sure about its implementation.I'm still novice in mobile application developing, so I welcome useful practices when dealing with Asynchronous services.
May 16, 2020 at 09:20AM by agent_515
https://ift.tt/2WC5u8Q
How to effectively subscribe to the API response changes in the case where API provider doesn't provide subscription service directly?
I'm working on the Flutter application which requires updated scores and result of the fixtures to be fetched. But how to efficiently subscribe to the updates in API without actually spending limited API requests?I'm using https://www.cricapi.com/ to get the necessary data. But an application residing locally needs to be notified when the result of the fixture is decided.There are some solutions I have thought of: 1. Simplest of them all is to make API request periodically from each mobile device. But it's very costly and seems inefficient when we compare no. of hits and misses. 2. Slight modification to the first solution would be to run the periodic state change test using constantly running function at the server (similar to cloud function) and when there's a hit, inform the concerned peers about the changes. 3. I'm thinking of using Stream but not entirely sure about its implementation.I'm still novice in mobile application developing, so I welcome useful practices when dealing with Asynchronous services.
May 16, 2020 at 09:20AM by agent_515
https://ift.tt/2WC5u8Q
Cricapi
CricAPI - Ultimate Free Cricket API for Everyone
CricAPI gives you the best Cricket API, Scores, Player Stats and Ball By Ball API on the face of the earth. All that for free, up to 100,000 hits per HOUR.
New post on /r/flutterdev subreddit:
FLUTTER Tutorial - SLIVER LIST - The Complete Flutter Beginner’s Course | #06
https://youtu.be/0B7agXy_2hA
May 16, 2020 at 11:21AM by Himdeve
https://ift.tt/2LxY93J
FLUTTER Tutorial - SLIVER LIST - The Complete Flutter Beginner’s Course | #06
https://youtu.be/0B7agXy_2hA
May 16, 2020 at 11:21AM by Himdeve
https://ift.tt/2LxY93J
YouTube
FLUTTER Tutorial - SLIVER LIST - The Complete Flutter Beginner’s Course | #06
Flutter Tutorial - SliverList - The Complete Flutter Beginner’s Course | #06
Introduction
Welcome to Himdeve development, where we are preparing the best tutorials to make your mobile app development easier and more efficient.
Goal
1. Create a SilverList…
Introduction
Welcome to Himdeve development, where we are preparing the best tutorials to make your mobile app development easier and more efficient.
Goal
1. Create a SilverList…
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...