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

Collection of Flutter packages & plugins at DevsOnFlutter
https://ift.tt/3so06WU

December 21, 2021 at 04:34AM by hack_the_developer
https://ift.tt/32klOQM
New post on /r/flutterdev subreddit:

how to make scaffold text appear at top of page
Hi, I just started learning flutter, can someone please help me make the subs.decription1 string appear at the top​​ child: Column(
          mainAxisAlignment: MainAxisAlignment.center,
          crossAxisAlignment: CrossAxisAlignment.center,
          children: [
Padding(
              padding: const EdgeInsets.all( 20.0),
              child: Text(
                subs.description1,
                textAlign: TextAlign.justify,
                style: TextStyle(fontSize: 22.0),
              ),
            ),

December 21, 2021 at 04:28AM by ball-sack-patato
https://ift.tt/3e9dINw
New post on /r/flutterdev subreddit:

MongoDB Realm Experiences
Has anyone built an app using MongoDB Realm as the database? If so how was your experience what did you like or didn’t like about it?I’ve been using firebase Firestone but come from a MongoDB background so I’ve been tempted to try it out even though it’s still in alpha.

December 21, 2021 at 06:08AM by FXschwartz
https://ift.tt/3Ehtuka
New post on /r/flutterdev subreddit:

I've created a website for editing .arb files for i10n
Hi guys,​I have created a website for editing .arb files for your i10n. Feel free to use it. It is open source as well so you can fork it and improve.This link is here: flutterarb.com

December 21, 2021 at 08:48AM by cxboy
https://ift.tt/3FiVTaG
New post on /r/flutterdev subreddit:

Question about Null Safety ! and ? in variables
It's been a while since I've had to use Flutter since the big null safety update. I was trying to find somewhere in the documentation the explicit uses for ! and ?.An example is in my form validator:validator: (String? value) {if (value!.isEmpty) {
return 'invalid email'; 
}return null;},Does the ? indicate the value can be either a string or a null value? And does ! indicate that it will NOT be a null value?

December 21, 2021 at 10:56AM by Slightly_Infuriated
https://ift.tt/3H7c0sF
New post on /r/flutterdev subreddit:

What are Flutter’s downsides? And what would you like to see improved over the future?
I have had a great experience with Flutter over the last 3 years since I began developing with it, but I’d love to hear what others negative perceptions of it are, and what flaws it has which concern you

December 21, 2021 at 12:03PM by ScrabbleKnight
https://ift.tt/3mmO9NH
New post on /r/flutterdev subreddit:

palestine_connection .. lightweight internet access tests
https://ift.tt/30RISpO

December 21, 2021 at 12:22PM by m_sayed
https://ift.tt/3pgEfil
New post on /r/flutterdev subreddit:

Working with Auth0 User Profile Information and Metadata in Android Apps
Learn about the three kinds of information stored with each Auth0 user account and how to access them in your Android apps.Read more…

December 21, 2021 at 01:52PM by robertinoc
https://ift.tt/3EiSxmG
New post on /r/flutterdev subreddit:

Flutter newbie
Hey guys, I'm new to mobile dev (junior Web dev). With all the advancements taking place, would it be better to just use a flutter builder and build projects to quickly get me into the space or learn and build everything from scratch? My goal is to do freelance work. Thoughts plz & tnks.

December 21, 2021 at 05:11PM by micey969
https://ift.tt/3JaPXDa
New post on /r/flutterdev subreddit:

Flutter advance course
https://youtu.be/UfbIn5tfUME

December 21, 2021 at 06:04PM by Honest-Extreme-3054
https://ift.tt/30LzNP4
New post on /r/flutterdev subreddit:

How to create a custom range weekly expense chart in flutter
Hi guys I wrote my first blog and I am here to share it
Hereee's the link

December 21, 2021 at 10:03PM by snitch_2411
https://ift.tt/3EvfK5z
New post on /r/flutterdev subreddit:

I often feel like a fraud for only knowing Flutter and not Kotlin/Swift - am I missing out on anything?
I don't really feel any need to know either, but at the same time I feel... inferior? I guess, for not being comfortable with any of the native stuff.I'm aware of how to use native code in Flutter apps but I've never done it myself and never felt a need for it. But maybe if I knew Kotlin/Swift (objective C?), I would find more uses for it?Flutter's main draw from me is the cross-platform stuff. Especially the way they render cross-platform stuff after using React in the past. But maybe knowing native stuff would give me insights I don't know I'm missing? Maybe I should take a course or two...Just something I wrestle with regularly. Curious to hear your thoughts. Both from those of you who do know native code - and how often you actually use it - and those of you who don't - and if you think it holds you back?

December 21, 2021 at 09:35PM by emililililily
https://ift.tt/3EjSS8W
New tweet from FlutterDev:

D. All of the above is the correct answer! 🥳— Flutter (@FlutterDev) Dec 21, 2021

December 21, 2021 at 10:11PM
https://twitter.com/FlutterDev/status/1473400865587228672
New post on /r/flutterdev subreddit:

Replacement for Dart's pub command
With the impending removal of the Dart 'pub' command Noojee has released a replacement.With the new pub command you can once again run:`pub get`If you have flutter installed it will run:`flutter pub get`otherwise it will run`dart pub get`If you have the occasional need to run `dart pub get` when you have flutter installed you can runpubd getWhich will always run `dart pub get`You can pass any pub commands and arguments as pub is simply a thin wrapper which passes all of the args down.So the following works.`pub upgrade --major-versions`Simply use pub as if you were using `flutter pub` or `dart pub`To install onepub run:`dart pub global activate onepub`https://github.com/noojee/onepub.devEdit: corrected the activation command and git repo path.​

December 21, 2021 at 11:49PM by bsutto
https://ift.tt/3qdS1BK
New post on /r/flutterdev subreddit:

How do you make UI as an independent dev?
I have 0 knowledge of UI/UX design. I want to build mobile apps with Flutter. I googled that most people use Sketch/Adobe XD to design UI. I can do coding but I don’t know how to do the UI design.Questions are:where do you find nice UI resources for flutter?Some useful UI tools to workaround with Flutter?Appreciate your comments 😆 have a nice day

December 22, 2021 at 02:19AM by JakeTheMaster
https://ift.tt/32mhkcC
New post on /r/flutterdev subreddit:

A little bit concerned about 3rd Party support of Dart/Flutter
I did some reasearch of using ORM and even web framework in Dart.I found some of those frameworks were not maintained anymore though these packages were provided by a company rather than a man.For example,- Not maintained anymore: https://github.com/angel-dart-archive , https://github.com/ustims/DartORM- Meanwhile I found something called Angel3 ORM, https://pub.dev/packages/angel3_orm . It's maintained for now. It looks to be pretty simple.For Web services I found a package called conduit ( still maintained, ORM provided), etc..​Is it reliable to use Dart to develope backend services, such as RESTful API? (I use Python currently, I really like SQLAlchemy and Django DB model, and URI routing is so easy. If dart can have similar)Or for desktop apps, any good ORM suggestions?

December 22, 2021 at 04:00AM by JakeTheMaster
https://ift.tt/3Enqt1E