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

Android app publishing - bundle vs split apk version code
I have a question about version code in Android Market.So far my app was released as Android App Bundle. Each bundle had version code equal to version code in pubspec.yaml. But then I had some issues with bundles and released it using split apk and now in production line I have two apk with 1047 and 2047 version code.
App Bundle works again and I tried to publish another bundle with version code 50. I can't promote it from beta to production because version code is too low.So what now? I need to switch my version code in pubspec.yaml from 50 to 2050? And each time I decide to publish with split apk and go back to bundle - add 2000 to version code in pubspec?
Should I stick with split apk?
Or is there some other solution?

February 11, 2020 at 04:42PM by bartektartanus
https://ift.tt/2Sfs4Sl
New post on /r/flutterdev subreddit:

Weekly Questions Thread - February 11, 2020
This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Also the Flutter.dev getting started tutorial and the Flutter Cookbook should have the answers to most simple questions. Examples of questions:How do I send data to a new screen?Does anyone have a link to the source for the Flutter Gallery app?How do I change the application launcher icon in Flutter?Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged.Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead.Have a question about the subreddit or otherwise for /r/FlutterDev mods? We welcome your mod mail!Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Fridays.Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link!

February 11, 2020 at 11:32PM by AutoModerator
https://ift.tt/2UNj88r
New post on /r/flutterdev subreddit:

Does flutter just break sometimes?
So I was working with a colleague with flutter. I was trying to keep the user logged in after closing the app and my friend was listing stuff from the database. We both tested our features and they were working and just a few moments after that, they stopped working. Does this happen or did we mess something up?

February 11, 2020 at 11:28PM by hportuga
https://ift.tt/2OMMVdF
New post on Flutter Dev Google group:

[Breaking change] Fix Floating SnackBar Offset
Hi Flutter community, If you are not using a floating SnackBar
New post on /r/flutterdev subreddit:

Is Flutter better than React Native?
Can a guy with basic HTML knowledge learn Flutter in a month?

February 11, 2020 at 11:40PM by Antw87
https://ift.tt/3bwYnDS
New post on /r/flutterdev subreddit:

Can i learn Flutter?
Hi AllI have basic programming skills (basic HTML Tags) and I want to learn Flutter. Please let me know if I can learn Flutter and create basic contractors apps like for car washing, colleges, hospitals etc?I know that I may need to update my skills regularly but approximately how many days will it take me to learn Flutter by taking any u demy course?

February 11, 2020 at 11:39PM by Antw87
https://ift.tt/2ONwSMD
New post on /r/flutterdev subreddit:

Can someone explain briefly what’s the point of BLOC, provider and other state management tools?
I have been using SETSTATE() this whole time. Thanks guys

February 12, 2020 at 01:25AM by Heisenlife
https://ift.tt/2SGsEre
New post on /r/flutterdev subreddit:

A curated collection of awesome gradients made in Dart for Flutter
https://ift.tt/37jVzH9

February 12, 2020 at 02:59AM by jmonga98
https://ift.tt/39oGiGn
New post on Flutter Dev Google group:

Flutter 1.12.13+hotfix.8
We're releasing a hotfix
New post on /r/flutterdev subreddit:

Unknown source of documents and data in iOS application.
Originally I had this problem because of video players and images but then I got rid of it by properly disposing and evicting said files. Now I added flutter_native_admob, firebase_auth, and flutter_secure_storage. I was wondering if anybody else had this problem with these plug ins. It adds around 24 MB every now and then. The main reason I can’t figure it out is because it’s not consistent. The problem is on the iPhone it increases not the app size but the documents and data. Any help to prevent this is greatly appreciated.

February 12, 2020 at 05:32AM by DragonElder
https://ift.tt/2uulJcU
New post on /r/flutterdev subreddit:

Designing apps
Hi... I have a question regrading positioning of elements.​What's the better way of aligning elements? Using padding with pixels will not work nicely with other screen sizes e.g iphone 4 and iphone max.​Should I stick to using percentage?

February 12, 2020 at 09:18AM by RevolutionaryRow0
https://ift.tt/2SJyusa
New post on /r/flutterdev subreddit:

Does Obfuscating Dart Code for Flutter work?
Hey there, has anyone really used Code Obfuscation in production? The documentation says it is not very well tested, and I have not seen any actual developer stand up for it and say that he has used it in his project. Does anyone have a good experience using it in a medium/large project?

February 12, 2020 at 10:23AM by albaniantech
https://ift.tt/2vmOBUv
New post on /r/flutterdev subreddit:

Creating a New Program
Hey guys, I'm creating a new program for you and I'd love your input.https://forms.gle/y1WvzfXddPGmEfh38

February 12, 2020 at 12:15PM by JustAnotherGuy552
https://ift.tt/2SK330S
New post on /r/flutterdev subreddit:

Deterministic key generation
Hello!I'm trying (without success) to find a package that handles symmetric key generation in a deterministic way. For example, using password derivation (e.g. PBKDF2) to always create the same symmetric encryption key (AES).From what I've seen so far, there are some crypto packages on pub.dev that offer PBKDF2 functionality, but none of them actually go a step further and use the derived hash to generate the AES key.Is anyone aware of such a package or at a least a project that uses this approach?

February 12, 2020 at 03:10PM by d3iu
https://ift.tt/2UIfDQJ