Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

The legal side of mobile app development?
How did you learn the business side of app development such as privacy policies, terms & conditions etc.Did you set up an LLC, do you hire accounts, lawyers etc. Very curious to know how you get on!

December 04, 2020 at 12:34AM by augst1
https://ift.tt/3qub8qf
New post on /r/flutterdev subreddit:

Flutter ImagePicker: pick...() methods are deprecated
Most of the ImagePicker examples on the web are using pickImage() method but after 0.6.7, most of the methods are deprecated. Now use getImage(). For more information check out the below link.https://androidride.com/image-picker-flutter-take-picture/

December 04, 2020 at 03:01AM by Ok_Understanding19
https://ift.tt/3g62V77
New post on /r/flutterdev subreddit:

Have anyone done Raywenderlich Flutter Courses?
I am a complete noob and my friend recommended me RayWenderlich as learning resources for mobile development. I started with (Your First Flutter App) and the instructor always keep saying "I will explain abt this later in this course" and I am somewhere in between dart basics & I still don't know what is going on most of the times. Is it just me or anybody out there in this situation? Should i still follow this or find another resources?

December 04, 2020 at 06:21AM by professorphoenixx
https://ift.tt/37AZt0e
New post on /r/flutterdev subreddit:

Tutorials on how to Generate HTML documentation for dart
Hi, Can anybody point me to some tutorial link(any videos) on how to Generate HTML documentation for dart? I need to generate the api documentation for a very large flutter project. As of now i found, only this link https://pub.dev/packages/dartdoc. This is my first time on generating the api document, so don't want to mess up the things.

December 04, 2020 at 11:27AM by sanfrnds
https://ift.tt/2JDNJlA
New post on /r/flutterdev subreddit:

Would it be possible to develop an app like netflix for consoles such as xbox or playstation using flutter?
Any knowledge or any information out there would be useful, thanks!

December 04, 2020 at 01:45PM by GenericlyDynamic
https://ift.tt/3lHllfA
New post on /r/flutterdev subreddit:

App Feedback Thread - December 04, 2020
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

December 04, 2020 at 03:00PM by AutoModerator
https://ift.tt/3omybl5
New post on /r/flutterdev subreddit:

Another Bitrise Webinar today: Scaling with Flutter: Case studies with Tonal and Signify
https://ift.tt/37zfOCF

December 04, 2020 at 02:40PM by Elixane
https://ift.tt/2VCtRBP
New post on Flutter Dev Google group:

Flutter package for form validation.
Hi guys, I recently created a Flutter package for validation that helps you a lot while creating forms. https://ift.tt/3jsB3Ls Also, you can see my medium article for more help Thank you. https://ift.tt/3qDIMds

December 04, 2020 at 03:16PM by Osama Asif
https://ift.tt/2JA1Et2
New post on Flutter Dev Google group:

VS Code extensions v3.17.0
Hey all, New Dart/Flutter VS Code extensions have been published! Release notes are below (and online ). LSP Enhancements *Note:* Many enhancements have been made when running with the LSP Preview
New post on Flutter Dev Google group:

Flutter IntelliJ Plugin M52 Release
Flutter IntelliJ Plugin M52 Release Issues Addressed Quite a few issues have been addressed in this release! The change log
New post on /r/flutterdev subreddit:

i have a question please guide me i want ask after learning flutter where we can go further? can we go to python for backend? Suppose if a person knows javascript he can front end web development back end web development react native react js there is so much opportunities for him.
flutter

December 04, 2020 at 05:34PM by maddy-tech
https://ift.tt/3gceERq
New tweet from FlutterDev:

⛵️ Familiarize yourself with Navigator 2.0

Learn about the new Page and Router APIs in Navigator 2.0, how it differs from Navigator 1.0, and how to use it in a real application in this #DevFest Saudi talk from Chun-Heng Tai.

See how → https://t.co/rYXfAC47Zx pic.twitter.com/v5Mc7mbWu8— Flutter (@FlutterDev) December 4, 2020

December 04, 2020 at 06:31PM
http://twitter.com/FlutterDev/status/1334913274647810049
New post on /r/flutterdev subreddit:

Looking for feedback on migrating code to use null safety
Hello! I'm Andrew from the Dart/Flutter DevRel team. If you've ever been to our YouTube channel, I'm the bearded redhead.The Dart and Flutter teams recently released support for null safety in the beta channels of both SDKs. There's a bunch of detail in the blog post that went out with the release, but the gist is that null safety is now stable enough for Dart and Flutter coders to start playing with it in their apps, and for package authors to start updating their packages to use it. That last bit we call "migrating" a package, and you can read a little more about it in this guide on the Dart website.Because null safety is such a significant addition to the language (see a brief description in this video), we were expecting to see a bunch of bugs filed, tweets about issues, and requests for help here on Reddit. So far, though, we haven't. While I'd love to believe that this is because everything just works, another possibility is that people haven't yet tried it.So here I am with a question: have any of y'all tried null safety yet, either in the null safety DartPad, or in your own apps and packages? If so, how are things going? If you haven't yet tried it, is there a particular reason?Either way, we're all ears. Feel free to respond here, or via these links:GitHub issue form for filing any bugs you may run into.My Twitter handle (@RedBrogdon), and the one for Michael (@MiSvTh), who's leading the overall effort. Feel free to tweet questions/comments at us.

December 04, 2020 at 07:12PM by redbrogdon
https://ift.tt/33JTjcW
New post on /r/flutterdev subreddit:

best CI tool for flutter?
Hey guys,I'm currently working on an university project together with 7 other people. We are using flutter and GitLab for source control. Right now I have to come up with a testing strategy but I have zero experience with collaborative testing. I've read about the agile method of Continuous Integration and am wondering which CI tool we should use.Do you have any recommendations?

December 04, 2020 at 07:05PM by Xanato
https://ift.tt/2VR254V
New post on /r/flutterdev subreddit:

Flutter material dialogs
A Flutter simple plugin aims to help you create 💪🏻animated, 😃 simple, 😎 stylish Material Dialogs in your app.flutter material dialogslooking forward for suggestions and feedback from other developers here of things to improve in this plugin.

December 04, 2020 at 06:55PM by ElectricalControl376
https://ift.tt/3opMy8o
New post on /r/flutterdev subreddit:

Is there any resources available on how to implement a solution to accept cryptocurrencies as payment on a flutter app?
I am currently working on a project that might be classified as high-risk, and looking for alternate ways of accepting payment and/or subscriptions. if you have an app in production that accepts crypto, please share your experience and/or resources

December 04, 2020 at 07:38PM by kagushiro
https://ift.tt/37Cbbrn