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

Flutter Sembast & Provider Example App: Sembast for persistent storage. Provider for state.
https://ift.tt/3gMEn2G

June 01, 2020 at 03:18PM by boon4376
https://ift.tt/36Uu9bZ
New post on /r/flutterdev subreddit:

cli tool to change package imports to relative imports
I've released a tool that changes dart package imports to relative imports: So an import such as: dart import 'package:myapp/dao/repository/repository.dart'; becomes dart import '../repository.dart'; To install the tool bash pub global activate drtimport To run the tool: bash cd myprojectroot drtimport relative I use this tool from the vscode terminal (as it gets the package import wrong a lot of the time). It has some other features such as allowing you to rename a file/directory and updating all imports to that file.

June 03, 2020 at 02:09AM by bsutto
https://ift.tt/2XuIN6Z
New post on /r/flutterdev subreddit:

Controlling screen orientation in Flutter apps on a per-screen basis
https://ift.tt/304jSc8

June 03, 2020 at 09:01AM by Elixane
https://ift.tt/3ctXxHa
New post on /r/flutterdev subreddit:

Nested navigation with a bottom navigation bar using Flutter
https://medium.com/@desirable_glacier_hound_732/nested-navigation-with-a-bottom-navigation-bar-using-flutter-d3c5086fbcdc​Learn how to avoid pitfalls when using a bottom navigation bar in combination with nested navigation

June 03, 2020 at 10:23AM by Mr-Peipei
https://ift.tt/3cveMYG
New post on Flutter Dev Google group:

Open PDf inside a webview
How can I show or download pdf files inside a Flutter_webview? < https://stackoverflow.com/questions/58431865/how-can-i-show-or-download-pdf-files-inside-a-flutter-webview > *I'm using flutter webview in this how can i show or download pdf file. If any one knows about this please share the code.

June 03, 2020 at 10:10AM by Ambika chamoli
https://ift.tt/3du1IUJ
New post on /r/flutterdev subreddit:

Chinese stroke order animations and quizzes
If you wanted to include stroke order animations and quizzes in your app, there is a solution for that: Hanzi Writer.I love it, but I hate that it is in JavaScript, which means I have to put it in a WebView and handle all communication between it and Flutter.So I sat down and wrote a Flutter package from scratch that has similar features. You can find it on Github and pub.dev.If you want to easily integrate stroke order animations and practice quizzes in your Flutter app, give it a spin and let me know what you think!

June 03, 2020 at 10:44AM by Mr-Peipei
https://ift.tt/3dvh1wu
New post on /r/flutterdev subreddit:

Learning flutter.
Hello, for the past year I've been coding and learning python. I've just stumbled upon flutter and it's something i would like to do for fun and maybe make a living. My problem is when i look at flutter code everything looks alien compared to python . What books , tutorials, udemy tutorials are good for a beginner like me. Should i focus more on flutter or dartlang to start with. Are there any paths .? Thanks in advance ,hope i didn't brake any rules by posting it here .

June 03, 2020 at 12:50PM by atteley
https://ift.tt/2XsKFgt
New post on /r/flutterdev subreddit:

Nested navigation with a bottom navigation bar using Flutter
https://ift.tt/3eIboLN

June 03, 2020 at 01:55PM by Mr-Peipei
https://ift.tt/2XTRwi1
New post on /r/flutterdev subreddit:

Maestro 💙 Freezed
https://ift.tt/305rStg

June 03, 2020 at 01:37PM by lets4r
https://ift.tt/2U8rre1
New post on /r/flutterdev subreddit:

Learning Flutter - 4/10 satisfy
i have degree in software development and had been working on android since 2015. i been thinking about learning flutter for quite some time so last day i installed it and start learning it. so here is my short comparison between android and flutter.
what i think android is more mature than flutter.in android things are more professional than flutter.each widget has very few controls.things just feel like nonsense to me or may be im wrong or dart work in this way.i wanted to add listview in body->center->column, listview was not showing, an error was, add height and i cant directly add height in listview so had to add listview inside a container then listview was on left to center horizontal.after that i try to add an imageview and it took me 30 45 min just to add a static image.i add my image file in assets mention it in pubspec.yaml but image was not showing
after searching alot i came to know that i have missed 2 white spaces in pubspec.yaml.that was shocking to me that you also have to follow indentation in pubspec.yaml

June 03, 2020 at 02:29PM by madara_37
https://ift.tt/3crEAVS
New post on /r/flutterdev subreddit:

Mirrors / reflection - I searched for almost an entire day to get reflection working and found this one
https://ift.tt/2N2v1o0

June 03, 2020 at 01:34PM by iamlem
https://ift.tt/2XZQyRl
New post on /r/flutterdev subreddit:

Do u guys find flutter is hard to read?
No text found

June 03, 2020 at 02:34PM by hungcarl
https://ift.tt/3gRiwaD