New post on /r/flutterdev subreddit:
Flutter With AWS Amplify
Learn about implementation of AWS Stuff into Flutter! ➡️ Setup AWS Cognito CLI ➡️ Run Cognito Worksheet with Flutter App ➡️ Learn about basics Of AWS Amplify ➡️ Authentication user with AWS CognitoTap to run RIGHT NOW!
November 14, 2020 at 04:22PM by angelmichaels
https://ift.tt/35tPDgQ
Flutter With AWS Amplify
Learn about implementation of AWS Stuff into Flutter! ➡️ Setup AWS Cognito CLI ➡️ Run Cognito Worksheet with Flutter App ➡️ Learn about basics Of AWS Amplify ➡️ Authentication user with AWS CognitoTap to run RIGHT NOW!
November 14, 2020 at 04:22PM by angelmichaels
https://ift.tt/35tPDgQ
YouTube
Flutter with AWS - YouTube
New post on /r/flutterdev subreddit:
InkWell - DeepDive & Advanced Shape - Flutter (Tutorial)
https://www.youtube.com/watch?v=ZHvdVZhbxPQ
November 14, 2020 at 05:47PM by JohannesMilke
https://ift.tt/3nqmHwp
InkWell - DeepDive & Advanced Shape - Flutter (Tutorial)
https://www.youtube.com/watch?v=ZHvdVZhbxPQ
November 14, 2020 at 05:47PM by JohannesMilke
https://ift.tt/3nqmHwp
New post on /r/flutterdev subreddit:
Should you edit the path under system variable when installing flutter
i am trying to set a path in environment variables, by editing the path in user variables but instead of showing me the option to add a new one, it is just showing me variable name and variable value, but when i try to edit the path in system variables it shows me the option to add a new path. The problem is that in the tutorial they are not editing the path in the system variables but the one in the user. Should i go ahead and do it? Am trying to follow everything by the word, i still have ptsd from installing android studio
November 14, 2020 at 05:42PM by jays117
https://ift.tt/2IAoxM4
Should you edit the path under system variable when installing flutter
i am trying to set a path in environment variables, by editing the path in user variables but instead of showing me the option to add a new one, it is just showing me variable name and variable value, but when i try to edit the path in system variables it shows me the option to add a new path. The problem is that in the tutorial they are not editing the path in the system variables but the one in the user. Should i go ahead and do it? Am trying to follow everything by the word, i still have ptsd from installing android studio
November 14, 2020 at 05:42PM by jays117
https://ift.tt/2IAoxM4
reddit
Should you edit the path under system variable when installing flutter
i am trying to set a path in environment variables, by editing the path in user variables but instead of showing me the option to add a new one,...
New post on /r/flutterdev subreddit:
custom graph and sunshine effect in Flutter
Hello flutter lovers.I made a weather app with a custom graph and sunshine effect in Flutter by painting on the canvas. This is my first time doing something like this.What do you think?https://github.com/Bipinoli/Flutter-Weather-App
November 14, 2020 at 06:22PM by bipinoli
https://ift.tt/2IzXHUu
custom graph and sunshine effect in Flutter
Hello flutter lovers.I made a weather app with a custom graph and sunshine effect in Flutter by painting on the canvas. This is my first time doing something like this.What do you think?https://github.com/Bipinoli/Flutter-Weather-App
November 14, 2020 at 06:22PM by bipinoli
https://ift.tt/2IzXHUu
GitHub
Bipinoli/Flutter-Weather-App
Flutter weather app with a custom temperature graph and a sunshine visualization by painting in the canvas. - Bipinoli/Flutter-Weather-App
New post on /r/flutterdev subreddit:
Controlling time in Dart unit tests, the better way
https://ift.tt/3kq6DJe
November 14, 2020 at 06:13PM by EngineerScientist
https://ift.tt/3pBWE7B
Controlling time in Dart unit tests, the better way
https://ift.tt/3kq6DJe
November 14, 2020 at 06:13PM by EngineerScientist
https://ift.tt/3pBWE7B
iiro.dev
Controlling time in Dart unit tests, the better way
How to control DateTime.now() in Dart unit tests - the better way.
New post on /r/flutterdev subreddit:
My experiences building and releasing an Android app with Flutter
Quick background: indie dev with app in both iOS and Android (native Swift and Kotlin). Loved Kotlin. Hated Android development. The Android version started to lag behind the iOS app in design and functionality - I just didn’t have enough time to fight against the Android SDK to match the iOS app feature for feature.After bashing my head against the desk after a week of trying to build a slide-up view over a map like in Google Maps (a trivial task in Swift/UiKit) I decided in May to rebuild the Android app in Flutter.Building custom UI in Flutter has been an absolute pleasure. Easier that UIKit, so much easier than Android XML. What a breath of fresh air!Released the update to the Play Store this week. I was a bit worried about crashes appearing but so far none have surfaced. Non-fatal Dart errors are minimal. Positive emails and reviews. A perfect redesign experience!If anybody is thinking about rebuilding their Android app in Flutter - go for it! My app is 50 KLOC and uses external APIs and the Google Maps plugin pretty extensively.Some issues I did encounter:the shared_preferences plugin stores key/value pairs in a different location than the standard Android Shared Preferences. Use native_shared_preferences to migrate old settings over.The official Google Maps plugin is still missing some nice-to-have features like custom views for dynamic markers and animating markers. Small things I’m sure will get addressed eventually.
November 14, 2020 at 09:13PM by PeachyAwn
https://ift.tt/3lASfiD
My experiences building and releasing an Android app with Flutter
Quick background: indie dev with app in both iOS and Android (native Swift and Kotlin). Loved Kotlin. Hated Android development. The Android version started to lag behind the iOS app in design and functionality - I just didn’t have enough time to fight against the Android SDK to match the iOS app feature for feature.After bashing my head against the desk after a week of trying to build a slide-up view over a map like in Google Maps (a trivial task in Swift/UiKit) I decided in May to rebuild the Android app in Flutter.Building custom UI in Flutter has been an absolute pleasure. Easier that UIKit, so much easier than Android XML. What a breath of fresh air!Released the update to the Play Store this week. I was a bit worried about crashes appearing but so far none have surfaced. Non-fatal Dart errors are minimal. Positive emails and reviews. A perfect redesign experience!If anybody is thinking about rebuilding their Android app in Flutter - go for it! My app is 50 KLOC and uses external APIs and the Google Maps plugin pretty extensively.Some issues I did encounter:the shared_preferences plugin stores key/value pairs in a different location than the standard Android Shared Preferences. Use native_shared_preferences to migrate old settings over.The official Google Maps plugin is still missing some nice-to-have features like custom views for dynamic markers and animating markers. Small things I’m sure will get addressed eventually.
November 14, 2020 at 09:13PM by PeachyAwn
https://ift.tt/3lASfiD
reddit
My experiences building and releasing an Android app with Flutter
Quick background: indie dev with app in both iOS and Android (native Swift and Kotlin). Loved Kotlin. Hated Android development. The Android...
New post on /r/flutterdev subreddit:
Flutter on FireOS (Fire Tablets) with Push Notifications
I've developed an app (more for learning than anything) and it runs on my 10th generation FireTablet just fine. After fighting a few days to implement FCM (Googles Firebase Cloud Messaging) for push notifications, which works great in my emulator, I realized that these FCM notifications won't work on FireOS. It looks like I'll have to use ADM (Amazon Device Messaging).I've searched pub.dev for any ADM plugins, but didn't see any.Has anyone gotten either FCM or ADM to work for their flutter apps on FireOS?Any tips or tutorials that helped?Also for anyone else working on push notifications with FCM this was the most helpful as the rest of the many tutorials, medium posts, and youtube videos are all about doing it the old way which is arguably fraught with bugs. https://pub.dev/packages/firebase_messaging/versions/8.0.0-dev.8/exampleEdit: Grammar
November 14, 2020 at 09:44PM by not-bot-3000
https://ift.tt/3purMWp
Flutter on FireOS (Fire Tablets) with Push Notifications
I've developed an app (more for learning than anything) and it runs on my 10th generation FireTablet just fine. After fighting a few days to implement FCM (Googles Firebase Cloud Messaging) for push notifications, which works great in my emulator, I realized that these FCM notifications won't work on FireOS. It looks like I'll have to use ADM (Amazon Device Messaging).I've searched pub.dev for any ADM plugins, but didn't see any.Has anyone gotten either FCM or ADM to work for their flutter apps on FireOS?Any tips or tutorials that helped?Also for anyone else working on push notifications with FCM this was the most helpful as the rest of the many tutorials, medium posts, and youtube videos are all about doing it the old way which is arguably fraught with bugs. https://pub.dev/packages/firebase_messaging/versions/8.0.0-dev.8/exampleEdit: Grammar
November 14, 2020 at 09:44PM by not-bot-3000
https://ift.tt/3purMWp
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:
Be Careful of Upgrading to macOS Big Sur (Flutter Web)
If you're thinking about upgrading to Big Sur and you develop Flutter Web applications, I'd wait until this issue is resolved:https://github.com/flutter/flutter/issues/70529Currently, mouse clicks are taking 4-7 taps before they're registered (clicked at normal speed) for any Chrome browsers.
November 15, 2020 at 03:02AM by Paulhal
https://ift.tt/2H6uMHc
Be Careful of Upgrading to macOS Big Sur (Flutter Web)
If you're thinking about upgrading to Big Sur and you develop Flutter Web applications, I'd wait until this issue is resolved:https://github.com/flutter/flutter/issues/70529Currently, mouse clicks are taking 4-7 taps before they're registered (clicked at normal speed) for any Chrome browsers.
November 15, 2020 at 03:02AM by Paulhal
https://ift.tt/2H6uMHc
GitHub
[Web] Big Sur mouse clicks often not processed · Issue #70529 · flutter/flutter
On Mac OS Big Sur browser Chrome, mouse clicks are often not processed. You need to click many times on a button before it’s code is processed. This problem is not in Safari. It can be reproduced o...
New post on /r/flutterdev subreddit:
Jetpack Compose or Flutter... Which is the safest bet?
/r/androiddev/comments/judj8o/jetpack_compose_or_flutter_which_is_the_safest_bet/
November 15, 2020 at 02:34AM by mucarito
https://ift.tt/32MvLUy
Jetpack Compose or Flutter... Which is the safest bet?
/r/androiddev/comments/judj8o/jetpack_compose_or_flutter_which_is_the_safest_bet/
November 15, 2020 at 02:34AM by mucarito
https://ift.tt/32MvLUy
reddit
Jetpack Compose or Flutter... Which is the safest bet?
Posted in r/FlutterDev by u/mucarito • 1 point and 0 comments
New post on /r/flutterdev subreddit:
I started last year the SciDart project. SciDart is a experimental cross-platform scientific platform for Dart. If someone have interest to contribute with it, please, let me know.
https://scidart.org/
November 15, 2020 at 02:13AM by polotto
https://ift.tt/36CM47p
I started last year the SciDart project. SciDart is a experimental cross-platform scientific platform for Dart. If someone have interest to contribute with it, please, let me know.
https://scidart.org/
November 15, 2020 at 02:13AM by polotto
https://ift.tt/36CM47p
scidart.org
SciDart is a experimental cross-platform scientific platform for Dart.
New post on /r/flutterdev subreddit:
XMPP Client Library for Flutter/Dart which also supports Jingle Extension
We are integrating video calling feature in our flutter app. We've setup prosody.im in the EC2 (AWS) AMI, and handling chat and video chat between clients.I've looked over XMPP Stone library for flutter. But it seems they don't support Jingle extension. Is there any flutter based XMPP client library which does support Jingle extension?
November 15, 2020 at 05:37AM by Xenymus
https://ift.tt/2K4yjqp
XMPP Client Library for Flutter/Dart which also supports Jingle Extension
We are integrating video calling feature in our flutter app. We've setup prosody.im in the EC2 (AWS) AMI, and handling chat and video chat between clients.I've looked over XMPP Stone library for flutter. But it seems they don't support Jingle extension. Is there any flutter based XMPP client library which does support Jingle extension?
November 15, 2020 at 05:37AM by Xenymus
https://ift.tt/2K4yjqp
reddit
XMPP Client Library for Flutter/Dart which also supports Jingle...
We are integrating video calling feature in our flutter app. We've setup prosody.im in the EC2 (AWS) AMI, and handling chat and video chat between...
New post on /r/flutterdev subreddit:
Movies and Tv Show Application built using Flutter
So I built this movie application about a month ago. I saw people posting their projects and getting feedbacks on how they can improve it, so I thought I'd post one too. Here is the like for the source code https://github.com/AbePlays/Viewster. I have embedded few screenshots in the Readme file so you can take a look at the UI. Thanks and looking forward for some feedback.
November 15, 2020 at 06:40AM by Ashek10
https://ift.tt/36D62in
Movies and Tv Show Application built using Flutter
So I built this movie application about a month ago. I saw people posting their projects and getting feedbacks on how they can improve it, so I thought I'd post one too. Here is the like for the source code https://github.com/AbePlays/Viewster. I have embedded few screenshots in the Readme file so you can take a look at the UI. Thanks and looking forward for some feedback.
November 15, 2020 at 06:40AM by Ashek10
https://ift.tt/36D62in
GitHub
AbePlays/Viewster
Browse through the list of movies and tv shows! Contribute to AbePlays/Viewster development by creating an account on GitHub.
New post on Flutter Dev Google group:
Cant able to work in flutter after several tries
Sir, for the past 10 days I am trying to install flutter correctly in Laptop (Windows 10- 64 bit, 4GB RAM), I had gone through different installation procedures and correctly followed procedures mentioned in the flutter website. The prerequisites for flutter installation in windows 10 mentioned
November 15, 2020 at 07:22AM by Abhi
https://ift.tt/38JXKYL
Cant able to work in flutter after several tries
Sir, for the past 10 days I am trying to install flutter correctly in Laptop (Windows 10- 64 bit, 4GB RAM), I had gone through different installation procedures and correctly followed procedures mentioned in the flutter website. The prerequisites for flutter installation in windows 10 mentioned
November 15, 2020 at 07:22AM by Abhi
https://ift.tt/38JXKYL
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:
Default data sent to google by a flutter app
hi guys,Just getting started with flutter development and was wondering if there is any data that is sent to google by a flutter app.for example, I build a simple stopwatch app, Is there any data that is sent to google? If so what data is sent? and is there any way to stop it?Secondly, is there any data sent by the flutter development tools? I think we can stop telemetry on the flutter tool but what about the dart SDK, can we stop that? Their website mentions the followingMoreover, Flutter includes the Dart SDK, which may send usage metrics and crash reports to Google.source: https://flutter.dev/docs/get-started/install/linux
November 15, 2020 at 07:40AM by rotronic
https://ift.tt/3pFTMqe
Default data sent to google by a flutter app
hi guys,Just getting started with flutter development and was wondering if there is any data that is sent to google by a flutter app.for example, I build a simple stopwatch app, Is there any data that is sent to google? If so what data is sent? and is there any way to stop it?Secondly, is there any data sent by the flutter development tools? I think we can stop telemetry on the flutter tool but what about the dart SDK, can we stop that? Their website mentions the followingMoreover, Flutter includes the Dart SDK, which may send usage metrics and crash reports to Google.source: https://flutter.dev/docs/get-started/install/linux
November 15, 2020 at 07:40AM by rotronic
https://ift.tt/3pFTMqe
docs.flutter.dev
Choose your first type of app
Configure your system to develop Flutter on Linux.
New post on /r/flutterdev subreddit:
Building homescreen in Flutter
Hi! I'm planning to build my own speed-focused home screen (launcher), and now I'm choosing the platform.So my question is: which of the following things are achievable in Flutter?1) Getting app quick actions list 2) Getting widgets of other apps and displaying them 3) Getting the list of notifications, including interactive ones
November 15, 2020 at 09:46AM by Pyciko_
https://ift.tt/32NiTgN
Building homescreen in Flutter
Hi! I'm planning to build my own speed-focused home screen (launcher), and now I'm choosing the platform.So my question is: which of the following things are achievable in Flutter?1) Getting app quick actions list 2) Getting widgets of other apps and displaying them 3) Getting the list of notifications, including interactive ones
November 15, 2020 at 09:46AM by Pyciko_
https://ift.tt/32NiTgN
reddit
Building homescreen in Flutter
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Big Sur BREAKS Flutter.
Hi there! Today I updated my MacBook Pro 15 2018 to new Big Sur stable. And there is NO WAY working with Flutter on Big Sur. Please be important installing this update.
November 15, 2020 at 11:40AM by roflanPeaceDeath
https://ift.tt/36G3vns
Big Sur BREAKS Flutter.
Hi there! Today I updated my MacBook Pro 15 2018 to new Big Sur stable. And there is NO WAY working with Flutter on Big Sur. Please be important installing this update.
November 15, 2020 at 11:40AM by roflanPeaceDeath
https://ift.tt/36G3vns
reddit
Big Sur BREAKS Flutter.
Hi there! Today I updated my MacBook Pro 15 2018 to new Big Sur stable. And there is NO WAY working with Flutter on Big Sur. Please be important...
New post on /r/flutterdev subreddit:
Android Tv
There any official dev for support android tv ?
November 15, 2020 at 12:39PM by Sharp_Chard
https://ift.tt/35yzbMm
Android Tv
There any official dev for support android tv ?
November 15, 2020 at 12:39PM by Sharp_Chard
https://ift.tt/35yzbMm
reddit
Android Tv
There any official dev for support android tv ?
New post on /r/flutterdev subreddit:
Can someone interested make a flutter app out of the flutter.dev website?
Would it be tough for a beginner? I always wished that it was a PWA like developer.android.com is. Now that it isn't, why not build a flutter app instead, right?
November 15, 2020 at 12:11PM by mondalex
https://ift.tt/32O68mb
Can someone interested make a flutter app out of the flutter.dev website?
Would it be tough for a beginner? I always wished that it was a PWA like developer.android.com is. Now that it isn't, why not build a flutter app instead, right?
November 15, 2020 at 12:11PM by mondalex
https://ift.tt/32O68mb
reddit
Can someone interested make a flutter app out of the flutter.dev...
Would it be tough for a beginner? I always wished that it was a PWA like developer.android.com is. Now that it isn't, why not build a flutter app...
New post on /r/flutterdev subreddit:
FlutterForce — Week 96
https://ift.tt/35vIhte
November 15, 2020 at 01:16PM by flutterist
https://ift.tt/3fdfCg1
FlutterForce — Week 96
https://ift.tt/35vIhte
November 15, 2020 at 01:16PM by flutterist
https://ift.tt/3fdfCg1
Medium
FlutterForce — #Week 96
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Does anyone know how to get the devtools link for a running Flutter app is I didn't note it down before hand?
Basically, reloading in IntelliJ clears the output and I need the link since there is a bug in the integrated Devtools/Inpector where if you press ESC, it goes back to a page asking to enter the URL to connect to a running Flutter app
November 15, 2020 at 02:48PM by Parkar99
https://ift.tt/2Kc3AIb
Does anyone know how to get the devtools link for a running Flutter app is I didn't note it down before hand?
Basically, reloading in IntelliJ clears the output and I need the link since there is a bug in the integrated Devtools/Inpector where if you press ESC, it goes back to a page asking to enter the URL to connect to a running Flutter app
November 15, 2020 at 02:48PM by Parkar99
https://ift.tt/2Kc3AIb
reddit
Does anyone know how to get the devtools link for a running...
Basically, reloading in IntelliJ clears the output and I need the link since there is a bug in the integrated Devtools/Inpector where if you press...