New post on /r/flutterdev subreddit:
Calling and dismissing FlutterViewController in native iOS apps
https://ift.tt/30SNjMY
July 29, 2020 at 04:44PM by Malfeitor218
https://ift.tt/3jUa2AM
Calling and dismissing FlutterViewController in native iOS apps
https://ift.tt/30SNjMY
July 29, 2020 at 04:44PM by Malfeitor218
https://ift.tt/3jUa2AM
Prograils.com
iOS app development: Calling and dismissing FlutterViewController in native applications | Prograils
Need advice on handling Flutter in native iOS apps? Read our new mobile development tutorial to learn how to call and dismiss the FlutterViewController!
New post on /r/flutterdev subreddit:
Futures and Completers in Dart and Flutter
https://ift.tt/30WzOvD
July 29, 2020 at 05:25PM by Darkglow666
https://ift.tt/3gbVIl6
Futures and Completers in Dart and Flutter
https://ift.tt/30WzOvD
July 29, 2020 at 05:25PM by Darkglow666
https://ift.tt/3gbVIl6
Dart Academy
Futures and Completers in Dart and Flutter
Even though Dart, with its convenient async/await syntax, is able to take a lot of the complexity out of managing asynchronous calls, sometimes you need to interact with a more traditional callback library or a persistent connection that doesn't operate with…
New post on /r/flutterdev subreddit:
Flutter QR Code generate and scan📱 Subscribe👍
https://youtu.be/wO4CEkgOh6A
July 28, 2020 at 01:11PM by maherban530
https://ift.tt/2Eo8TkK
Flutter QR Code generate and scan📱 Subscribe👍
https://youtu.be/wO4CEkgOh6A
July 28, 2020 at 01:11PM by maherban530
https://ift.tt/2Eo8TkK
YouTube
Flutter |22| QR Code Scanner, Barcode Widget
WELCOMEcreate Widget, UI, Animation etc using Dart for Application.Flutter Widget Playlist:https://www.youtube.com/playlist?list=PLtXpa99ExpKIgFPTcZcZYtmwvq...
New post on Flutter Dev Google group:
Flutter UI with Garbled Text on Device Startup
Hi, I am using latest stable flutter release 1.17.5 for my application. I am seeing a weird behaviour on an iPhone device - the same app works fine on Android device. What happens is, when I restart the device (my app is running on that device before the restart), and tap the app icon to open,
July 29, 2020 at 05:49PM by Flutter_2k_20
https://ift.tt/3f7R329
Flutter UI with Garbled Text on Device Startup
Hi, I am using latest stable flutter release 1.17.5 for my application. I am seeing a weird behaviour on an iPhone device - the same app works fine on Android device. What happens is, when I restart the device (my app is running on that device before the restart), and tap the app icon to open,
July 29, 2020 at 05:49PM by Flutter_2k_20
https://ift.tt/3f7R329
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:
flutter_blue: working around a misbehaving BLE device and stream persistence
SO post link containing code and more detailed notes: https://ift.tt/2BDBzoS Long story short, I've been trying to fix some bugs in an app I've developed to communicate with a BLE power bank. On
July 29, 2020 at 06:33PM by Brenden Smerbeck
https://ift.tt/39F3L7x
flutter_blue: working around a misbehaving BLE device and stream persistence
SO post link containing code and more detailed notes: https://ift.tt/2BDBzoS Long story short, I've been trying to fix some bugs in an app I've developed to communicate with a BLE power bank. On
July 29, 2020 at 06:33PM by Brenden Smerbeck
https://ift.tt/39F3L7x
Stack Overflow
flutter_blue: set_notification and read_characteristic errors on Android, BLE device disconnects on first connection attempt
I've been working with flutter for a few weeks now and am attempting to build an app to communicate with a power bank over BLE. In its current state, it works correctly on iOS. On android, partly d...
New post on /r/flutterdev subreddit:
Getx Package and some of the most important features all built in
Hi,I thought I just try out the Getx package for state mangement, navigation and more for my upcoming project.Having used Provider in a production app and Riverpod in a test setup.I was thinking of trying Getx before deciding on this or Riverpod for my next production app.This is a simple project which tests the followingA text field with subscriptions that are listened to and the rebuild of widgetA dialog management from the controller. using text debounceNavigation using GetxTheme change without contextTranslations with arguments (via string extensions using again just Getx)Overall I am very much satisfied with this package. It offers most of the things out of the box and is rich. Stability of the package is a problem with most of the times build failing with null exceptions and stuff and the package does need love.It has lot of features and needs more error handling , documentation needs boost and I am thinking of contributing whichever way I can.If I get enough interests in this I will try to make a medium post or youtube video detailing more.The link to repo https://github.com/shriharip/getTestLast but important thing if using this package. I highly recommend the VScode extension getx snippetsThis is an awesome extension and allows you code faster. There is an upcoming documentation also on the Getx Pacakge by the extensions authorI think I have made my mind to go ahead with this after evaluating stacked, riverpod, provider, rxvms. :)
July 29, 2020 at 07:27PM by p2harry
https://ift.tt/2P4j4gn
Getx Package and some of the most important features all built in
Hi,I thought I just try out the Getx package for state mangement, navigation and more for my upcoming project.Having used Provider in a production app and Riverpod in a test setup.I was thinking of trying Getx before deciding on this or Riverpod for my next production app.This is a simple project which tests the followingA text field with subscriptions that are listened to and the rebuild of widgetA dialog management from the controller. using text debounceNavigation using GetxTheme change without contextTranslations with arguments (via string extensions using again just Getx)Overall I am very much satisfied with this package. It offers most of the things out of the box and is rich. Stability of the package is a problem with most of the times build failing with null exceptions and stuff and the package does need love.It has lot of features and needs more error handling , documentation needs boost and I am thinking of contributing whichever way I can.If I get enough interests in this I will try to make a medium post or youtube video detailing more.The link to repo https://github.com/shriharip/getTestLast but important thing if using this package. I highly recommend the VScode extension getx snippetsThis is an awesome extension and allows you code faster. There is an upcoming documentation also on the Getx Pacakge by the extensions authorI think I have made my mind to go ahead with this after evaluating stacked, riverpod, provider, rxvms. :)
July 29, 2020 at 07:27PM by p2harry
https://ift.tt/2P4j4gn
GitHub
GitHub - shriharip/getTest: Testing of get package
Testing of get package. Contribute to shriharip/getTest development by creating an account on GitHub.
New post on Flutter Dev Google group:
Is there a way to store images locally and sync to cloud storage when device online?
I'm working on a scenario where user add the images in offline mode. And when user is online the images should sync to Google cloud storage. I'm trying to implement this scenario with flutter and google cloud storage. Can anyone help me on this? Thanks is advance!!!
July 29, 2020 at 07:57PM by riyaj ahamed ibrahim
https://ift.tt/3084uLm
Is there a way to store images locally and sync to cloud storage when device online?
I'm working on a scenario where user add the images in offline mode. And when user is online the images should sync to Google cloud storage. I'm trying to implement this scenario with flutter and google cloud storage. Can anyone help me on this? Thanks is advance!!!
July 29, 2020 at 07:57PM by riyaj ahamed ibrahim
https://ift.tt/3084uLm
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:
Is there a reason why MediaQuery.of(context).padding.top equals 0.0 when using a FlutterFragment but not a FlutterActivity?
My team is using a FlutterFragment with an AppBar and the operating system UI along the top edge is intruding on the AppBar. And there is no way to wrap it in a SafeArea widget with the desired effect or otherwise get the top padding because MediaQuery.of(context).padding.top returns 0.0.
July 29, 2020 at 08:45PM by David
https://ift.tt/2X9UAqx
Is there a reason why MediaQuery.of(context).padding.top equals 0.0 when using a FlutterFragment but not a FlutterActivity?
My team is using a FlutterFragment with an AppBar and the operating system UI along the top edge is intruding on the AppBar. And there is no way to wrap it in a SafeArea widget with the desired effect or otherwise get the top padding because MediaQuery.of(context).padding.top returns 0.0.
July 29, 2020 at 08:45PM by David
https://ift.tt/2X9UAqx
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:
How do you name your "common" custom widgets such as buttons?
Kinda basic question.. but when you have several common widgets that are just extensions of default widgets, how do you name them?For example, let's say I want all my Buttons to have the same styling. I create a widget in my project that just returns a normal Button widget with styling. Do you name this component Button (and take care to import your local Button each time you use it) or something like CustomButton (which seems easier to ensure you import the right one with your IDE as you type it)?Just curious what most people's conventions are. Buttons, input fields, cards, etc come to mind.
July 29, 2020 at 09:36PM by notrichardparker
https://ift.tt/39G71iM
How do you name your "common" custom widgets such as buttons?
Kinda basic question.. but when you have several common widgets that are just extensions of default widgets, how do you name them?For example, let's say I want all my Buttons to have the same styling. I create a widget in my project that just returns a normal Button widget with styling. Do you name this component Button (and take care to import your local Button each time you use it) or something like CustomButton (which seems easier to ensure you import the right one with your IDE as you type it)?Just curious what most people's conventions are. Buttons, input fields, cards, etc come to mind.
July 29, 2020 at 09:36PM by notrichardparker
https://ift.tt/39G71iM
reddit
How do you name your "common" custom widgets such as buttons?
Kinda basic question.. but when you have several common widgets that are just extensions of default widgets, how do you name them? For example,...
New post on /r/flutterdev subreddit:
Choosing the right database for your Flutter app
https://ift.tt/336F2aV
July 30, 2020 at 12:47AM by Cr0c0lia
https://ift.tt/2BK5coI
Choosing the right database for your Flutter app
https://ift.tt/336F2aV
July 30, 2020 at 12:47AM by Cr0c0lia
https://ift.tt/2BK5coI
Codemagic blog
Choosing the right database for your Flutter app | Codemagic Blog
Read which database is the best for your Flutter app – SQflite, Moor, Firebase or Hive.
New post on /r/flutterdev subreddit:
Can't see all widget attributes in Android Studio
Anyone know how to fix this? I can't see all the attributes on widgets with many attributes in Android studio.example - AppBar
July 30, 2020 at 01:34AM by RGinFL
https://ift.tt/2P9vJyW
Can't see all widget attributes in Android Studio
Anyone know how to fix this? I can't see all the attributes on widgets with many attributes in Android studio.example - AppBar
July 30, 2020 at 01:34AM by RGinFL
https://ift.tt/2P9vJyW
Freeimage.host
IMG 20200729 163546 — Freeimage.host
Image IMG 20200729 163546 hosted in Freeimage.host
New post on Flutter Dev Google group:
Flutter app displayed in a FlutterFragment is not displaying within the application's SafeArea
In our team's app we are using the Add-to-app feature to display a FlutterFragment as one of the tabs within an Activity that has a BottomNavigationView that allows you to switch tabs. We can't figure out how to get the AppBar at the top of the page to include the area of the device's status bar
July 30, 2020 at 01:20AM by Wes Ehrlichman
https://ift.tt/39ENdfO
Flutter app displayed in a FlutterFragment is not displaying within the application's SafeArea
In our team's app we are using the Add-to-app feature to display a FlutterFragment as one of the tabs within an Activity that has a BottomNavigationView that allows you to switch tabs. We can't figure out how to get the AppBar at the top of the page to include the area of the device's status bar
July 30, 2020 at 01:20AM by Wes Ehrlichman
https://ift.tt/39ENdfO
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:
State Management Flutter Developer Should Start
https://youtu.be/VN8q0oiDDlw
July 30, 2020 at 02:07AM by thehappyharis
https://ift.tt/3fdcPSi
State Management Flutter Developer Should Start
https://youtu.be/VN8q0oiDDlw
July 30, 2020 at 02:07AM by thehappyharis
https://ift.tt/3fdcPSi
YouTube
Change Notifier Provider Explained
Change notifier, in my opinion, should be the fundamental knowledge of any Flutter developer. It's simple to get started. In the end, it is according to what kind of app, how big the app is, that will decide the state management you should use.
👉 Pre Sign…
👉 Pre Sign…
New post on /r/flutterdev subreddit:
My short open-source Flutter&Flame game
Hi! Wyatt's Story is a short mobile game made by me as part of my uni projects. For this work to be complete I need YOUR opinion.If you have a moment, please fill in the MAX 2 MINUTE survey:
https://forms.gle/hoerky9WMUNuxZgb8You don't need to know the game to fill it in, but if you want to change it - you can always download it here:
https://play.google.com/store/apps/details?id=com.mmx.wyatts_storyApp is open-source, so please feel free to see it:https://github.com/maksmaxx/detective_gameI do not collect any identifying data (and why).
Thank you for your valuable support!
July 29, 2020 at 07:15PM by merokotos
https://ift.tt/335gsas
My short open-source Flutter&Flame game
Hi! Wyatt's Story is a short mobile game made by me as part of my uni projects. For this work to be complete I need YOUR opinion.If you have a moment, please fill in the MAX 2 MINUTE survey:
https://forms.gle/hoerky9WMUNuxZgb8You don't need to know the game to fill it in, but if you want to change it - you can always download it here:
https://play.google.com/store/apps/details?id=com.mmx.wyatts_storyApp is open-source, so please feel free to see it:https://github.com/maksmaxx/detective_gameI do not collect any identifying data (and why).
Thank you for your valuable support!
July 29, 2020 at 07:15PM by merokotos
https://ift.tt/335gsas
New post on /r/flutterdev subreddit:
How to show photos from Firestore in Flutter
https://ift.tt/3fbHu2j
July 30, 2020 at 02:54AM by jetblack-pope
https://ift.tt/2D0tz22
How to show photos from Firestore in Flutter
https://ift.tt/3fbHu2j
July 30, 2020 at 02:54AM by jetblack-pope
https://ift.tt/2D0tz22
Medium
How to show photos from Firestore in Flutter
One of the beauties of cloud storage is that your app doesn’t need to get bogged down with massive amounts of data from photos and videos…
New post on Flutter Dev Google group:
NLP Chat bot to Flutter app
Hey , I have made a chat bot using Natiral Language processing. How can i deploy my bot to a Flutter app?
July 30, 2020 at 08:28AM by Muskan Sanghai
https://ift.tt/2PbF8FS
NLP Chat bot to Flutter app
Hey , I have made a chat bot using Natiral Language processing. How can i deploy my bot to a Flutter app?
July 30, 2020 at 08:28AM by Muskan Sanghai
https://ift.tt/2PbF8FS
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:
Comparing the performance of the experimental SKIA and CANVAS_TEXT flags
Hi everyone,I was inspired by yesterday's post to try out the experimental canvas text flag.https://medium.com/flutter/going-deeper-with-flutters-web-support-66d7ad95eb52I'm really impressed by the improvements in our app and thought I'd share it with the community, I've setup four builds to compare them.https://hillelcoren.github.io/invoiceninja/https://hillelcoren.github.io/invoiceninja_skia/https://hillelcoren.github.io/invoiceninja_canvas_text/https://hillelcoren.github.io/invoiceninja_skia_and_canvas_text/I use the CPU throttling feature in the Chrome dev tools to get a better feel for the differences, with both flags enabled the app is almost usable for me with 4x slowdown.The one noticeable issue with the skia flag is the missing icons, is anyone else seeing this problem or is there a GitHub issue for it?* Build settings: [√] Flutter (Channel dev, 1.21.0-1.0.pre, on Microsoft Windows [Version 10.0.18362.959], locale en-US)
July 30, 2020 at 08:47AM by hillel369
https://ift.tt/2PahOZb
Comparing the performance of the experimental SKIA and CANVAS_TEXT flags
Hi everyone,I was inspired by yesterday's post to try out the experimental canvas text flag.https://medium.com/flutter/going-deeper-with-flutters-web-support-66d7ad95eb52I'm really impressed by the improvements in our app and thought I'd share it with the community, I've setup four builds to compare them.https://hillelcoren.github.io/invoiceninja/https://hillelcoren.github.io/invoiceninja_skia/https://hillelcoren.github.io/invoiceninja_canvas_text/https://hillelcoren.github.io/invoiceninja_skia_and_canvas_text/I use the CPU throttling feature in the Chrome dev tools to get a better feel for the differences, with both flags enabled the app is almost usable for me with 4x slowdown.The one noticeable issue with the skia flag is the missing icons, is anyone else seeing this problem or is there a GitHub issue for it?* Build settings: [√] Flutter (Channel dev, 1.21.0-1.0.pre, on Microsoft Windows [Version 10.0.18362.959], locale en-US)
July 30, 2020 at 08:47AM by hillel369
https://ift.tt/2PahOZb
Medium
Going deeper with Flutter’s web support
Harnessing the full power of the web platform for app-centric experiences
New post on /r/flutterdev subreddit:
Vulcan : RISC-V Instruction Set Simulator (Built for education). Vulcan uses Flutter web support to provide a RISC-V instruction set simulator.
https://ift.tt/30bxO3G
July 30, 2020 at 09:25AM by EngineerScientist
https://ift.tt/2XcyF29
Vulcan : RISC-V Instruction Set Simulator (Built for education). Vulcan uses Flutter web support to provide a RISC-V instruction set simulator.
https://ift.tt/30bxO3G
July 30, 2020 at 09:25AM by EngineerScientist
https://ift.tt/2XcyF29
GitHub
GitHub - vmmc2/Vulcan: RISC-V Instruction Set Simulator (Built for education).
RISC-V Instruction Set Simulator (Built for education). - GitHub - vmmc2/Vulcan: RISC-V Instruction Set Simulator (Built for education).
New post on /r/flutterdev subreddit:
Need an opinion on getx package( https://ift.tt/3fsulD9 ) for large project
Have any of the you flutter Dev's used getx ( https://pub.dev/packages/get ) as state management solution/navigation/dependency management. Please do share your opinion about how good/bad is it. I need to develop a large project, is it recommanded to use it in both performance and productivity wise.Thanks!
July 30, 2020 at 12:16PM by MrRandomBruh
https://ift.tt/2Ezgj4V
Need an opinion on getx package( https://ift.tt/3fsulD9 ) for large project
Have any of the you flutter Dev's used getx ( https://pub.dev/packages/get ) as state management solution/navigation/dependency management. Please do share your opinion about how good/bad is it. I need to develop a large project, is it recommanded to use it in both performance and productivity wise.Thanks!
July 30, 2020 at 12:16PM by MrRandomBruh
https://ift.tt/2Ezgj4V
Dart packages
get | Flutter Package
Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX.
New post on /r/flutterdev subreddit:
Learning curve for legacy developers
Hi everyone. A company I'm writing a thesis for asked me to do a little research about flutter's learning curve for people who come from older languages.I've seen this post from 6 months ago:https://www.reddit.com/r/FlutterDev/comments/eow6da/im_doing_a_little_research_about_flutters/My intent is kind of the same, but with the difference to compare this with the answers of the react native survey.Filling out 4 questions from this survey/forwarding it would help me a lot in my research.
July 30, 2020 at 01:05PM by HyphenDev
https://ift.tt/2BNoOZa
Learning curve for legacy developers
Hi everyone. A company I'm writing a thesis for asked me to do a little research about flutter's learning curve for people who come from older languages.I've seen this post from 6 months ago:https://www.reddit.com/r/FlutterDev/comments/eow6da/im_doing_a_little_research_about_flutters/My intent is kind of the same, but with the difference to compare this with the answers of the react native survey.Filling out 4 questions from this survey/forwarding it would help me a lot in my research.
July 30, 2020 at 01:05PM by HyphenDev
https://ift.tt/2BNoOZa
Reddit
From the FlutterDev community on Reddit: I'm doing a little research about Flutter's learning curve
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Local Storage in Flutter with Shared Preferences
https://youtu.be/auspHSmtVII
July 30, 2020 at 01:20PM by jetblack-pope
https://ift.tt/3jRwGd7
Local Storage in Flutter with Shared Preferences
https://youtu.be/auspHSmtVII
July 30, 2020 at 01:20PM by jetblack-pope
https://ift.tt/3jRwGd7
YouTube
Local Storage in Flutter with Shared Preferences
This tutorial shows how to use the shared_preferences package to store variables locally in your flutter app.
Package Link: https://pub.dev/packages/shared_preferences
Code: https://bitbucket.org/bo-bleyl/bleyl-dev-demo/src/master/
Medium Article: https…
Package Link: https://pub.dev/packages/shared_preferences
Code: https://bitbucket.org/bo-bleyl/bleyl-dev-demo/src/master/
Medium Article: https…