Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Flutter Firebase Instagram Tutorial #2: Firebase Setup and Authentication
https://youtu.be/Wi9KJbDgnVI

September 20, 2019 at 02:43PM by Marcus-Ng
https://ift.tt/30bo23a
New post on /r/flutterdev subreddit:

Captain Holt Soundboard in Flutter
[GitHub repository] [PlayStore link]This app uses Provider for state management Hive for local storage.App features:Light/Dark/Black theme toggle (using ThemeData and Hive)Share audio (.mp3) files (using esys_flutter_share)Play audio (using audioplayers)Add to favorites (using Hive for data persistence)Tabbed view with SliverAppBar and SliverGridSo around a year ago, I made a Holt Soundboard website (it's also open-source), and a subreddit for the website (r/holt_soundboard). Users asked for an app, so here it is! The app is based off of the show Brooklyn Nine-Nine. The app is pretty much a copy of the website, but with some more features, such as favorites and sharing.Note: I do now own any of the sounds

September 20, 2019 at 05:40PM by themindstorm
https://ift.tt/30zgtP1
New tweet from FlutterDev:

Need to turn off closing labels? Well, YOU CAN'T!

😉Just kidding -- Both Intellij IDEA and Visual Studio Code provide the option under "Dart: closing labels".#FlutterFriday pic.twitter.com/rH13D31W4H— Flutter (@FlutterDev) September 20, 2019

September 20, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1175077223910522884
New post on /r/flutterdev subreddit:

What is this feature called?
Screenshot here.How do I enable or disable this feature? Is this unique to flutter or is it a general VS Code feature?P.S. I'm talking about the dotted vertical lines that help you visualize the layout of your nested widgets.

September 20, 2019 at 07:03PM by Grenddit
https://ift.tt/30gddMg