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

What are the plugins to consider for CI/CD pipeline?
Please share some plugins that have proven to be useful in your CI pipeline

December 12, 2020 at 07:55PM by Cr0c0lia
https://ift.tt/3oMQsYU
New post on /r/flutterdev subreddit:

Publish app/game to Steam?
Is it technically possible to publish an educational game made with Flutter on Steam platform?

December 12, 2020 at 09:32PM by gloomie_dev
https://ift.tt/37axLsk
New post on Flutter Dev Google group:

legacy library and nullsafety
Do we have to do something here? flutter analyze Analyzing ec... info - The library 'package:integration_test/integration_test.dart' is legacy, and should not be imported into a null safe library - integration_test\app_test.dart:10:8 - import_of_legacy_library_into_null_safe info - The

December 12, 2020 at 10:25PM by Bened
https://ift.tt/3oYPI3h
New post on /r/flutterdev subreddit:

Flutter - Grocery App - WordPress - WooCommerce Series - EP 11 - Create Order
๐Ÿ”ฅ*๐…๐ฅ๐ฎ๐ญ๐ญ๐ž๐ซ - ๐†๐ซ๐จ๐œ๐ž๐ซ๐ฒ ๐€๐ฉ๐ฉ - ๐–๐จ๐ซ๐๐๐ซ๐ž๐ฌ๐ฌ - ๐–๐จ๐จ๐‚๐จ๐ฆ๐ฆ๐ž๐ซ๐œ๐ž ๐’๐ž๐ซ๐ข๐ž๐ฌ*๐Ÿ”ฅ*Episode 11 : Create Order*๐Ÿ›‘โ€‹๐Ÿ”‘ Key Features :โžก๏ธ Checkout Screen UIโžก๏ธ Verify Shipping Address UIโžก๏ธ Create Order (WooCommerce API)โžก๏ธ Orders Listing UIโžก๏ธ Order Detail UIโžก๏ธ Extension Methodโ€‹๐Ÿ“นVideo : https://youtu.be/u9KtbYM_z_oLIKE, COMMENT and SHARE to reach out the course to those who need. Also, SUBSCRIBE if you find something meaningful!โค๏ธHappy Coding!!

December 13, 2020 at 01:42AM by SnippetCoder_YT
https://ift.tt/3a28y5f
New post on /r/flutterdev subreddit:

How to implement stockfish chess engine with flutter?
Is there any tutorial exist to embed stockfish with flutter?

December 13, 2020 at 07:28AM by mahesh2150
https://ift.tt/3ngW2m1
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