New post on /r/flutterdev subreddit:
Why Flutter and not something else
I just came across Flutter a while ago. Before i only used Java (Android Studio) for mobile development. After my school had a few presentations about their work with some companies a lot of those mobile applications were done with Flutter. So for what exactly should you use Flutter for?
April 08, 2021 at 09:25PM by 666lenny
https://ift.tt/39VXZj5
  
  Why Flutter and not something else
I just came across Flutter a while ago. Before i only used Java (Android Studio) for mobile development. After my school had a few presentations about their work with some companies a lot of those mobile applications were done with Flutter. So for what exactly should you use Flutter for?
April 08, 2021 at 09:25PM by 666lenny
https://ift.tt/39VXZj5
reddit
  
  Why Flutter and not something else
  A subreddit for Google's portable UI framework.
  New post on /r/flutterdev subreddit:
FLUTTER vs REACT, which is asked for more?
Which is asked for more? Or, which is better for the future? I’ve been concentrating on MERN and MERNG stack
April 08, 2021 at 10:54PM by Codeeveryday123
https://ift.tt/3wIzIai
  
  FLUTTER vs REACT, which is asked for more?
Which is asked for more? Or, which is better for the future? I’ve been concentrating on MERN and MERNG stack
April 08, 2021 at 10:54PM by Codeeveryday123
https://ift.tt/3wIzIai
reddit
  
  FLUTTER vs REACT, which is asked for more?
  Which is asked for more? Or, which is better for the future? I’ve been concentrating on MERN and MERNG stack
  New post on /r/flutterdev subreddit:
is MacBook air m1 with 8gb ram enough for flutter development
Hi all i have mac air with m1 chip, 8gb ram and 256 ssd I am confused about if it enough for android development or ios development on flutter So my question is can i work comfort with 8gb ram .and last thing, i remembered the issue about swapping memory with m1, so write a comment about it.
April 08, 2021 at 10:28PM by aliebraheem500
https://ift.tt/3rXAY5v
  
  is MacBook air m1 with 8gb ram enough for flutter development
Hi all i have mac air with m1 chip, 8gb ram and 256 ssd I am confused about if it enough for android development or ios development on flutter So my question is can i work comfort with 8gb ram .and last thing, i remembered the issue about swapping memory with m1, so write a comment about it.
April 08, 2021 at 10:28PM by aliebraheem500
https://ift.tt/3rXAY5v
reddit
  
  is MacBook air m1 with 8gb ram enough for flutter development
  Hi all i have mac air with m1 chip, 8gb ram and 256 ssd I am confused about if it enough for android development or ios development on flutter So...
  New post on /r/flutterdev subreddit:
What is your biggest pain point building Flutter apps?
Hi everyone - I'm an independent Flutter developer looking to get a sense of what people are struggling with most when building Flutter apps. My hope is that this information can be used by the community to inform decisions about what areas to explore next!So - What is your biggest pain point building high performance, beautiful, customer-focused Flutter apps?If you chose "Other", please add a comment as I'm sure there are things I've missed that are worth discussing.Thanks!View Poll
April 08, 2021 at 11:21PM by processctrl
https://ift.tt/31XLVth
  What is your biggest pain point building Flutter apps?
Hi everyone - I'm an independent Flutter developer looking to get a sense of what people are struggling with most when building Flutter apps. My hope is that this information can be used by the community to inform decisions about what areas to explore next!So - What is your biggest pain point building high performance, beautiful, customer-focused Flutter apps?If you chose "Other", please add a comment as I'm sure there are things I've missed that are worth discussing.Thanks!View Poll
April 08, 2021 at 11:21PM by processctrl
https://ift.tt/31XLVth
New post on /r/flutterdev subreddit:
If you run Dart on the web, check out a description on how numbers differ between native and web. TL;DR - use platform-specific representations for better performance, but it does lead to subtle differences.
https://ift.tt/3wCKVcd
April 08, 2021 at 11:06PM by EngineerScientist
https://ift.tt/3dKXKsh
  
  If you run Dart on the web, check out a description on how numbers differ between native and web. TL;DR - use platform-specific representations for better performance, but it does lead to subtle differences.
https://ift.tt/3wCKVcd
April 08, 2021 at 11:06PM by EngineerScientist
https://ift.tt/3dKXKsh
dart.dev
  
  Numbers in Dart
  Learn how Dart numbers are slightly different on the web, when that might matter, and how you might adjust your code.
  New post on /r/flutterdev subreddit:
What should I know before Dart - Flutter?
I’ve been mainly using JavaScript, React and Python. What language would help to learn Flutter?...... should I just go for DART first?
April 09, 2021 at 03:24AM by Codeeveryday123
https://ift.tt/2RmZIHV
  
  What should I know before Dart - Flutter?
I’ve been mainly using JavaScript, React and Python. What language would help to learn Flutter?...... should I just go for DART first?
April 09, 2021 at 03:24AM by Codeeveryday123
https://ift.tt/2RmZIHV
reddit
  
  What should I know before Dart - Flutter?
  I’ve been mainly using JavaScript, React and Python. What language would help to learn Flutter?...... should I just go for DART first?
  New post on /r/flutterdev subreddit:
Steps for Email Authentication using Firebase Auth + Flutter
https://ift.tt/3d7cCSZ
April 09, 2021 at 05:58AM by freelancerkatie
https://ift.tt/3dLc0Bv
  
  Steps for Email Authentication using Firebase Auth + Flutter
https://ift.tt/3d7cCSZ
April 09, 2021 at 05:58AM by freelancerkatie
https://ift.tt/3dLc0Bv
reddit
  
  Steps for Email Authentication using Firebase Auth and Flutter
  Rarely have we seen that mobile applications are connected to the backend. There are other platforms- AWS or Azure, but no platform could stand...
  New post on /r/flutterdev subreddit:
Add Links in Flutter Web Possible?
https://youtu.be/d6kDuyGMJXQ
April 09, 2021 at 06:23AM by thehappyharis
https://ift.tt/3fVRfpl
  
  Add Links in Flutter Web Possible?
https://youtu.be/d6kDuyGMJXQ
April 09, 2021 at 06:23AM by thehappyharis
https://ift.tt/3fVRfpl
YouTube
  
  Add Links in Flutter Web Possible?
  Using the TextSpan, StatefulWidget and the SystemMouseCursor works
Written article: https://temp.learnfluttercode.com/hyperlink-flutter-web
🎨 Source code:
https://gist.github.com/happyharis/f8cc0f12b4da22b33636c3c6ec6d045ehttps://gist.github.com/happyh…
  Written article: https://temp.learnfluttercode.com/hyperlink-flutter-web
🎨 Source code:
https://gist.github.com/happyharis/f8cc0f12b4da22b33636c3c6ec6d045ehttps://gist.github.com/happyh…
New post on Flutter Dev Google group:
Creating a screen that creates E-Signature and then uploading it to a file server and ofcourse renaming the file name
any answer will be of help thanks!
April 09, 2021 at 08:04AM by potato gaming
https://ift.tt/3t4N7Ho
  
  Creating a screen that creates E-Signature and then uploading it to a file server and ofcourse renaming the file name
any answer will be of help thanks!
April 09, 2021 at 08:04AM by potato gaming
https://ift.tt/3t4N7Ho
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 to Create a Choropleth Map in a Flutter Application
https://ift.tt/3uC6BUc
April 09, 2021 at 08:06AM by ArunITTech
https://ift.tt/2OzDbGT
  
  How to Create a Choropleth Map in a Flutter Application
https://ift.tt/3uC6BUc
April 09, 2021 at 08:06AM by ArunITTech
https://ift.tt/2OzDbGT
Syncfusion Blogs
  
  How to Create a Choropleth Map in a Flutter Application
  This blog explains how to easily create a choropleth map easily using the Syncfusion Flutter Maps widget along with code examples.
  New post on /r/flutterdev subreddit:
Flutter Spin Wheel Custom Rotate Animation
https://ift.tt/2PEIYeR
April 09, 2021 at 07:53AM by rrtutors
https://ift.tt/39YjD6n
  
  Flutter Spin Wheel Custom Rotate Animation
https://ift.tt/2PEIYeR
April 09, 2021 at 07:53AM by rrtutors
https://ift.tt/39YjD6n
Rrtutors
  
  Flutter Spin Wheel Custom Rotate Animation
  how to use spin wheel widget in flutter. For this Spin wheel example we are using the flutter_fortune_wheel plugin
  New post on /r/flutterdev subreddit:
[Podcast] Flying High with Flutter: Introduction to Flying High with Flutter
https://youtu.be/-eQgRRRvoBk
April 09, 2021 at 07:37AM by plangora
https://ift.tt/3dM1biC
  
  [Podcast] Flying High with Flutter: Introduction to Flying High with Flutter
https://youtu.be/-eQgRRRvoBk
April 09, 2021 at 07:37AM by plangora
https://ift.tt/3dM1biC
YouTube
  
  Introduction to Flying High with Flutter
  Hi, I am Allen Wyma, the host of Flying High with Flutter. This is the very first episode and I would like to share with you my past programming experiences, which are also the reasons why I love using Flutter. Other than just sharing my love of Flutter,…
  New post on /r/flutterdev subreddit:
How to Create a Custom AppBar Widget in Flutter?
https://ift.tt/2PMIJyh
April 09, 2021 at 07:24AM by lil_dragplix
https://ift.tt/3fV2izd
  
  How to Create a Custom AppBar Widget in Flutter?
https://ift.tt/2PMIJyh
April 09, 2021 at 07:24AM by lil_dragplix
https://ift.tt/3fV2izd
Flutter Agency
  
  How to Create a Custom AppBar Widget? - Flutter Agency
  AppBar is the main widget in flutter apps. It sits at the top of application & mostly controls major action items...create a Custom AppBar Widget
  New post on /r/flutterdev subreddit:
How do you usually get API documentation for your apps?
While creating apps at work, in what form do you get API documentation? Swagger, postman or something else?View Poll
April 09, 2021 at 10:35AM by kubenqpl
https://ift.tt/3fSjfdv
  How do you usually get API documentation for your apps?
While creating apps at work, in what form do you get API documentation? Swagger, postman or something else?View Poll
April 09, 2021 at 10:35AM by kubenqpl
https://ift.tt/3fSjfdv
New post on Flutter Dev Google group:
Connect Flutter with RDF / SPARQL
I'm wishing to develop an app using Flutter. The question is, can I use RDF / SPARQL to become a data source for my Flutter apps? I'm pretty new to RDF, so I wonder if I can connect both service (RDF and Flutter)
April 09, 2021 at 12:15PM by Vincent Fernando
https://ift.tt/3d331fJ
  
  Connect Flutter with RDF / SPARQL
I'm wishing to develop an app using Flutter. The question is, can I use RDF / SPARQL to become a data source for my Flutter apps? I'm pretty new to RDF, so I wonder if I can connect both service (RDF and Flutter)
April 09, 2021 at 12:15PM by Vincent Fernando
https://ift.tt/3d331fJ
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:
WebView plugin
Good day. I have been having issue with uploading my app to the apple store as the keep saying that the app is using old code (UIWebView instead of UKWebView) as of Dec 2020. Can I please get a solution or a way forward on what needs to been done. https://ift.tt/2l90A2N
April 09, 2021 at 12:51PM by SizweNje
https://ift.tt/39Wvm5j
  
  WebView plugin
Good day. I have been having issue with uploading my app to the apple store as the keep saying that the app is using old code (UIWebView instead of UKWebView) as of Dec 2020. Can I please get a solution or a way forward on what needs to been done. https://ift.tt/2l90A2N
April 09, 2021 at 12:51PM by SizweNje
https://ift.tt/39Wvm5j
Dart packages
  
  webview_flutter | Flutter Package
  A Flutter plugin that provides a WebView widget on Android and iOS.
  New post on /r/flutterdev subreddit:
Responsive_sizer helps implement a responsive layout by providing helper widgets and extensions.
Just got my first package published to pub.devI hope you like it: https://pub.dev/packages/responsive_sizer
April 09, 2021 at 12:56PM by quantumizeCode
https://ift.tt/3d31Pcb
  
  Responsive_sizer helps implement a responsive layout by providing helper widgets and extensions.
Just got my first package published to pub.devI hope you like it: https://pub.dev/packages/responsive_sizer
April 09, 2021 at 12:56PM by quantumizeCode
https://ift.tt/3d31Pcb
Dart packages
  
  responsive_sizer | Flutter package
  Responsive Sizer helps implement a reponsive layout by providing helper widgets and extensions.
  New post on /r/flutterdev subreddit:
A Deep Dive Into Widget Testing in Flutter : Part I
https://ift.tt/2Q7F5yL
April 09, 2021 at 12:19PM by deven9852
https://ift.tt/31ZHA8Z
  
  A Deep Dive Into Widget Testing in Flutter : Part I
https://ift.tt/2Q7F5yL
April 09, 2021 at 12:19PM by deven9852
https://ift.tt/31ZHA8Z
Medium
  
  A Deep Dive Into Widget Testing in Flutter : Part I
  Understanding the Ins and Outs of Widget Testing in Flutter
  New post on /r/flutterdev subreddit:
Open source Flutter animations
I used to publish only animations videos on my Instagram page, but now I wanted to share the source code with the community.I hope you will like it 😁😁Soucre code hereIt will be updated every week, you can follow the updates here Instagram page
April 09, 2021 at 01:52PM by ElectricalControl376
https://ift.tt/3uzaYPK
  
  Open source Flutter animations
I used to publish only animations videos on my Instagram page, but now I wanted to share the source code with the community.I hope you will like it 😁😁Soucre code hereIt will be updated every week, you can follow the updates here Instagram page
April 09, 2021 at 01:52PM by ElectricalControl376
https://ift.tt/3uzaYPK
GitHub
  
  GitHub - Ezaldeen99/Flutter-animations: A collection of Animations that aims to improve the user experience for your next flutter…
  A collection of Animations that aims to improve the user experience for your next flutter project. - Ezaldeen99/Flutter-animations
  New post on /r/flutterdev subreddit:
App Feedback Thread - April 09, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
April 09, 2021 at 03:00PM by AutoModerator
https://ift.tt/3uDa5pu
  
  App Feedback Thread - April 09, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
April 09, 2021 at 03:00PM by AutoModerator
https://ift.tt/3uDa5pu
reddit
  
  App Feedback Thread - April 09, 2021
  This thread is for getting feedback on your own apps. ## Developers: * must **provide feedback** for others * must include **Play Store**, **App...