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β¦
New post on Flutter Dev Google group:
Double booking problem
Hi all, I have been thinking about this over and over!.... I thought I had cracked it but it seems not. So I am making a simple booking system and needed to prevent double bookings. So I create a document using variables like Date TicketType Place Plot I combine these and insert into firebase.
July 30, 2020 at 02:01PM by Jay Stewart
https://ift.tt/3k1ynFd
  
  Double booking problem
Hi all, I have been thinking about this over and over!.... I thought I had cracked it but it seems not. So I am making a simple booking system and needed to prevent double bookings. So I create a document using variables like Date TicketType Place Plot I combine these and insert into firebase.
July 30, 2020 at 02:01PM by Jay Stewart
https://ift.tt/3k1ynFd
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:
GraphQL State Management
It's my first time using graphql in an app, and I'm using the graphql_flutter pub package. I was wondering what people use as a state management solution together with graphql. I am very fond of mobx, so I guess I would just create a mobx model for every type in my graphql schema. But I'm not sure how I would store the models and how to approach the initial fetching. What are y'alls experience with this?
July 30, 2020 at 02:10PM by daniellionel
https://ift.tt/2P896L7
  
  GraphQL State Management
It's my first time using graphql in an app, and I'm using the graphql_flutter pub package. I was wondering what people use as a state management solution together with graphql. I am very fond of mobx, so I guess I would just create a mobx model for every type in my graphql schema. But I'm not sure how I would store the models and how to approach the initial fetching. What are y'alls experience with this?
July 30, 2020 at 02:10PM by daniellionel
https://ift.tt/2P896L7
reddit
  
  GraphQL State Management
  It's my first time using graphql in an app, and I'm using the graphql_flutter pub package. I was wondering what people use as a state management...
  New post on /r/flutterdev subreddit:
Emoji Feedback
https://youtu.be/2W1-a4HZ_nc
July 30, 2020 at 02:10PM by TheTechDesigner
https://ift.tt/335Orj3
  
  Emoji Feedback
https://youtu.be/2W1-a4HZ_nc
July 30, 2020 at 02:10PM by TheTechDesigner
https://ift.tt/335Orj3
YouTube
  
  Flutter Widget | 89 | Emoji Feedback Useful Widget in Flutter App | Speed Code
  #TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
β β β β β β β β β ββ β β β β β β β β β
Topics Covered :-
β β β β β β β β β ββ β β β β β β β β β
βΊ Simple Way to Implementβ¦
  #Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
β β β β β β β β β ββ β β β β β β β β β
Topics Covered :-
β β β β β β β β β ββ β β β β β β β β β
βΊ Simple Way to Implementβ¦
New post on /r/flutterdev subreddit:
Anyone thinks Google should make Gmail, Calendar, Task app in Flutter desktop?
Microsoft Office has premium app and solid webapps. Google's GSuite has only webapps. But like with Google's Flutter they can actually start building reliable crossplatform desktop apps as well.... with their own technology stack.I'm currently using trial of GSuite and having desktop version of those apps would be nice, it's also the reason quite some people pick Office over GSuite.With Microsoft getting stronger presence with webapps, I think Google has to respond with desktop apps... with Flutter Desktop under their wing, why not.
July 30, 2020 at 02:27PM by 13MHz
https://ift.tt/309VEN0
  
  Anyone thinks Google should make Gmail, Calendar, Task app in Flutter desktop?
Microsoft Office has premium app and solid webapps. Google's GSuite has only webapps. But like with Google's Flutter they can actually start building reliable crossplatform desktop apps as well.... with their own technology stack.I'm currently using trial of GSuite and having desktop version of those apps would be nice, it's also the reason quite some people pick Office over GSuite.With Microsoft getting stronger presence with webapps, I think Google has to respond with desktop apps... with Flutter Desktop under their wing, why not.
July 30, 2020 at 02:27PM by 13MHz
https://ift.tt/309VEN0
reddit
  
  Anyone thinks Google should make Gmail, Calendar, Task app in...
  Microsoft Office has premium app and solid webapps. Google's GSuite has only webapps. But like with Google's Flutter they can actually start...
  New post on /r/flutterdev subreddit:
We open source a Signal Protocol library for Dart and Flutter implements
https://ift.tt/2X6ZEMo
July 30, 2020 at 02:22PM by klpu
https://ift.tt/39Ew1He
  
  We open source a Signal Protocol library for Dart and Flutter implements
https://ift.tt/2X6ZEMo
July 30, 2020 at 02:22PM by klpu
https://ift.tt/39Ew1He
GitHub
  
  MixinNetwork/libsignal_protocol_dart
  Signal Protocol library for Dart/Flutter. Contribute to MixinNetwork/libsignal_protocol_dart development by creating an account on GitHub.
  New post on /r/flutterdev subreddit:
[Flutter] Pagination Infinite Scrolling | SnippetCoder | LEARN.CODE.CREATE | HD Video
https://youtu.be/pGmHYXC5MeU
July 30, 2020 at 02:19PM by SnippetCoder
https://ift.tt/2XaAz3c
  
  [Flutter] Pagination Infinite Scrolling | SnippetCoder | LEARN.CODE.CREATE | HD Video
https://youtu.be/pGmHYXC5MeU
July 30, 2020 at 02:19PM by SnippetCoder
https://ift.tt/2XaAz3c
YouTube
  
  Pagination Infinite Scrolling with Flutter
  In this video, we learn how to do Pagination Infinite Load More Scrolling in Flutter Application, with just few lines of code.
πSource Code
https://github.com/SnippetCoders/flutter_listview_infinite_scrolling
πFlutter Plugin
https://pub.dev/packages/providerβ¦
  πSource Code
https://github.com/SnippetCoders/flutter_listview_infinite_scrolling
πFlutter Plugin
https://pub.dev/packages/providerβ¦
New post on /r/flutterdev subreddit:
Build A Flutter π Tinder Clone with Firebase & BLoC #36/40 Finishing the Messaging Repository
https://youtu.be/p0TQTTXBTN4
July 30, 2020 at 03:35PM by 26Waga
https://ift.tt/3gh0ldB
  
  Build A Flutter π Tinder Clone with Firebase & BLoC #36/40 Finishing the Messaging Repository
https://youtu.be/p0TQTTXBTN4
July 30, 2020 at 03:35PM by 26Waga
https://ift.tt/3gh0ldB
YouTube
  
  Build Flutter Tinder Clone with Firebase & BLoC  #37/41 Finishing the Messaging Repository
  Build a Flutter Tinder Clone with Firebase and BLoC. In this video we finish the Messaging Repository
Find the Source Code here https://github.com/OdongoWaga/chill
  Find the Source Code here https://github.com/OdongoWaga/chill
New tweet from FlutterDev:
π·‍βοΈBuild performant Flutter widgets!
Part of "Creating performant Flutter web apps" blog series, the Flutter Material team shares insights when optimizing Flutter Gallery for the web.
π Learn about building only what is needed when it's needed.
Read ↓ https://t.co/xbrE7Tx5Rhβ Flutter (@FlutterDev) July 30, 2020
July 30, 2020 at 05:00PM
http://twitter.com/FlutterDev/status/1288851852008796161
  
  π·‍βοΈBuild performant Flutter widgets!
Part of "Creating performant Flutter web apps" blog series, the Flutter Material team shares insights when optimizing Flutter Gallery for the web.
π Learn about building only what is needed when it's needed.
Read ↓ https://t.co/xbrE7Tx5Rhβ Flutter (@FlutterDev) July 30, 2020
July 30, 2020 at 05:00PM
http://twitter.com/FlutterDev/status/1288851852008796161
Medium
  
  Building performant Flutter widgets
  This article is part of a series developed after the Flutter Material team worked on making the Flutter Gallery app more performant on theβ¦