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

Flutter as first UI framework and Dart as first programming language
Hey all! I've recently started diving deep into Flutter, but I am still very new to mobile development. I want to be able to create my own app ideas, and first started learning Swift, but I wanted to be able to push my apps on Android as well, so I thought Flutter would be the best way to learn.I have previous experience with front-end development (HTML, CSS, and a little JS).But I guess I'm getting into a part of my journey where everything is starting to seem a little overwhelming and I don't know if I made the right decision learning Flutter and Dart first. For example, I know that there are still a lot of benefits to coding in Swift to tap into iOS features that Flutter can't do, but I don't know if I've grasped the whole thing yet.TLDR: Is Flutter and Dart a good first language or is there something else I should also start learning alongside it to get the most out of my programming journey?

October 25, 2019 at 08:11PM by standwisp
https://ift.tt/2BUOGih
New post on /r/flutterdev subreddit:

Flutter for Android - Java and Kotlin and AndroidX
I have just finished releasing my first Flutter app to both app stores. Super Stoked!But now I'm sort of confused about some of the details.What exactly is AndroidX? I had to migrate to androidX at one point and i'm just curious why? It seems like a namespace issue with some older Android packages?How can I check if my android app is being built in Java or Kotlin?and if it's Java, can I or should I migrate it to Kotlin?(I am a .NET/angular web developer that has learned Flutter over the past year -- so my knowledge of building phone apps is very limited).

October 25, 2019 at 10:19PM by maylortaylor
https://ift.tt/2BLB5d0
New tweet from FlutterDev:

🥳 We’ve reached 100k subscribers on YouTube 🥳

Celebrate the occasion with a special newscast from Dash and special appearances from two new team members. We love bringing you #WidgetoftheWeek, Flutter in Focus, the #BoringShow and more!

Subscribe → https://t.co/UMZ106wDRN pic.twitter.com/zy8hjVuqpa— Flutter (@FlutterDev) October 25, 2019

October 25, 2019 at 10:00PM
http://twitter.com/FlutterDev/status/1187821162199425027
New post on Flutter Dev Google group:

dual screen in Flutter
I have to communicate with 2 display screen to show different information in each screen, any idea where to start

October 26, 2019 at 05:07AM by sara Ibrahim
https://ift.tt/346f2tk
New post on /r/flutterdev subreddit:

An in-depth dive into implementing swipe-to-dismiss in Flutter
https://ift.tt/2PmW3GP

October 26, 2019 at 04:02AM by wilburtx9
https://ift.tt/32Q3pGT
New post on /r/flutterdev subreddit:

Read about Box Decorations, BLoC, Provider and more in this week's installment of Flutter Discovery
https://ift.tt/2pfTEDo

October 26, 2019 at 01:55PM by DecimalSaxon
https://ift.tt/368hy4f
New post on /r/flutterdev subreddit:

Happy Diwali To Everybody. Found out a special video related to Flutter and Diwali. https://ift.tt/2PmYYiQ
https://www.youtube.com/watch?v=8gtwa9DgZaI

October 26, 2019 at 01:05PM by maadhav2001
https://ift.tt/2pXzspD
New post on /r/flutterdev subreddit:

What are badges, how do I get them and introducing the ‘Dart Badge Maker’ made with Flutter Web! (If you hate Medium, check out the comments for a GitHub link, it's open source!)
https://ift.tt/2MS3eW9

October 26, 2019 at 04:09PM by modulovalue
https://ift.tt/31Jp9CY
New post on /r/flutterdev subreddit:

Can I use ChangeNotifier and Provider to separate business logic on single page?
Hi Everyone!I am beginner Flutter developer. After I read https://flutter.dev/docs/development/data-and-backend/state-mgmt/simple I love Provider and ChangeNotifier. I use for state management.But I am also now use this to separate business logic from UI on single page - not just for pass state down widget tree.For example if I have page with live data on page (not share with any other page) I separate data into Model:class Model extends ChangeNotifier {…}Then I provide to my page with:Widget build(BuildContext context) {return ChangeNotifierProvider<Model>(builder: (_) => Model(),child: Consumer<Model>(builder: (context, model, _) {return Scaffold(Is anything wrong with this?I use because is simple and I can use stateless widget and I can update widget with value (with notifyListeners()). I can also use ChangeNotifierProxyProvider for update Model with other value from Model2.Thanks for advice!

October 26, 2019 at 05:38PM by Flutter_Dev
https://ift.tt/2ojPMke
New post on /r/flutterdev subreddit:

VSCode theme in IntelliJ?
Does anyone know if there is a theme for IntelliJ that has the color scheme of VSCode? The same style as Visual Studio. Thanks

October 26, 2019 at 08:24PM by twig4567
https://ift.tt/2pU3uLf
New post on /r/flutterdev subreddit:

Any image processing library for dart?
Hey guys, I've been looking for an image processing library for dart for using in my flutter app, a library like open cv in python, but I couldn't find any solution. Do you guys know if this library exists or not? I don't want to run native java codes in my app( although if something like this exists, it's definitely written in native java, which isn't a problem). I just need a resizing and a rgb to grayscale and a thresholding function for my app, but I want it to be very optimized and fast.I would appreciate any help and suggestion. Thanks a lot.

October 26, 2019 at 11:23PM by parsagray
https://ift.tt/36bgDzV
New post on /r/flutterdev subreddit:

Is there a signal strength widget for flutter?
Something like the image here​https://imgur.com/a/AckHVaP

October 27, 2019 at 03:33AM by Dazza5000
https://ift.tt/2WhZPCR