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

What topics should an aspiring developer pursue after completing a "Flutter Bootcamp" course?
I finished Angela Yu's flutter course a couple weeks ago and had an initial boost of confidence. Being new to programming, working with Flutter felt pretty intuitive relatively simple; however once I started looking in to topics such as Domain Driven Design, Clean Architecture, and different state management solutions I quickly started to feel like I do not know anything at all. I know I can currently create simple apps, but after seeing all the different ways to structure and design things I know that what I can currently create would be considered 'spaghetti code'. I am currently going through Reso Coder's Domain Driven Development course but am finding that it is a significant leap from the Angela Yu's course and I am wondering if there are some prerequisites that I am missing.TLDR: Are there courses, tutorials or topics you would recommend for someone looking to become a professional developer who has just finished a "flutter bootcamp" course?How long does it typically take to gain an understanding of the topics required to become a proficient professional developer who writes production grade code? (I know this is a very general question)Thanks in advance for any advice.

December 13, 2020 at 10:28AM by Beef-Papa
https://ift.tt/347J966
New post on /r/flutterdev subreddit:

Blood pressure diary
Hello Community, in this particular period many people prefer to have their health under control.For this I have created a diary that allows you to keep track of data regarding your blood pressure.The app in question was developed during the quarantine period through the framework called Flutter and the data regarding the measurements entered by the users are saved in a local SQLite database (in fact these data are not nor will be present on the network but will remain on your device).The main features are: • Ability to save blood pressure (systolic and diastolic) • Ability to save heart rate • Ability to save blood saturation • Dark mode is present and the data entered will be processed and presented on summary graphs.The app can be downloaded from Google Play at this address: https://play.google.com/store/apps/details?id=dev.francescorossetti.bloodpressurelogGITHUB REPO LINK: https://github.com/francescorossetti/BloodPressureLogThe goal of this announcement is to find people with whom to grow this project through constructive feedback below this post.Thanks for the attention

December 13, 2020 at 11:26AM by fraross
https://ift.tt/3a89CUX
New post on /r/flutterdev subreddit:

Added ActionButton widget to my UIC package. It is a wrapper on Material buttons, that handles a state of an action, which is performed on button click, and changes button's appearance to show action progress.
https://ift.tt/347SJpD

December 13, 2020 at 12:38PM by echedev
https://ift.tt/2JRv9a5
New post on /r/flutterdev subreddit:

FlutterForce — Week 99
https://ift.tt/3a5nPSC

December 13, 2020 at 02:54PM by flutterist
https://ift.tt/3qTVJzW
New post on /r/flutterdev subreddit:

Flutter Valsad
Hey #Flutter people! We now have our own website!💙 Check it out over https://fluttervalsad.com and let us know how's it!Also, you can get all our social media handles and all event recordings on the website!💖

December 13, 2020 at 02:22PM by AbhishekDoshi26
https://ift.tt/3maiHPv
New post on Flutter Dev Google group:

'int' can't be assigned to the parameter type 'double'
can anyone help me I am trying to make a circular percent indicator for battery percentage but I am getting this error, *lib/pages/device_dashboard.dart:139:36: Error: The argument type 'int' can't be assigned to the parameter type 'double'. percent: _batteryLevel, ^* here is my code

December 13, 2020 at 03:52PM by bella panti
https://ift.tt/2W9oESv
New post on /r/flutterdev subreddit:

CSS Style Blending using Flutter
https://ift.tt/3mauvRP

December 13, 2020 at 04:10PM by wilsonowilson
https://ift.tt/37dOP0m
New post on Flutter Dev Google group:

Pop up for dynamic markers
I have implemeted pop up for markers referring to this code https://ift.tt/2LxGvjT But this one, we have to define markers first. For those markers only, pop up coming. In my scenario, when i toggle between buttons then only markers

December 13, 2020 at 06:52PM by sona
https://ift.tt/3gMg4CG
New post on /r/flutterdev subreddit:

The mobile application usually develops to support both portrait and landscape mode without any issue . But in some special case, you may need to set the orientation of the application to fix direction to get proper real state to each component.
https://link.medium.com/CI721mPLbcb

December 13, 2020 at 06:48PM by surya_dev_singh
https://ift.tt/383KBYq
New post on /r/flutterdev subreddit:

Data storage - lack of suitable options
Presume you have a device that receives data from multiple sources. Presume you want to store each data received in a separate folder (one folder per device).Now, as far as I'm aware, there are three possible aproaches to solve this problem:Shared preferences: Great for storing data although as the docs state:has no guarantee that writes will be persisted to disk after returning, so this plugin must not be used for storing critical data.Besides that problem, in flutter you can't change the directory in which shared preferences stores it's <key, data> values.sqflite: Perhaps the most duable option, but setting up a whole relational database can be quite a pain and also be out of scope for some programmers (specially begginers). As a testimony to this statement, you only need to look at the fact that several solutions exist in order to abstract the programmer from SQL functionality in order to make it more friendly (as stated here).Read and write your own files. Sure, there are several plugins that help you with it, but to my knowledge, read and write operations into files have a heavy toll and reading/writting multiple files at once can cause a noticeable latency.So, maybe I'm too inexpereinced or too bold, but I'd say flutter has a lack of options when it comes to handle small data in a flexible way. You either drop it all in a database, use files (but only a few documents before it becomes too crowded) or shared preferences without guarantees of data persistency nor choice of location.Any opinions on this?

December 13, 2020 at 05:55PM by sartox12
https://ift.tt/3gHJLVj
New post on Flutter Dev Google group:

Flutter package - Flutter app
I'm breaking my app up into multiple packages for federated development (team scaling) and reusability. Some of these packages are Dart-only libraries (e.g. responsive lib, data models), while others have UX flows or Widget sets. My question is regarding the packages which have UX components. So

December 13, 2020 at 08:24PM by James Cook
https://ift.tt/3gMtpLg
New post on /r/flutterdev subreddit:

How do I font size correct with Flutter?
Just curious how others implement font size in their apps.I've been using MediaQuery.of(context).size.width * 0.05 - or something similar.Is there a better more consistent way to get a good font size regardless of screen size?

December 13, 2020 at 08:36PM by kozuga
https://ift.tt/2JTRmUW
New post on /r/flutterdev subreddit:

Flutter Hover Effect Triggers. The Definitive Guide.
https://ift.tt/2Ln0G3N

December 13, 2020 at 08:04PM by Elixane
https://ift.tt/2IL4085
New post on /r/flutterdev subreddit:

Beta Testing for my app - crosspost(app made in flutter for Developers)
/r/iOSProgramming/comments/kci7ir/beta_testing_for_my_app/

December 13, 2020 at 09:48PM by mhorder
https://ift.tt/3oLfmIs
New post on Flutter Dev Google group:

flutter local/corporate repo
hi i am trying to use flutter in a company.. the proxy is not really a solution... sadly.. :( can the flutter github repo be cloned and hosted inside the corporate environment (internal git repo)? i mean.. technically i can.. but will it work with the flutter doctor/pub get.. etc commands?

December 14, 2020 at 09:21AM by Peter Ferenczy
https://ift.tt/38207nJ