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

Easily build flavors in Flutter (Android and iOS) with flutter_flavorizr
One month ago I’ve been working on a Flutter project with different flavors. This was the first time in Flutter, and it’s been pretty tedious. That's why I've created the flutter_flavorizr library, a tool which easily flavorizes your Flutter application in less than 3 minutes. It works for both Android and iOS destinations.https://medium.com/@angeloavv/easily-build-flavors-in-flutter-android-and-ios-with-flutter-flavorizr-d48cbf956e4

May 18, 2020 at 01:12PM by AngeloAvv
https://ift.tt/2X03R3u
New post on /r/flutterdev subreddit:

Flutter + Rive easy animation tutorial series
Hello,So the last time i posted to this channel with my flare +flutter animation that i made for feedback , I was astonished by the response. The community showed me some love man!So , i decided to create a full tutorial series for those who want to recreate that project as well and learn the basics of flare and integration of flare/rive into flutter.The playlist link is : https://www.youtube.com/playlist?list=PL0vVAYYSRbD2JRbfgj7CrDTWmNkynmm9yThe playlist is now fully complete! 8 part series with short videos between 3 -12 minutes onlyThe playlist contains the following outcomes:How to make a flutter project and explore the Rive environment.Make a Flare project.Get the Flare dependency from pub.Make basic structures/designs for animation in flare art board.Resizing elements, translating elements, changing colors in the animation.Animating the elements smoothly.Making different animations within the same project.Downloading the .flr file and put it into flutter project directory.Stack to make the flare as the background to the widgetsAdding a Slider InputChanging animations as per the slider inputChanging the background of the scaffold as per the slider inputEnding the project with changing feedback texts as well.So if you are interested in learning all that head over to that playlist and subscribe to my channel for more such videos ! :)Cheers! Stay safe everyone!

May 18, 2020 at 02:12PM by abhishekmah98
https://ift.tt/2LAwXBm
New post on /r/flutterdev subreddit:

Need a developer for a Tech Startup .
This is regarding a Startup needing a developer having a good knowledge in Flutter developer, with knowledge of GrapQL . Anyone interested please shoot me a mail at- caman6161@gmail.com for futher queries .

May 18, 2020 at 02:08PM by amn_chauhan_10
https://ift.tt/3cHipvR
New post on Flutter Dev Google group:

Multiple Constructer
Hello Friends, I have codes like this : class PageOne extends StatefulWidget { final String userName; final String userImg; @override _PageOneState createState() => _PageOneState(userName, userImg); <<< ERROR TOO MANY POSITIONAL ARGUEMENTS } class PageTwo { String ratingUser; String

May 18, 2020 at 02:42PM by Vikram S Sangotra
https://ift.tt/3dVJGdX
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 39 - Tutorials, videos, packages, and much more! This week great videos and tutorials!
https://ift.tt/2ACJdyZ

May 18, 2020 at 04:55PM by vensign
https://ift.tt/3fYuIpr
New post on /r/flutterdev subreddit:

WidgetX: Collection of useful extensions for Flutter Widget Kit
https://ift.tt/2X7Gvcr

May 18, 2020 at 04:45PM by ishaan1995
https://ift.tt/2zQ38tO
New post on Flutter Dev Google group:

flutter app freeze when running on physical device
can someone help me understand what this is. i have recently updated my mac and xCode. the runs well on simulator. i have had some issues in getting the current location of the device in IOS so i am guessing if its related? the app lunches but freeze on a withe screen and this is what i am

May 18, 2020 at 06:21PM by Error Place
https://ift.tt/3dTVkGn
New post on /r/flutterdev subreddit:

Flutter 360 image view with gesture controls
Hi guys..! Just created a 360 image view package for flutter with gesture customizations. You can get the package at pub: imageview360 Github repo link: flutter_imageview_360

May 18, 2020 at 08:04PM by harpreetseera
https://ift.tt/2Zg9n55
New post on Flutter Dev Google group:

how to implement reorderable function from another screen.
I don't have the code but I just wanna get some help on the logic part about how to implement this features. So I have a group of cards in my cards pages but user can't reorder any position in this page. If a user want to reorder the groups and cards position, the user have to go to anther

May 18, 2020 at 09:00PM by aasenomad
https://ift.tt/2X7wwDX
New post on /r/flutterdev subreddit:

Cryptography in Flutter: Does steel_crypt have enough differentiation from pointycastle to justify existence?
Hi there! My name is Aditya Kishore, and I'm the author of steel_crypt. I came here today to discuss something that I've been mulling over for a while now.Some background: I created steel_crypt last year to fill a need. There was no cryptography package with all the features of pointycastle that had adequate documentation and ease of use. I set out to create such a package, leading to my greatest success. Over time, I have essentially maintained a fork of pointycastle within steel_crypt, adding new algorithms (such as AES-GCM and ChaCha20).Earlier this year, pointycastle was folded into the larger BouncyCastle project. The largest problem with pointycastle (lack of maintenance) was finally solved.One of my greatest fears is contributing to the "NPM problem", where duplicitous packages exist for no reason other than to prop up individual devs. I really want to make cryptography easier for the broader community; if contributing to a larger package is the best way to do that, then I would jump at the chance to do so.The problem: I can only invest my time into one cryptography project. If it was that easy, I would just ditch steel_crypt and throw my time into documenting and enhancing pointycastle. However, steel_crypt has a large contingent of active users (90 popularity rating). I fear that I would be leaving these users for dead were I to migrate all of my progress to pointycastle.The question: I've been struggling with this issue for some time. Seeing that I can't come up with a good solution, I would like to open up for broader thoughts. What do you guys think I should do?

May 18, 2020 at 09:07PM by AKushWarrior
https://ift.tt/3dSt4Uk
New post on /r/flutterdev subreddit:

Flutter app templates/libraries/scaffolding, like Laravel Spark (PHP) or SaaS Pegasus (Python)?
Spark ($99/PHP) and Pegasus (Python/$195) are 'app scaffolding' libraries/apps/frameworks for web apps based on those platforms, respectively, that provide out of the box functionality like:- authentication- payments- subscriptionsBasically, you buy one of those for your platform, and then just start coding your app -- your own business logic -- no reinventing the wheel for boring plumbing.Does such a thing exist for Flutter?Spark is built on top of Laravel -- Pegasus on top of Django -- both free and open source projects.I know there is a 'Scaffold' Flutter UI class, but that's pretty low-level -- I'm looking for higher/business-level functionality.What I want is everything that the base Flutter library does not yet provide.I'm basically not interested in paying someone to recreate the wheel.also, does Flutter need its own Laravel/Django before we can even build its Spark/Pegasus?also, i'd love to use Flutter, but i feel like it would cost me a fortune without an existing framework/template/library similar to Spark/Pegasus.i've never actually used Spark/Pegasus but i'm still a massive fan for some reason.Thanks.

May 18, 2020 at 11:12PM by atlwellwell
https://ift.tt/3g0Y3Q7
New post on /r/flutterdev subreddit:

Restricting system textScaleFactor for better looking Flutter UIs
https://ift.tt/2WGRqdZ

May 18, 2020 at 11:59PM by Purple_Pizzazz
https://ift.tt/2X7Q2Ai
New post on /r/flutterdev subreddit:

VSCode extension to convert Flutter project to use AndroidX
I just started checking out Flutter and half the code samples I downloaded from GitHub gave this [!] Your app isn't using AndroidX error when I tried to run them in VSCode. I had trouble with the Android Studio method of converting, but I found some instructions on how to hack the config files, so I implemented a VSCode extension to do that.https://marketplace.visualstudio.com/items?itemName=forrcaho.vscode-flutter-convert-to-androidxIt's an ugly hack, but it has converted several GitHub projects for me already, and shows every sign of working fine.I hope someone else will find it helpful as well.

May 19, 2020 at 03:36AM by forrcaho
https://ift.tt/3cI1edm