New post on /r/flutterdev subreddit:
Pointer Interceptor: Prevent mouse events (in web) from being captured by an underlying HtmlElementView!
https://ift.tt/2IWAYCp
December 17, 2020 at 02:58AM by joaquini
https://ift.tt/3gVqpwb
Pointer Interceptor: Prevent mouse events (in web) from being captured by an underlying HtmlElementView!
https://ift.tt/2IWAYCp
December 17, 2020 at 02:58AM by joaquini
https://ift.tt/3gVqpwb
Dart packages
pointer_interceptor | Flutter Package
A widget to prevent clicks from being swallowed by underlying HtmlElementViews on the web.
New post on Flutter Dev Google group:
Flutter web session
Hello everyone, Currently I am working on flutter web application and struggling with session handling, shared_preference seems not working good here, anyone can suggest something for this, my requirements are: 1. Need to clear session when we close the web browser 2. User should not open the
December 17, 2020 at 06:54AM by Abhay Mathur
https://ift.tt/2Wn5YP9
Flutter web session
Hello everyone, Currently I am working on flutter web application and struggling with session handling, shared_preference seems not working good here, anyone can suggest something for this, my requirements are: 1. Need to clear session when we close the web browser 2. User should not open the
December 17, 2020 at 06:54AM by Abhay Mathur
https://ift.tt/2Wn5YP9
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:
How to get some nasty code from a StatefulWidget into a BLoC pattern
I came across this example https://ift.tt/3mvWlrP, I can only modify the UI a bit because it's inside a StatefulWidget. Is there any way i can extract the functions and use them inside a BLoC? Notice that there are some setState() that only exists inside StatefulWidgets.
December 17, 2020 at 07:13AM by Phill Alexakis
https://ift.tt/3rcrCnB
How to get some nasty code from a StatefulWidget into a BLoC pattern
I came across this example https://ift.tt/3mvWlrP, I can only modify the UI a bit because it's inside a StatefulWidget. Is there any way i can extract the functions and use them inside a BLoC? Notice that there are some setState() that only exists inside StatefulWidgets.
December 17, 2020 at 07:13AM by Phill Alexakis
https://ift.tt/3rcrCnB
Dart packages
speech_to_text | Flutter Package
A Flutter plugin that exposes device specific speech to text recognition capability.
New post on /r/flutterdev subreddit:
Food Ordering App Ep-9 : Firebase PlatformException Handling And Keep User Logged
https://youtu.be/Erg72iVv8xM
December 17, 2020 at 07:47AM by draculamasterwinzy
https://ift.tt/3r1v6sO
Food Ordering App Ep-9 : Firebase PlatformException Handling And Keep User Logged
https://youtu.be/Erg72iVv8xM
December 17, 2020 at 07:47AM by draculamasterwinzy
https://ift.tt/3r1v6sO
YouTube
Firebase Exceptions And SharedPreferences Tutorial | Flutter SharedPreferences Tutorial | Flutter
In this video, Let's Handle The Errors Caused via Firebase Authentication. Also Let the user logged using Shared Preferences Tutorial in under Pizzato ! Firebase Exceptions And SharedPreferences Tutorial | Flutter SharedPreferences Tutorial | Flutter
FONT…
FONT…
New post on Flutter Dev Google group:
How to wrap custom toggle button using Drop down Button?
CustomToggleButtons( direction: Axis.vertical, borderColor:Color(0xff0f5da4), spacing: 0, borderWidth: 1.2, children:
How to wrap custom toggle button using Drop down Button?
CustomToggleButtons( direction: Axis.vertical, borderColor:Color(0xff0f5da4), spacing: 0, borderWidth: 1.2, children:
New post on /r/flutterdev subreddit:
Flutter UWP (Windows 10 and Xbox) update. For anyone interested in Flutter xbox, updates were made!
https://ift.tt/3gVok31
December 17, 2020 at 08:57AM by Filledstacks
https://ift.tt/2KC73Qg
Flutter UWP (Windows 10 and Xbox) update. For anyone interested in Flutter xbox, updates were made!
https://ift.tt/3gVok31
December 17, 2020 at 08:57AM by Filledstacks
https://ift.tt/2KC73Qg
GitHub
☂ Add support for UWP · Issue #14967 · flutter/flutter
Is there any plan to add support for Windows 10/UWP? The reason I ask this is because there are almost 1billion windows 10 devices on the internet now and more that are not even on the internet.
New post on /r/flutterdev subreddit:
[Tutorial] Compiling Flutter apps for AltStore (Jailbroken iPhone/iPad required, but no Mac or apple dev account needed) This fixes "The app is invalid." error
This tutorial is for Flutter devs who don't have a Mac but do have a jailbroken iOS device. By default, the IPA from CodeMagic does not work with AltStore. I don't know if it is any different for paid apple dev accounts, I don't have one so I can't test it.Thanks to avdimdv on GitHub for figuring out how to get the CodeMagic IPA working for AltStore. It is a bit of a hassle but it works. Steps 10b to 15 is the workaround.This tutorial requires a Windows PC, Sideloadly, a free CodeMagic account, and a jailbroken Apple device.Compiling for Altstore/SideloadlyCompile/build flutter project with Codemagic.ioDownload "Runner.app.zip"Open the zip file, copy "Runner.app" into an empty folder named "Payload"Right-click on Payload folder and zipRename the file extension ".zip" to ".ipa".NOTE: This IPA cannot be used with AltStore yet. However, it can be sideloaded with Sideloadly.NOTE: The folder structure should look like this: (Only the IPA file can be renamed)Payload.ipa >> Payload >> Runner.app >> ...Open SideloadlyPlug in your deviceNOTE: Your device must be jailbroken for step 10b.Add your Apple ID to Sideloadly. I recommend not using your personal account.Press the IPA button and select the IPA file from step 5.For Installing with Sideloadly: (SKIP THIS STEP FOR INSTALLING WITH ALTSTORE)10a. Click "Start". It should now be installed on your device.For Installing with AltStoreIn this next part, you will be grabbing the signed IPA that Sideloadly generates and then deletes.10b. In Sideloadly, click on "Advanced options", then check "Jailbreak-only mode"BEFORE clicking start, open file explorer to "%TEMP%". Sort the folder by "Date modified"Click "Start" in SideloadlyWhen Sideloadly says "Installing", quickly COPY the IPA file at the top of %TEMP% to another location on your computerNOTE: You must wait until it says "Installing", otherwise you will get an incomplete IPA file.NOTE: Sideloadly deletes the file once it is done installing to your device. You must be quick when copying the file to another location. Make sure to test that the IPA works before distributing it.Delete the version of the app Sideloadly installed on your device. It will crash when you try to open it.Install the new IPA file with AltStore.You should be able to distribute this IPA to users without a jailbroken device to install with AltStore. Note I only have one device so I can't test it on other devices.This process will be much easier once this issue gets fixed:https://github.com/rileytestut/AltStore/issues/170
December 17, 2020 at 08:08AM by DanielN10
https://ift.tt/3msd2on
[Tutorial] Compiling Flutter apps for AltStore (Jailbroken iPhone/iPad required, but no Mac or apple dev account needed) This fixes "The app is invalid." error
This tutorial is for Flutter devs who don't have a Mac but do have a jailbroken iOS device. By default, the IPA from CodeMagic does not work with AltStore. I don't know if it is any different for paid apple dev accounts, I don't have one so I can't test it.Thanks to avdimdv on GitHub for figuring out how to get the CodeMagic IPA working for AltStore. It is a bit of a hassle but it works. Steps 10b to 15 is the workaround.This tutorial requires a Windows PC, Sideloadly, a free CodeMagic account, and a jailbroken Apple device.Compiling for Altstore/SideloadlyCompile/build flutter project with Codemagic.ioDownload "Runner.app.zip"Open the zip file, copy "Runner.app" into an empty folder named "Payload"Right-click on Payload folder and zipRename the file extension ".zip" to ".ipa".NOTE: This IPA cannot be used with AltStore yet. However, it can be sideloaded with Sideloadly.NOTE: The folder structure should look like this: (Only the IPA file can be renamed)Payload.ipa >> Payload >> Runner.app >> ...Open SideloadlyPlug in your deviceNOTE: Your device must be jailbroken for step 10b.Add your Apple ID to Sideloadly. I recommend not using your personal account.Press the IPA button and select the IPA file from step 5.For Installing with Sideloadly: (SKIP THIS STEP FOR INSTALLING WITH ALTSTORE)10a. Click "Start". It should now be installed on your device.For Installing with AltStoreIn this next part, you will be grabbing the signed IPA that Sideloadly generates and then deletes.10b. In Sideloadly, click on "Advanced options", then check "Jailbreak-only mode"BEFORE clicking start, open file explorer to "%TEMP%". Sort the folder by "Date modified"Click "Start" in SideloadlyWhen Sideloadly says "Installing", quickly COPY the IPA file at the top of %TEMP% to another location on your computerNOTE: You must wait until it says "Installing", otherwise you will get an incomplete IPA file.NOTE: Sideloadly deletes the file once it is done installing to your device. You must be quick when copying the file to another location. Make sure to test that the IPA works before distributing it.Delete the version of the app Sideloadly installed on your device. It will crash when you try to open it.Install the new IPA file with AltStore.You should be able to distribute this IPA to users without a jailbroken device to install with AltStore. Note I only have one device so I can't test it on other devices.This process will be much easier once this issue gets fixed:https://github.com/rileytestut/AltStore/issues/170
December 17, 2020 at 08:08AM by DanielN10
https://ift.tt/3msd2on
GitHub
"The App is invalid." error when trying to install a flutter app. Create an app making tutorial for apps to install using AltStore.…
With Impactor I used Codemagic to build flutter apps "on windows" with a free account and it worked great. Now if the .ipa would not even be revoked anymore, this would be my idea...
New post on /r/flutterdev subreddit:
How to do Flutter Integration Test
https://youtu.be/9YnZai1nqUg
December 17, 2020 at 09:26AM by thehappyharis
https://ift.tt/38g9NuU
How to do Flutter Integration Test
https://youtu.be/9YnZai1nqUg
December 17, 2020 at 09:26AM by thehappyharis
https://ift.tt/38g9NuU
YouTube
Should you do Flutter integration test?
Integration test for Flutter has its benefits. However, is it really needed?
👉 Subscribe to our weekly Flutter newsletter:
https://learnfluttercode.com/newsletter
📱 Pre Sign Up to Learn Flutter App :
https://learnfluttercode.com/app
Check out our website…
👉 Subscribe to our weekly Flutter newsletter:
https://learnfluttercode.com/newsletter
📱 Pre Sign Up to Learn Flutter App :
https://learnfluttercode.com/app
Check out our website…
New post on Flutter Dev Google group:
iOS & Android existing App, Flutter Module with Business Logic alone
Is it possible to Add Flutter to Existing iOS/Android app without using FlutterViewController/FlutterView? We are trying to integrate FlutterBlue
iOS & Android existing App, Flutter Module with Business Logic alone
Is it possible to Add Flutter to Existing iOS/Android app without using FlutterViewController/FlutterView? We are trying to integrate FlutterBlue
New post on /r/flutterdev subreddit:
Flutter Event 03-03-2021 | What to expect?
https://youtube.com/watch?v=zQBKhGfNrrE&feature=share
December 17, 2020 at 01:38PM by imthepk
https://ift.tt/2WoElVU
Flutter Event 03-03-2021 | What to expect?
https://youtube.com/watch?v=zQBKhGfNrrE&feature=share
December 17, 2020 at 01:38PM by imthepk
https://ift.tt/2WoElVU
YouTube
Flutter Event 03-03-2021 | What to expect?
Let's see what announcements the next Flutter event can bring.
#Flutter #FlutterEvent
💼 Business Inquiries: mtechviral@gmail.com
🌎 Find Me Here:
Discord Server - https://discord.gg/t7gPb6B
Instagram - https://instagram.com/codepur_ka_superhero
Twitter:…
#Flutter #FlutterEvent
💼 Business Inquiries: mtechviral@gmail.com
🌎 Find Me Here:
Discord Server - https://discord.gg/t7gPb6B
Instagram - https://instagram.com/codepur_ka_superhero
Twitter:…
New post on /r/flutterdev subreddit:
A Guide on Mobile Applications Security
https://youtube.com/watch?v=bju_ZA7JmQg&feature=share
December 17, 2020 at 01:19PM by faizollah
https://ift.tt/2WqQZUd
A Guide on Mobile Applications Security
https://youtube.com/watch?v=bju_ZA7JmQg&feature=share
December 17, 2020 at 01:19PM by faizollah
https://ift.tt/2WqQZUd
YouTube
A Guide on Mobile Applications Security
Mobile application security is crucial in order to prevent malicious access. There are many ways to secure a mobile application. In this video, I go through some of the ways to secure your flutter application.
Shared_preferences video: https://www.youtu…
Shared_preferences video: https://www.youtu…
New post on Flutter Dev Google group:
Theming OutlinedButton for "disabled" state
Hi, people, Is there a way to specify the border color in "disabled" state of the new OutlinedButton in a theme specification? The text color is changing to grey without me doing anything specfic for the OutlinedButtonTheme
December 17, 2020 at 03:02PM by Zlati Pehlivanov
https://ift.tt/3r61fQ0
Theming OutlinedButton for "disabled" state
Hi, people, Is there a way to specify the border color in "disabled" state of the new OutlinedButton in a theme specification? The text color is changing to grey without me doing anything specfic for the OutlinedButtonTheme
December 17, 2020 at 03:02PM by Zlati Pehlivanov
https://ift.tt/3r61fQ0
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 Netflix Clone : Zero To Hero!🔥
How is it going on?! Well, The NETFLIX CLONE WITH BACKEND has just reached here. The whole and sole project you need to get from Beginner to MASTERY in mobile app development!📱🔭Bulls Eye Over :✔️ Premium User Interface✔️ Updated Firebase Operations✔️ Video Player With Chewie✔️ Search In Cloud Firestore✔️ Streaming Movies From Firestore✔️ Complete Firestore Backend✔️ Basics Of State ManagementAnd Much More!💰Price : FREE OF COST!📚Prerequesites : NONE!🚥Bonus : Source Code At The End!📎Course Link : https://youtube.com/playlist?list=PLRT5VDuA0QGVEEjjeB_wF600xQyPcbwNA🕹️LIKE, COMMENT AND SHARE to help me reaching this course for those who need. This course shall teach you everything about REAL APP DEVELOPMENT PROJECTS!📱 And last thing, Do SUBSCRIBE if you find something meaningful❤️
December 17, 2020 at 02:36PM by draculamasterwinzy
https://ift.tt/3gUaHRV
Flutter Netflix Clone : Zero To Hero!🔥
How is it going on?! Well, The NETFLIX CLONE WITH BACKEND has just reached here. The whole and sole project you need to get from Beginner to MASTERY in mobile app development!📱🔭Bulls Eye Over :✔️ Premium User Interface✔️ Updated Firebase Operations✔️ Video Player With Chewie✔️ Search In Cloud Firestore✔️ Streaming Movies From Firestore✔️ Complete Firestore Backend✔️ Basics Of State ManagementAnd Much More!💰Price : FREE OF COST!📚Prerequesites : NONE!🚥Bonus : Source Code At The End!📎Course Link : https://youtube.com/playlist?list=PLRT5VDuA0QGVEEjjeB_wF600xQyPcbwNA🕹️LIKE, COMMENT AND SHARE to help me reaching this course for those who need. This course shall teach you everything about REAL APP DEVELOPMENT PROJECTS!📱 And last thing, Do SUBSCRIBE if you find something meaningful❤️
December 17, 2020 at 02:36PM by draculamasterwinzy
https://ift.tt/3gUaHRV
YouTube
Netflix-Clone with Flutter
Complete guide over building Netflix clone with Flutter and Firebase☑️
New post on /r/flutterdev subreddit:
Are there any drawbacks of using Flutter for Mobile Dev?
I was wondering is there any drawbacks of using the flutter completely for our app development. Is it only there for newly starting startups.
Many other factors like constant updation of language and guidelines may cause problem of code management in long run.I myself is posting content about flutter ui designs and app creation on my youtube channel, but i wonder what flutter dev community thinks about Flutter being an immature framework over a immature language (dart).
December 17, 2020 at 02:32PM by backslashflutter
https://ift.tt/34lOlUe
Are there any drawbacks of using Flutter for Mobile Dev?
I was wondering is there any drawbacks of using the flutter completely for our app development. Is it only there for newly starting startups.
Many other factors like constant updation of language and guidelines may cause problem of code management in long run.I myself is posting content about flutter ui designs and app creation on my youtube channel, but i wonder what flutter dev community thinks about Flutter being an immature framework over a immature language (dart).
December 17, 2020 at 02:32PM by backslashflutter
https://ift.tt/34lOlUe
YouTube
Backslash Flutter
Wanna learn Flutter? Here, you will find Tutorials and Source code for Projects build in Flutter and Dart.
Apart from this I will be also teaching you the UI/UX design for apps.
For business enquiries: backslash.flutter@gmail.com
Subscribe Now!
Apart from this I will be also teaching you the UI/UX design for apps.
For business enquiries: backslash.flutter@gmail.com
Subscribe Now!
New post on /r/flutterdev subreddit:
Flutter Tutorial - 1/2 Calculator UI From Scratch (Johannes Milke)
https://www.youtube.com/watch?v=N8C-cW7u2JA
December 17, 2020 at 05:24PM by JohannesMilke
https://ift.tt/3p2t6Pb
Flutter Tutorial - 1/2 Calculator UI From Scratch (Johannes Milke)
https://www.youtube.com/watch?v=N8C-cW7u2JA
December 17, 2020 at 05:24PM by JohannesMilke
https://ift.tt/3p2t6Pb
YouTube
Flutter Tutorial - 1/2 Calculator UI (Riverpod)
Let's build a simple & beautiful calculator app from scratch with Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/calculator_ui_example
- Buy My…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/calculator_ui_example
- Buy My…
New post on /r/flutterdev subreddit:
Flutter - UI components in package
Hello,I am thinking to move all UI custom components (buttons, input fields, etc) to separate package, because of possible future usage in other apps. Another bonus is having tests in another package and running them in CI/CD. The main issue is that you can't test the widget in that package (because it has no android /iOS/ web dependencies). What do you think about this approach?
December 17, 2020 at 06:44PM by szalis
https://ift.tt/3r9hRGo
Flutter - UI components in package
Hello,I am thinking to move all UI custom components (buttons, input fields, etc) to separate package, because of possible future usage in other apps. Another bonus is having tests in another package and running them in CI/CD. The main issue is that you can't test the widget in that package (because it has no android /iOS/ web dependencies). What do you think about this approach?
December 17, 2020 at 06:44PM by szalis
https://ift.tt/3r9hRGo
reddit
Flutter - UI components in package
Hello, I am thinking to move all UI custom components (buttons, input fields, etc) to separate package, because of possible future usage in...
New post on /r/flutterdev subreddit:
Sublime text Flutter plugin
Hi, there Is some Flutter plugin for sublime text?
December 17, 2020 at 06:00PM by AlternativePamda
https://ift.tt/3oZKLaf
Sublime text Flutter plugin
Hi, there Is some Flutter plugin for sublime text?
December 17, 2020 at 06:00PM by AlternativePamda
https://ift.tt/3oZKLaf
reddit
Sublime text Flutter plugin
Hi, there Is some Flutter plugin for sublime text?
New post on /r/flutterdev subreddit:
First experience with the Apple M1 and Flutter
Hi,I’m a happy owner of a MacBook Air M1 with 16MB since some days and thought I share my first impressions with you.Hardware is great quality and the keyboard is greatFirefox is already available for ARM code and I rarely was browsing that fast before on any machine.I only got it to get really warm when running the Flutter test suite on it. For normal app builds it never gets really warmVS code insider build for M1 work great with all plugins and feels more snappy than on my PCFlutter installation was really easy without any problems following the official documenation. That’s and big improvement since the last time I installed Flutter on my old Mac mini 1.5 years ago.Building and running the flutter demo app worked on first try on the iOS Simulator.I build my current project which is not small as a MacOS app. After an error with pods that told me clearly what to do on the terminal to fix it it build and ran without problem. Really impressed by this.I know this isn’t an accurate comparison but building the same Desktop App for windows on my 4.6GHz PC with an SSD RAID0 takes 60s till the app starts up. Doing the same on the M1 for MacOS took only 40s.I’m currently building the same app for iOS. After some strange build errors I deleted the old iOS folder and called ‚flutter create .‘ again fixed this and I could build without problems.Opening Xcode is really fastWorking over RealVNC from my PC feels like being on the Mac directly.I used the master channel for all these tests. After having read some GitHub issues about problems with the M1 I was very positive surprised. I guess the Flutter team did some fixes on the master channel the last days.Besides that I (over 20years Windows user) still sometimes swear about the atrocities of Macs UX and its keyboard layout I really like this small power machine.CheersThomas
December 17, 2020 at 05:55PM by escamoteur
https://ift.tt/3p1p1e1
First experience with the Apple M1 and Flutter
Hi,I’m a happy owner of a MacBook Air M1 with 16MB since some days and thought I share my first impressions with you.Hardware is great quality and the keyboard is greatFirefox is already available for ARM code and I rarely was browsing that fast before on any machine.I only got it to get really warm when running the Flutter test suite on it. For normal app builds it never gets really warmVS code insider build for M1 work great with all plugins and feels more snappy than on my PCFlutter installation was really easy without any problems following the official documenation. That’s and big improvement since the last time I installed Flutter on my old Mac mini 1.5 years ago.Building and running the flutter demo app worked on first try on the iOS Simulator.I build my current project which is not small as a MacOS app. After an error with pods that told me clearly what to do on the terminal to fix it it build and ran without problem. Really impressed by this.I know this isn’t an accurate comparison but building the same Desktop App for windows on my 4.6GHz PC with an SSD RAID0 takes 60s till the app starts up. Doing the same on the M1 for MacOS took only 40s.I’m currently building the same app for iOS. After some strange build errors I deleted the old iOS folder and called ‚flutter create .‘ again fixed this and I could build without problems.Opening Xcode is really fastWorking over RealVNC from my PC feels like being on the Mac directly.I used the master channel for all these tests. After having read some GitHub issues about problems with the M1 I was very positive surprised. I guess the Flutter team did some fixes on the master channel the last days.Besides that I (over 20years Windows user) still sometimes swear about the atrocities of Macs UX and its keyboard layout I really like this small power machine.CheersThomas
December 17, 2020 at 05:55PM by escamoteur
https://ift.tt/3p1p1e1
reddit
First experience with the Apple M1 and Flutter
Hi, I’m a happy owner of a MacBook Air M1 with 16MB since some days and thought I share my first impressions with you. 1....
New tweet from FlutterDev:
🗺 Location, location, location!
The Location package allows you to obtain the geographic area of a device and listen for changes to keep track of the location over time. You can use this data to display maps, calculate distances, and more.
📺 → https://t.co/VcqbJr2jek pic.twitter.com/B7eelgChM7— Flutter (@FlutterDev) December 17, 2020
December 17, 2020 at 08:04PM
http://twitter.com/FlutterDev/status/1339647615680585728
🗺 Location, location, location!
The Location package allows you to obtain the geographic area of a device and listen for changes to keep track of the location over time. You can use this data to display maps, calculate distances, and more.
📺 → https://t.co/VcqbJr2jek pic.twitter.com/B7eelgChM7— Flutter (@FlutterDev) December 17, 2020
December 17, 2020 at 08:04PM
http://twitter.com/FlutterDev/status/1339647615680585728
YouTube
Location (Flutter Package of the Week)
Sometimes to provide the best possible user experience, you need to know the GPS location of their device. The Location package allows you to obtain the curr...
New post on /r/flutterdev subreddit:
Location (Package of the Week)
https://youtube.com/watch?v=65qbtJMltVk&feature=share
December 17, 2020 at 10:22PM by Pixelreddit
https://ift.tt/3amOE4Q
Location (Package of the Week)
https://youtube.com/watch?v=65qbtJMltVk&feature=share
December 17, 2020 at 10:22PM by Pixelreddit
https://ift.tt/3amOE4Q
YouTube
Location (Flutter Package of the Week)
Sometimes to provide the best possible user experience, you need to know the GPS location of their device. The Location package allows you to obtain the curr...
New post on Flutter Dev Google group:
Has anyone incorporated Twitter Streams in a Flutter app?
I'm experimenting with that as we speak, but I'm running into some basic issues. I can get the stream to work in Postman and Powershell, but I'm not entirely sure how to get it in Flutter. I initially tried an http.get, and it SEEMED to work, but I couldn't figure out what to do with the stream
December 18, 2020 at 12:20AM by Kris Kramer
https://ift.tt/38dRB5g
Has anyone incorporated Twitter Streams in a Flutter app?
I'm experimenting with that as we speak, but I'm running into some basic issues. I can get the stream to work in Postman and Powershell, but I'm not entirely sure how to get it in Flutter. I initially tried an http.get, and it SEEMED to work, but I couldn't figure out what to do with the stream
December 18, 2020 at 12:20AM by Kris Kramer
https://ift.tt/38dRB5g
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.