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:
September 20, 2019 at 10:29AM by Flutter_Dev
https://ift.tt/30gRXqM
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.zip
modified: ios/Runner.ipa
modified: ios/Runner.xcodeproj/project.pbxproj
modified: ios/Runner/Info.plist
I 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
reddit
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...
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Flutter Task Management App UI Design From Scratch | Speed Code | Raw Process
https://youtu.be/Ja9rL3JFXHA
September 20, 2019 at 11:46AM by arnuske
https://ift.tt/34Wopxd
Flutter Task Management App UI Design From Scratch | Speed Code | Raw Process
https://youtu.be/Ja9rL3JFXHA
September 20, 2019 at 11:46AM by arnuske
https://ift.tt/34Wopxd
YouTube
Flutter Task Management App UI - Speed Code UNSTAGED
Hello guys! This is my first Youtube video about Flutter and today we are going to build a Task Management App UI design from scratch using Flutter framework.
Contact me here:
januska.arnoldas@gmail.com
Computer:
Macbook Pro 15.4’’ - https://amzn.to/2mTL23Z…
Contact me here:
januska.arnoldas@gmail.com
Computer:
Macbook Pro 15.4’’ - https://amzn.to/2mTL23Z…
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
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
reddit
How to tell the debugger not to stop on exceptions?
A subreddit for Google's crossplatform UI toolkit.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Sources Code for DashCast
Hi, I was watching the flutter boring show. Was wondering if you know where I can find the complete source code? https://www.youtube.com/watch?v=oyy_1CjNdBU
September 20, 2019 at 02:56PM by 123Spaceman123
https://ift.tt/2Odr936
Sources Code for DashCast
Hi, I was watching the flutter boring show. Was wondering if you know where I can find the complete source code? https://www.youtube.com/watch?v=oyy_1CjNdBU
September 20, 2019 at 02:56PM by 123Spaceman123
https://ift.tt/2Odr936
YouTube
Building DashCast, a podcast app in Flutter (The Boring Flutter Development Show, Ep. 19)
In this special April 1st edition of the Boring Show, Matt and guest star Dash get started on ‘DashCast’ a new podcast playing app. With Dash’s vigilant supervision, Matt adds basic audio playback controls, makes use of the flutter_sound audio-plugin, and…
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
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
September 20, 2019 at 05:40PM by themindstorm
https://ift.tt/30zgtP1
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 soundsSeptember 20, 2019 at 05:40PM by themindstorm
https://ift.tt/30zgtP1
GitHub
holt-soundboard/holt-soundboard-mobile
🚔 Brooklyn Nine Nine sounds app for Android and IOS - holt-soundboard/holt-soundboard-mobile
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
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
Twitter
#flutterfriday hashtag on Twitter
35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Cloud Next ‘19 Recap: Build Mobile Apps With Flutter and Google Maps
https://www.youtube.com/watch?v=8mbfyNux0ZM&feature=youtu.be
September 20, 2019 at 06:02PM by MarkOSullivan
https://ift.tt/351bWrV
Cloud Next ‘19 Recap: Build Mobile Apps With Flutter and Google Maps
https://www.youtube.com/watch?v=8mbfyNux0ZM&feature=youtu.be
September 20, 2019 at 06:02PM by MarkOSullivan
https://ift.tt/351bWrV
YouTube
Cloud Next ‘19 Recap: Build Mobile Apps With Flutter and Google Maps
In this video Brett recaps his session at NEXT '19 where he connects a Flutter app to Google Maps and Firestore to build a location-aware mobile app. You can...
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
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
Imgur
Post with 59 views.
New post on /r/flutterdev subreddit:
Flutter UI - Minimal Designs - Discover kayaking - Speed Code
https://youtu.be/dtlnFhIb1eE
September 20, 2019 at 07:10PM by rajayogan27
https://ift.tt/2M8QE2Y
Flutter UI - Minimal Designs - Discover kayaking - Speed Code
https://youtu.be/dtlnFhIb1eE
September 20, 2019 at 07:10PM by rajayogan27
https://ift.tt/2M8QE2Y
YouTube
Flutter UI - Minimal Designs - Discover kayaking - Speed Code
Need an app ? - https://rajayogan.com
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw-EMsLf8TmsYhKOCx2ALZiKi
Design credit - https://dribbble.com/shots/5453168-Discover-k…
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw-EMsLf8TmsYhKOCx2ALZiKi
Design credit - https://dribbble.com/shots/5453168-Discover-k…
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
👀@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
Twitter
Brett Morgan (@DomesticMouse) | Twitter
The latest Tweets from Brett Morgan (@DomesticMouse). Developer Relations Engineer for https://t.co/R25JTqbpPh. Sydney, Australia
New post on /r/flutterdev subreddit:
Flutter TDD Clean Architecture Course [1] – Explanation & Project Structure – Reso Coder
https://ift.tt/2I9AXHM
September 20, 2019 at 09:56PM by eli_li
https://ift.tt/31GK9Lk
Flutter TDD Clean Architecture Course [1] – Explanation & Project Structure – Reso Coder
https://ift.tt/2I9AXHM
September 20, 2019 at 09:56PM by eli_li
https://ift.tt/31GK9Lk
Reso Coder
Flutter TDD Clean Architecture Course [1] – Explanation & Project Structure - Reso Coder
Subscribe Get the full project Keeping your code clean and tested are the two most important development practices. In Flutter, this is even more true than with other frameworks. On one hand, it's nice to hack a quick app together, on the other hand, larger…
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
Pokémon and Flutter
https://ift.tt/2AylCw3
September 20, 2019 at 11:37PM by Elixane
https://ift.tt/2Qo7gt9
Medium
Pokémon and Flutter
A battle system unfinished
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
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
Dart packages
worker_manager | Flutter Package
Executor allows you to create a queue of tasks for threadpool of isolates
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
[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
reddit
[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...
New post on /r/flutterdev subreddit:
Creating New/Old Flutter project with web support
https://ift.tt/31D3GMU
September 21, 2019 at 07:48AM by bharatmk257
https://ift.tt/2Qmy78Y
Creating New/Old Flutter project with web support
https://ift.tt/31D3GMU
September 21, 2019 at 07:48AM by bharatmk257
https://ift.tt/2Qmy78Y
Medium
Creating New/Old Flutter project with web support
Hey there Bharat here today i will be guiding you to how to create flutter project with web support
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
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
GitHub
thisisamir98/connection_status_bar
Flutter connection status bar, widget that animates when internet connection changes - thisisamir98/connection_status_bar