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

would flutter suit me?
hello, i'm a complete beginner looking to make an app that acts as some sort of a hub for shop owners and vendors where shop owners can browse all companies delivering to their area and search for the best offer for peanut butter (for example) and order a certain number of the item. the said company would receive the order and send one of their delivery vehicles. i've been researching on which language would allow me to build such an app from scratch and flutter looks really attractive. appreciate any feedback

September 19, 2019 at 08:38PM by zitrone_dealer
https://ift.tt/32YhYIh
New post on /r/flutterdev subreddit:

Please close issue #33833: TextField widget is using a high cpu on iOS simulator compared to native one
Please close this issue #33833 it's annoying many users like me during development on mac the issue is:TextField widget is using a high cpu on iOS compared to native one #33833.

September 19, 2019 at 09:12PM by monajafi
https://ift.tt/31zVqNn
New tweet from FlutterDev:

💫Your design might call for dimensions that are relative.

FractionallySizedBox allows you to size a child to a fraction of the total available space. Want your button to take up 70% of the apps width or margin? We got you.

More #WidgetoftheWeek → https://t.co/NYExfNAMNg pic.twitter.com/F1lufdXB4X— Flutter (@FlutterDev) September 19, 2019

September 19, 2019 at 09:56PM
http://twitter.com/FlutterDev/status/1174774161090076673
New post on /r/flutterdev subreddit:

Is it wise to invest on flutter while there is a little job openings
I searched indeed for the following keywords and the search result numbers are as following:flutter : 255react native: 3.015android developer: 7,378theses numbers show me that if I stick to my older native android knowledge I have a more chance to find a job compared to flutter, How much do you think the flutter job market will grow, If that is so good why companies doesn't welcomed so much yet

September 19, 2019 at 10:06PM by monajafi
https://ift.tt/30uI1VF
New post on /r/flutterdev subreddit:

Github Actions?
I'm not a expert at flutter or github, so i was surprised when i saw github actions.Any idea how to set up a action to automate builds? Is it even possible?

September 19, 2019 at 09:53PM by SI7Rus
https://ift.tt/2Iffjls
New post on /r/flutterdev subreddit:

Will flutter replace native android sdk in future?
Will android native sdk's be replaced by native dart sdk's? Or it will happen after Fucshia release

September 19, 2019 at 09:45PM by monajafi
https://ift.tt/2V5JvEX
New post on /r/flutterdev subreddit:

Compile dart-lang to wasm?
Is there any news on [Dart on the LLVM](https://medium.com/dartlang/dart-on-llvm-b82e83f99a70) ? Especially since that Dart ver 2 has improved static typing, and LLVM can be used to comile to WebAssemby?Couldn't these be used with CanvasKit directly?

September 19, 2019 at 10:29PM by JarrodColburn
https://ift.tt/30dALCo
New post on /r/flutterdev subreddit:

Can we use wasm tooling to create client-side dart:io library?
(Question refers to dart-lang/sdk and flutter web)Can we use WebAssembly tooling to revisit issue https://github.com/dart-lang/sdk/issues/1324 and provide a client-side dart:io library.For example, using a tool like Emscripten File System API, which implements many of the std c libraries, can we compile a subset of the dart-lang/sdk to webassembly.A client-side dart:io useful for flutter web flutter web. thanks

September 19, 2019 at 10:17PM by JarrodColburn
https://ift.tt/2O9eXjV
New post on /r/flutterdev subreddit:

Achieving Better UI and UX with Flutter
https://ift.tt/307cb5f

September 19, 2019 at 11:41PM by Purple_Pizzazz
https://ift.tt/31BP3JE
New post on /r/flutterdev subreddit:

Are you building something cool in Flutter for desktop?
I know lots of folks on this list have experimenting with Flutter for desktop. Are you building something cool? Are you building something beautiful? Are you building something real?If so, please DM me! I'd love to see if I can be of help. Thanks!Chris Sells
PM, Flutter developer experience

September 20, 2019 at 12:44AM by csells
https://ift.tt/30yuwUO
New post on /r/flutterdev subreddit:

Sailor now supports Custom Page Transitions - A Navigation Library for Flutter
https://ift.tt/30dO0TB

September 20, 2019 at 06:36AM by sarusethi
https://ift.tt/2Ocgw0t
New post on /r/flutterdev subreddit:

Merge styles and widget
Is there any plan to have unified API to merge same styles and widgets ? Right now InputDecoration.applyDefaults and TextStyle.merge both did the same thing.

September 20, 2019 at 04:36AM by terryxlife
https://ift.tt/30xYvfM
New post on /r/flutterdev subreddit:

Full Stack Flutter/Dart
What are the best tools/technologies that we can use to have the best in our apps? Now, I know IT ALL DEPENDS ON something, and that our projects will guide us towards a specific stack. But, to the best of your knowledge and experience, what other technologies/tools are a joy, a must, to know, assuming your App would have some behavioral functionalities, and APIs calling, and crud?I'm asking this because a friend of mine told me that knowing Django/Python/Firebase together with Dart/Flutter is a good stack. What are your thoughts?

September 20, 2019 at 09:06AM by germanbobadilla
https://ift.tt/2M4GvEp
New post on /r/flutterdev subreddit:

Flutter .gitignore for team project?
Hi Everyone!I am start develop Flutter app with team on GitHub. But Flutter is generate many file which are not part of Flutter dart code.For example:modified: ios/Runner.app.dSYM.zipmodified: ios/Runner.ipamodified: ios/Runner.xcodeproj/project.pbxprojmodified: ios/Runner/Info.plistI should add this to .gitignore?Why Flutter not add this in default .gitignore project file?Thanks everyone!

September 20, 2019 at 10:29AM by Flutter_Dev
https://ift.tt/30gRXqM
New post on Flutter Dev Google group:

How to use native android media player code in flutter?
I'm a beginner to flutter, someone please provide the best guide to use the native android player in the flutter. Advance Thanks

September 20, 2019 at 12:04PM by Suriya SCT
https://ift.tt/34YNdET
New post on /r/flutterdev subreddit:

How to tell the debugger not to stop on exceptions?
Hello,I have an odd behavior inconsistency between two of my machines, running the same environment (Same OS, same IDE version, same flutter version, same app code).​On my Laptop, when I press "Debug", the app is loaded to my smartphone, and runs. Exceptions produce a red output in the terminal. The debugger is not opened.On my Desktop, when I press "Debug", the app is loaded to my smartphone, and runs. Both the debugger and the terminal are opened, and the execution is paused at every exception.​My Question:Where in the IDE can I find the setting triggering this behavior? (Stop at exception vs just output them and continue running).​Thanks in advance.

September 20, 2019 at 01:21PM by Rico_fr
https://ift.tt/30arhYo
New post on Flutter Dev Google group:

How to implement mediaplayer android api(video player) in flutter?
Hi, How to convert the below code to flutter native android code, I need this media player to implement on flutter. Advance thanks @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main);

September 20, 2019 at 01:31PM by Suriya SCT
https://ift.tt/2OiW3rb
New post on Flutter Dev Google group:

Getting Call Log and Store it into Sqlite DB
Hi , I am new to FLutter, Can Anybody help me on flutter code to Get the Incomming Call log and store it in to my local database.

September 20, 2019 at 02:47PM by vick nesh
https://ift.tt/2IgWqyv