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

Intermediate training
Does anyone recommend any intermediate or advanced flutter training? Wishing for official certification .. ....sent from my phone

November 09, 2020 at 03:15PM by Neil J. Warner
https://ift.tt/2U6DQib
New post on Flutter Dev Google group:

Radix Sort
I am trying radix sort: This is my progress main() { // print(getDigitNum(7323, 11)); // print(digitCount(18683567)); // print(maxDigits([1,22,333])); // var n = 73.32 // print(n.round()); } getDigitNum(int n, int i) { // return ((n / 100).round() %10); // var cal = (n.abs() /

November 09, 2020 at 03:23PM by Droper
https://ift.tt/36eBmns
New post on /r/flutterdev subreddit:

Hi, newbie here talking again
Can I create an app similar to D&D Beyond's character creator? I need an app that can be input info about a character like class, armour, stats, etc and have their levels and characteristics be influenced by the values of their races, species, classes, etc, is it possible to create an app like this? similar to the functionalities you'd find on MS Excel?

November 09, 2020 at 03:09PM by DuduDude12
https://ift.tt/3eIINXH
New post on /r/flutterdev subreddit:

Hi, newbie dev here
Wondering if I create an app on Flutter/DART, will I be able to use it as well as a PWA?

November 09, 2020 at 03:06PM by DuduDude12
https://ift.tt/38y0nwu
New post on Flutter Dev Google group:

HELP PLEASE! Flutter tests of Tab Bar
Hi all, I have a very simple tab bar appBar: AppBar( bottom: TabBar( tabs: [ Tab(icon: Icon(Icons.toc)), Tab(icon: Icon(Icons.school)), Tab(icon: Icon(Icons.connect_without_contact)), Tab(icon: Icon(Icons.mail_outline)), ], ), title: Text('MyApp'), ) and I want to test that each tab opens up the

November 09, 2020 at 04:12PM by Federico Mestrone
https://ift.tt/35dt8gb
New post on /r/flutterdev subreddit:

Ghana's first mobile-based hostel booking marketplace built with Flutter.
I just published the Android version of Abode, Ghana's first mobile-based hostel booking marketplace solving a decade-long problem of college students all around the country walking under the sun at the end of every academic year in search of a new hostel room to book for their next year.I'm a 21-year-old final year CS student, and founder of Abode, who singlehandedly built all of Abode's apps with Flutter under a year, and throughout the development, I've seen flutter get a whole lot better and insanely faster (considering the fact that I'm debugging with a budget Infinix phone).I'll be writing about my experience soon but you can check out the app on Playstore (https://play.google.com/store/apps/details?id=com.abodehostels.scout), follow us on Twitter (https://twitter.com/abode_hostels) or reach out to me (https://twitter.com/_codejo).

November 09, 2020 at 04:39PM by Code_jo
https://ift.tt/36gpGRi
New post on Flutter Dev Google group:

Flutter installation problem, cant able accept license with letter Y or y
Hai All, I am new to this group, yesterday only I found this group. I am putting a problem in that I encountered during flutter installation..., When ever I try to accept the licenses I am getting the error as shown in the figure .I had tried with Capital 'Y' and small 'y', but no working.

November 09, 2020 at 05:43PM by Abhi
https://ift.tt/36hEOh3
New post on /r/flutterdev subreddit:

I created an app to learn flutter
Hi all,Today I just wanted to share my experience creating my first Flutter App without studying or knowing anything about flutter or dart before.So I'm a recent software developer, and I heard about flutter before but never used it or studied it, until the last month when I was, let's say suffering to watch a movie with someone, when you like something the other person doesn't or just doing the stubborn sometimes. so I had that idea of a solution to agree on one thing to watch and save time maybe.As a developer I had the logic to follow to make it, but knowing nothing about flutter was a challenge for me to learn it and at the same time making my app, and yes I'm that type of person that learn doing something and not studying it or learning the basics, I just get bored so fast.After about one month after installing flutter on my lap, and working on it after finishing my work, I was able to publish my app on the Play Store(for the moment) : MovitSo I hope you people try it and tell me what I can improve as my first app.side note : the app doesn't have any kind of ads, just made it as a challenge :)

November 09, 2020 at 05:43PM by docBadr
https://ift.tt/35dGOrx
New post on Flutter Dev Google group:

Flutter parent directory unable to open
https://ift.tt/32rH0ld Launching lib\main.dart on sdk gphone x86 arm in debug mode... Running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:compileFlutterBuildD

November 09, 2020 at 07:12PM by Noel Philip
https://ift.tt/36fkmxo
New post on Flutter Dev Google group:

Fireside Chat with Chris Sells & Access to Flutter Developer Series
Good afternoon, I thought you might be interested in joining our planned Fireside chat with *Chris Sells* this *Thursday (7pm EST)*. Chris is a Sr. Product Manager @Google working on @Flutter. Make sure to join and send us your question live. You can RSVP here via LinkedIn: http://bit.ly/3lewT

November 09, 2020 at 09:28PM by Madusha Cooray
https://ift.tt/3lg2PeR
New post on /r/flutterdev subreddit:

Released my first Package called moor2csv that allows you to easily convert any Moor/SQL database Table into CSV form, for the purpose of storing the database table externally, or sharing it with others. Do check it out and give me some feedback.
https://ift.tt/38mVpmc

November 08, 2020 at 09:20PM by Dhim13
https://ift.tt/38t5cHp
New post on /r/flutterdev subreddit:

Created story_designer package for Flutter Community
Happy to announce, 🚀🚀I have published my first Flutter package "story_designer". Created this Instagram like story designer package for Flutter Community. It is easy to use. It can be used for editing photos for posting on Stories.Now available at pub.dev. story_designerDon't forget to like the package.Please give feedback to improve this package.​Preview: https://raw.githubusercontent.com/mrgulshanyadav/story_designer/master/showcase.gif

November 08, 2020 at 08:01AM by mrgulshanyadav
https://ift.tt/32vWBQB
New post on Flutter Dev Google group:

Adding custom variables to themeData?
Is there any way to add a costume variable to the themeData class that is set as the theme is materialApp?

November 10, 2020 at 12:58AM by stuart cameron
https://ift.tt/3lhhyWG
New post on Flutter Dev Google group:

The --org command line argument must be specified to recreate project.
What's about an organization with the following domain name: oscar-dom.com Flutter will complain about 'Ambiguous organization in existing files: {oscar-dom, oscardom} as ' - ' is not accepted in a package name Let us imagine that oscardom.com does exist too but is not the same organization.

November 10, 2020 at 03:06AM by Bened
https://ift.tt/3leJI4U