Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New tweet from FlutterDev:

👀@domesticmouse recaps his NEXT '19 talk where he live codes an app:
🍦Uses Google Maps x Flutter to find nearby ice cream stores!
Builds a native app for iOS and Android from a single codebase.
🚀Deploys code across multiple platforms.

Watch here → https://t.co/PrWwCYZJsw pic.twitter.com/lt9DiQ8BwO— Flutter (@FlutterDev) September 20, 2019

September 20, 2019 at 09:51PM
http://twitter.com/FlutterDev/status/1175135511729582083
New post on /r/flutterdev subreddit:

Pokémon and Flutter
https://ift.tt/2AylCw3

September 20, 2019 at 11:37PM by Elixane
https://ift.tt/2Qo7gt9
New post on Flutter Dev Google group:

Cuncurrent lib for flutter
Guys what you think about my lib, any suggestions or pull reqest, thanks! =) https://ift.tt/352o8ce

September 21, 2019 at 01:47AM by Daniil Surnin
https://ift.tt/2M8kS66
New post on Flutter Dev Google group:

Firebase notifications setup issue
I am following along with the instructions on the firebase console for configuring Push Notifications and I keep getting the same error when I try to run the app. I have followed every step line by line and have tried doing it 3 times and still get the same error, line 24 in the build.gradle

September 21, 2019 at 01:49AM by Sam Cromer
https://ift.tt/2M5vm6p
New post on /r/flutterdev subreddit:

[plugins] Would you pay to have issues solved?
Hello there. Would you pay, let's say 10 dollars to have issues solved for the plugins you use/like?I would like to see if there are people willing to pay for such. If there is anyone willing, I would like to take a look at the problem (GitHub issue or a comment describing the issue) and if I am able to get a PR merged you just need to send me 10 dollars in a bitcoin wallet.It does not need to be an issue at flutter/flutter or flutter/plugins. It can be for any plugin repository that public available. I would write tests, update libraries, try to fix bugs or even implement some minor feature. You could follow and review the PR if you wish.Many plugin repositories need some love, even if you can't contribute opening PRs because you lack time or knowledge you could support the plugin development with a relatively small value. 10 dollars, hardly pay an working hour of a developer, but with that you can support a plugin and help flutter plugin ecosystem to evolve.

September 21, 2019 at 04:59AM by Wilie_Coyote
https://ift.tt/351csGk
New post on /r/flutterdev subreddit:

flutter connection status bar
Hi Reddit,
I just published my very first flutter package, it's a simple widget that animates when internet is disconnected. please go check it out on my github and show some support.https://github.com/bardiarastin/connection_status_bar

September 21, 2019 at 10:48AM by bardiainjast
https://ift.tt/2IiVlX3