Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Initializing Flutter Engine Android
Hi there, I'm adding flutter as a module in my existing application and facing some issue/restriction while switching back and forth from native to flutter. 1. To use method channel for getting data from native side I had to use cached engine and thus I can't set initial route while opening

October 20, 2020 at 12:54PM by gaurav yadav
https://ift.tt/3m407ZL
New post on /r/flutterdev subreddit:

<b>Why Startups Should Choose Flutter For Mobile App Development?</b>
Flutter is a modern platform in the tech world that is driving revolution in the growing world of business. The Google-supported platform has everything that will back you up with the best tools to make incredible mobile applications. Based on Dart, the in-house Google Programming Language, Flutter comes with a lot of features that have never been seen before in a cross-platform ecosystem. It provides a strong framework for mobile app development. So it has the ability to act as the perfect choice to develop good and powerful applications. As we all know, the tech world is moving ahead and is not limited to just two operating systems, it needs more platforms to be served. The cross-platform abilities of new technologies made it possible for applications to serve multiple platforms with a single development phase. Flutter has key advantages that pull in entrepreneurs as app developers to choose this structure. Before proceeding towards the reasons to choose flutter for mobile app starters, let us see advantages of Flutter.Advantages Of Flutter-Open-source- Dart and Flutter, both are open source and free to use. It provides extensive documentation and community support to help with any issues that may arise.Fast And Simple Development- One of the most important features of Flutter is hot reload that lets you to immediately view the changes made in code on emulators, simulators and hardware. Within a second, modified code is reloaded when the app is running without need of restart. It is great for building UIs, adding features and bug fixing. Also flutter claims that it is so easy that no prior programming knowledge is required for development. Having an experience with object-oriented language is helpful but non programmers can made flutter apps.Great Performance- Dart compiles into native code and there is no requirement to access OEM widgets because Flutter has its own. Means less mediated communication between app and platform. Flutter is the only mobile SDK which provides reactive views without need of a JavaScript bridge. All this helps at fast app startup times and less performance issues.High Productivity- As Flutter is cross-platform, one can use the same code base for ios and android apps. This saves your valuable time and resources.Compatibility- As widgets are part of the app and not the platform, you’ll experience less or no compatibility issues on various OS versions. Means need to spend less time on testing.Why Startups Should Choose Flutter For Mobile App Development?1. Developer’s Productivity Increases By 10 Times-Regardless of whether you are a startup or an entrepreneur, we all majorly concerned about money. Also, in application development, time is money. The higher the time your application development will take, the more costlier it will be. If startups choose Flutter for mobile apps development, they will save a lot of time and money. Why?Flutter is developed with stateful “Hot Reload” feature which enables developers to make rapid changes in the backend and eliminates the need of recompilation which lowers the mobile app development time.  With this feature, developers can make changes in real-time.Also know details at- <a href="https://solaceinfotech.com/blog/why-flutter-development-is-possible-with-reduced-cost/">Why Flutter development is possible with reduced cost?</a>2. Powerful Design Experience-The reason behind great user experience is a good partnership between material design and Flutter. It gives a smooth and zero learning curve experience that users expect from native apps. Flutter has customized widgets for Android and iOS, which helps to get a feel of native app. There is a wide variety of widgets available and you can choose as per your requirement. 3. Overcomes The Limitations Of Taking The Cross-platform Route-Mobile app developers wanted to develop a genuinely bespoke cross-platform…
New post on /r/flutterdev subreddit:

Free up your RAM!
Hello,When i first started developing flutter apps, my 4GB RAM is the main problem. Everything freezes when i run the app. So, when an app is built ,a java process runs in the background consuming 500Mb - 1200Mb of RAM. This process is not needed (as far as i know). So i wrote a simple python script to kill it. Now i dont have any problems with freezing/hanging.If you have this issue, Just follow below simple steps (LINUX AND VSCODE ONLY)!!If you are using android studio , just kill it using task manager.Download zip from hereUnzip it and copy it to wherever you want or to home directory.Add path(the path where you extracted the zip) in .profile or .bashrc file (Check out adding path in linux)Log out and loginAnd everytime ,you run flutter run or build , just type "fjk" in terminal without quotes to kill any java processes.Thats itOther things :It is really time consuming to go to build/app/outputs/flutter-apk/apk-release and then run adb install or copy it to device.If you did above thing, then you will have access to aia command.(Works in windows too, i think)You can then type "aia i" to install the appaia c2d to copy file to desktopaia ci to copy file to sdcard and installaia c to copy fle to sdcard.I just created this for my purposes and sharing here.Thank you.

October 20, 2020 at 02:37PM by ark_boy
https://ift.tt/2INikwu
New post on /r/flutterdev subreddit:

App Feedback Thread - October 20, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

October 20, 2020 at 02:33PM by AutoModerator
https://ift.tt/2FKPSu3
New post on /r/flutterdev subreddit:

Amazing Flutter Note Taking App With Image Storing Feature : Sqflite + Provider + ImagePicker
https://ift.tt/31r3OAR

October 20, 2020 at 03:25PM by athira_reddy
https://ift.tt/35bAyzc
New post on /r/flutterdev subreddit:

Amazing Flutter Note Taking App With Image Storing Feature : Sqflite + Provider + ImagePicker
https://ift.tt/31r3OAR

October 20, 2020 at 03:25PM by athira_reddy
https://ift.tt/35bAyzc
New post on /r/flutterdev subreddit:

In-App Purchase or InApp Purchase???
Hey i hope everyone is doing great. Actually I am confused because of this term In App Purchase. Does In App Purchase mean the purchase through google play store and apple store or does it mean the purchase through Apis like stripe and paypal etc. Can someone clearly create a difference and if they can provide some good resource as to where I can learn the in app purchase through stores. Thanks❤️

October 20, 2020 at 03:24PM by SnooPeanuts7237
https://ift.tt/37nxrH3
New post on /r/flutterdev subreddit:

Firebase
Suggest me some good resources for learning Firebase

October 20, 2020 at 07:12PM by optimist1177
https://ift.tt/37pZllG
New post on /r/flutterdev subreddit:

Reducing boilerplate code with the notifier_plugin
https://medium.com/@thehumankid8086/flutter-is-easy-and-great-heres-how-you-could-make-it-even-easier-and-more-productive-to-use-654ba55082eaThe plugin basically uses the approach that almost all state management plugins use, but it eliminates most of the boilerplate code and makes using Future(s) and Stream(s) more easy while designing an UI in Flutter. Apart from that this plugin does make implementing animations at an lower level easier (you'll just have to specify the start and end value along with the duration) and the plugin will manage the rest for you! The article describes how the plugin can be used while developing an app and a few reasons why should be trying out this plugin.Plugin: https://pub.dev/packages/notifier_plugin

October 20, 2020 at 07:40PM by the_human_kid
https://ift.tt/2HbADLs
New post on Flutter Dev Google group:

Json Serialization
So, Im new to flutter and dart so probably some of my java is sifting through. I am trying to parse some simple json into a more then simple class structure. the json is: {"id":1,"name":"Acme"} and the class structure is: class Company extends Salinas { final String name; // have tried

October 20, 2020 at 08:16PM by Ray Madigan
https://ift.tt/2IOpTTE
New post on Flutter Dev Google group:

Scheduled notification datetime
Hi, I'm looking to integrate Flutter's plugin date_time_picker with local notification. So when I select a date&time I also schedule a notification. Here's my code..could you help me? Now I don't have any error but code is not working. *Code:* Future scheuleAtParticularTime(DateTime timee)

October 20, 2020 at 10:24PM by Albe
https://ift.tt/34g2935
New post on /r/flutterdev subreddit:

Good flutter starters
Hey guys,I just started learning flutter. And comming from React Native I've always used starters with stuff like navigation stack, auth and login screens already included and i can't really find anything comparable for flutter. Do any of you have any recommendations? All help will be greatly appreciated.

October 20, 2020 at 10:13PM by Goel40
https://ift.tt/2T9nuF1
New post on /r/flutterdev subreddit:

What is the best way to test a flutter app that requires a physical device?
I have a flutter app that relies on a BLE connection, and so I can't use an emulator for end-to-end testing. I have been manual testing, not a super big fan of that.One of the big things I would like to test is if changes to a large form result in the correct state and are persisted. To do this, I'd have to maybe use something like selenium I'd think. I really have no idea though how I'd see what's happening in the backend when just testing the interface. Anyone have good recommendations to avoid manual testing?

October 21, 2020 at 12:14AM by 11010001101001
https://ift.tt/2HlqD2b
New post on /r/flutterdev subreddit:

[Self Promotion] Making a podcast app Ep 3
Hi Everyone! White Wisky Wolf here, back again with making a podcast.I've just posted Ep. 3!We'll go over the API, creating models, and how to generate the code for them.YoutubeWritten Postgithub

October 21, 2020 at 12:13AM by DoPeopleEvenLookHere
https://ift.tt/2IP08CG
New post on Flutter Dev Google group:

How to fetch cover image (album art) of songs in flutter?
I am making an music app where user can select the songs from internal storage of device with the help of file_picker package and I want to fetch meta data including cover image of music files or songs and display it into the music tile in the UI. I don't find any package that can fetch the cover

October 21, 2020 at 03:53AM by Parth patel
https://ift.tt/3oeJe0C
New post on /r/flutterdev subreddit:

100-off-flutter-and-firebase-part-1-real-time-database/
https://ift.tt/2FK7hTs

October 21, 2020 at 04:20AM by codeeuler1
https://ift.tt/34gqNR1
New post on /r/flutterdev subreddit:

HMS Core plugins dedicated to FLUTTER projects
/r/HMSCore/comments/jf45it/hms_core_plugins_dedicated_to_third_party/

October 21, 2020 at 05:38AM by ooWYXNoo
https://ift.tt/3jb0CiY
New post on /r/flutterdev subreddit:

Coding custom shapes versus exporting as PNG
So I've been coding the designs the designer has been doing on figma. A lot of the screens have ellipses or shapes in the corners. Instead of manually coding these shapes with custom painter or whatever I've just been exporting them as PNG 4x to ensure they dont pixelate and adding them on the screen. I havent had any issues and i've made the images responsive too but Im wondering is this bad practice? It saves me time and is much easier than learning how to actually code the shapes and images. Any ideas?

October 21, 2020 at 07:06AM by AcademicPotatoes
https://ift.tt/34h24MA