New post on /r/flutterdev subreddit:
flutter_windowmanager: Change Android WindowManager.LayoutParams dynamically at run-time.
https://ift.tt/2PcVeQS
October 24, 2019 at 12:49PM by paulmundt
https://ift.tt/2WhztBa
flutter_windowmanager: Change Android WindowManager.LayoutParams dynamically at run-time.
https://ift.tt/2PcVeQS
October 24, 2019 at 12:49PM by paulmundt
https://ift.tt/2WhztBa
GitHub
adaptant-labs/flutter_windowmanager
A Flutter plugin for manipulating Android WindowManager LayoutParams. - adaptant-labs/flutter_windowmanager
New post on Flutter Dev Google group:
Publishing to Google play from VSCode
Has anyone published to the google play store from VSCode? I’m trying to find out if there are any gotchas with that process before I start
October 24, 2019 at 03:54PM by Sam Cromer
https://ift.tt/2WbZPV4
Publishing to Google play from VSCode
Has anyone published to the google play store from VSCode? I’m trying to find out if there are any gotchas with that process before I start
October 24, 2019 at 03:54PM by Sam Cromer
https://ift.tt/2WbZPV4
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:
Why no need ask camera permissions Android?
Hi Everyone!I am use Flutter camera plugin.On iOS need add into
October 24, 2019 at 04:41PM by Flutter_Dev
https://ift.tt/2PgxHyL
Why no need ask camera permissions Android?
Hi Everyone!I am use Flutter camera plugin.On iOS need add into
info.plist
:<key>NSCameraUsageDescription</key>
<string>Can I use the camera please?</string>
<key>NSMicrophoneUsageDescription</key>
<string>Can I use the mic please?</string>
But on Android no need. For example no need add in AndroidManifest.xml
:<uses-permission android:name="android.permission.CAMERA"/>
Why?October 24, 2019 at 04:41PM by Flutter_Dev
https://ift.tt/2PgxHyL
reddit
Why no need ask camera permissions Android?
Hi Everyone! I am use Flutter camera plugin. On iOS need add into `info.plist`: `NSCameraUsageDescription` `Can I use the...
New post on /r/flutterdev subreddit:
signalr_client unable to specify Hub
I have an ASP.Net Core API with several signalR hubs. With the attached plugin I see how to create a connection to the server, but not how to create a hub proxy distinguishing which hub I want to use and subscribe to. Has anyone been able to do this using this plugin?
October 24, 2019 at 04:23PM by Quiet_Desperation_
https://ift.tt/32TTUXr
signalr_client unable to specify Hub
I have an ASP.Net Core API with several signalR hubs. With the attached plugin I see how to create a connection to the server, but not how to create a hub proxy distinguishing which hub I want to use and subscribe to. Has anyone been able to do this using this plugin?
October 24, 2019 at 04:23PM by Quiet_Desperation_
https://ift.tt/32TTUXr
reddit
signalr_client unable to specify Hub
I have an ASP.Net Core API with several signalR hubs. With the attached plugin I see how to create a connection to the server, but not how to...
New post on /r/flutterdev subreddit:
Movie App - Example Flutter App for fetching movies (TMDB) and cinemas (Places API) around you
https://ift.tt/2NaJ1tj
October 24, 2019 at 04:18PM by n1x0nj4
https://ift.tt/2pSiXet
Movie App - Example Flutter App for fetching movies (TMDB) and cinemas (Places API) around you
https://ift.tt/2NaJ1tj
October 24, 2019 at 04:18PM by n1x0nj4
https://ift.tt/2pSiXet
GitHub
martianandmachine/fmovies
Flutter showcase app. Contribute to martianandmachine/fmovies development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
DataTable (Flutter Widget of the Week)
https://www.youtube.com/watch?v=ktTajqbhIcY&feature=youtu.be
October 24, 2019 at 06:59PM by MarkOSullivan
https://ift.tt/2PgatIX
DataTable (Flutter Widget of the Week)
https://www.youtube.com/watch?v=ktTajqbhIcY&feature=youtu.be
October 24, 2019 at 06:59PM by MarkOSullivan
https://ift.tt/2PgatIX
YouTube
DataTable (Flutter Widget of the Week)
Do you have some important data to show to the user in a table? Define your columns, rows, and automatically size cells with DataTable!
Learn more about DataTable → https://goo.gle/2qlMi1p
This video is also subtitled in Chinese, Indonesian, Italian, Japanese…
Learn more about DataTable → https://goo.gle/2qlMi1p
This video is also subtitled in Chinese, Indonesian, Italian, Japanese…
New tweet from FlutterDev:
We’re back with the #WidgetoftheWeek ⚡️
Use DataTable to highlight important data to your users in a neat way. Columns automatically resize to what’s in the cells and all table elements provide friendly callbacks!
📺 Watch more → https://t.co/tHsfaragXc pic.twitter.com/2bODeHcsdo— Flutter (@FlutterDev) October 24, 2019
October 24, 2019 at 07:40PM
http://twitter.com/FlutterDev/status/1187423595523239937
We’re back with the #WidgetoftheWeek ⚡️
Use DataTable to highlight important data to your users in a neat way. Columns automatically resize to what’s in the cells and all table elements provide friendly callbacks!
📺 Watch more → https://t.co/tHsfaragXc pic.twitter.com/2bODeHcsdo— Flutter (@FlutterDev) October 24, 2019
October 24, 2019 at 07:40PM
http://twitter.com/FlutterDev/status/1187423595523239937
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
What app would you suggest as a perfect architecture example?
I'm an experienced developer and I learn best by copying, modifying, etc. I'm looking for some suggestions on open source Flutter apps that demonstrate ideal architecture with state management, network layer, navigation, etc. Any suggestions?
October 24, 2019 at 07:30PM by utilitycoder
https://ift.tt/2JeBGYL
What app would you suggest as a perfect architecture example?
I'm an experienced developer and I learn best by copying, modifying, etc. I'm looking for some suggestions on open source Flutter apps that demonstrate ideal architecture with state management, network layer, navigation, etc. Any suggestions?
October 24, 2019 at 07:30PM by utilitycoder
https://ift.tt/2JeBGYL
reddit
What app would you suggest as a perfect architecture example?
I'm an experienced developer and I learn best by copying, modifying, etc. I'm looking for some suggestions on open source Flutter apps that...
New post on /r/flutterdev subreddit:
The new Nvidia Shield TV remote app is written in Flutter
I'm talking about this app. Screenshot of licenses here. The reason it might be more interesting is, it makes heavy use of Bluetooth, gives haptic feedback on "remote button" touches, and it works flawlessly. I loved my Shield TV as it is, and this is a nice addition to it.
October 24, 2019 at 10:18PM by hundeva
https://ift.tt/2ojKANo
The new Nvidia Shield TV remote app is written in Flutter
I'm talking about this app. Screenshot of licenses here. The reason it might be more interesting is, it makes heavy use of Bluetooth, gives haptic feedback on "remote button" touches, and it works flawlessly. I loved my Shield TV as it is, and this is a nice addition to it.
October 24, 2019 at 10:18PM by hundeva
https://ift.tt/2ojKANo
Google Play
NVIDIA SHIELD TV - Apps on Google Play
Control SHIELD TV on your phone with enhanced virtual mouse and keyboard support
New post on /r/flutterdev subreddit:
dartx: Collection of static extension methods for Iterable, String, File etc.
https://ift.tt/2paHTy0
October 24, 2019 at 11:27PM by leisim
https://ift.tt/2oZxg13
dartx: Collection of static extension methods for Iterable, String, File etc.
https://ift.tt/2paHTy0
October 24, 2019 at 11:27PM by leisim
https://ift.tt/2oZxg13
GitHub
leisim/dartx
Superpowers for Dart. Collection of useful static extension methods. - leisim/dartx
New post on Flutter Dev Google group:
Google Maps Autocomplete TextField
Does anyone here work with Google Maps AutoComplete TextField In Flutter?? I need some help badly.
October 25, 2019 at 12:08AM by Shaikh Mohammad
https://ift.tt/2PiSZLY
Google Maps Autocomplete TextField
Does anyone here work with Google Maps AutoComplete TextField In Flutter?? I need some help badly.
October 25, 2019 at 12:08AM by Shaikh Mohammad
https://ift.tt/2PiSZLY
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:
How Flutter Relate to our Real Life and why we should choose.
How development relate to our real life and why Futter is meant to be that?Here is a short and calculative real-life example that really helps to understand:Old days, avg human life were 100+Nowadays, avg human life is 70+If we can see the ave human life decrease with 30+ years.So if our avg life cycle decrease by 30+ then why not our Mobile app development should be decreased by at least some month or some years based on our projects.So that why Google introduced Flutter a Cross-Platform development SDK that allows developing a native app with a single code base for multiple platforms like (Android and Ios).Here is an example: Before Flutter native mobile app development:Android: Write code on for Android on Java or whatever language you preferred. It has own development life cycle and owns code. And the time is taken by the android developer.IOS: Write the code on Xcode. It has own SDLC and different team and code that will not on other platforms.The total sum of developing native app for both platforms:Android Development + Android Code + Time + Android Development Team + cost + IOS development + Ios (Xcode) code + Time + IOS development team + It's Cost.Now when Flutter introduced:Android App + IOS app = Flutter Development + Single Codebase + Single team + Single time to develop for both platforms + Cost is same for one development team.So what you say? If our human life decreases by 30+ years so why not we decrease our development life cycle time Flutter.If you think how it will look and hows it flows after the development then you can try our live demo at https://www.ionicfirebaseapp.com/products/category/Flutter-AppOr you can try with our open source at https://www.ionicfirebaseapp.com/products/Flutter-Todo-appHappy development with Flutter.devAnd let me know in the comment section what you think and how you interpret with your real life.#flutter #reallifeexample #whytochooseflutter #happycoding
October 25, 2019 at 07:34AM by ionicfirebaseapp
https://ift.tt/2PhrWk9
How Flutter Relate to our Real Life and why we should choose.
How development relate to our real life and why Futter is meant to be that?Here is a short and calculative real-life example that really helps to understand:Old days, avg human life were 100+Nowadays, avg human life is 70+If we can see the ave human life decrease with 30+ years.So if our avg life cycle decrease by 30+ then why not our Mobile app development should be decreased by at least some month or some years based on our projects.So that why Google introduced Flutter a Cross-Platform development SDK that allows developing a native app with a single code base for multiple platforms like (Android and Ios).Here is an example: Before Flutter native mobile app development:Android: Write code on for Android on Java or whatever language you preferred. It has own development life cycle and owns code. And the time is taken by the android developer.IOS: Write the code on Xcode. It has own SDLC and different team and code that will not on other platforms.The total sum of developing native app for both platforms:Android Development + Android Code + Time + Android Development Team + cost + IOS development + Ios (Xcode) code + Time + IOS development team + It's Cost.Now when Flutter introduced:Android App + IOS app = Flutter Development + Single Codebase + Single team + Single time to develop for both platforms + Cost is same for one development team.So what you say? If our human life decreases by 30+ years so why not we decrease our development life cycle time Flutter.If you think how it will look and hows it flows after the development then you can try our live demo at https://www.ionicfirebaseapp.com/products/category/Flutter-AppOr you can try with our open source at https://www.ionicfirebaseapp.com/products/Flutter-Todo-appHappy development with Flutter.devAnd let me know in the comment section what you think and how you interpret with your real life.#flutter #reallifeexample #whytochooseflutter #happycoding
October 25, 2019 at 07:34AM by ionicfirebaseapp
https://ift.tt/2PhrWk9
ionicfirebaseapp Market
Restaurant webapp with Firebase
Ionic Firebase App: You will get Ionic 3 & 4 firebase Web and Mobile Apps that using Ionic Framework, Firebase, Cloud Firestore as a database and Cloud Storage as image storage. Free ionic firebase starter mobile app & software development included!
New post on /r/flutterdev subreddit:
Is there any way to retrieve the URI of an asset?
I have been unable to find a way to get the URI or path of an asset. I know there are ways to get the actual data of the assets, however I am looking to specifically find the URI.Thanks for any info!
October 25, 2019 at 09:37AM by banana_shavings
https://ift.tt/2Wd9z1f
Is there any way to retrieve the URI of an asset?
I have been unable to find a way to get the URI or path of an asset. I know there are ways to get the actual data of the assets, however I am looking to specifically find the URI.Thanks for any info!
October 25, 2019 at 09:37AM by banana_shavings
https://ift.tt/2Wd9z1f
reddit
Is there any way to retrieve the URI of an asset?
I have been unable to find a way to get the URI or path of an asset. I know there are ways to get the actual data of the assets, however I am...
New post on /r/flutterdev subreddit:
#21 ListView Flutter Widget
https://youtu.be/o-yvXZLTKwo
October 25, 2019 at 12:45PM by systechdevelopers
https://ift.tt/344o2PE
#21 ListView Flutter Widget
https://youtu.be/o-yvXZLTKwo
October 25, 2019 at 12:45PM by systechdevelopers
https://ift.tt/344o2PE
YouTube
#21 Widget ListView | Flutter Tutorial | Google
#21 flutter widget list view.
New post on Flutter Dev Google group:
SelectableText does not allow to get selected text?
I try to get the selected text from SelectableText.rich(Textspan(..)) but do not see an opportunity to get it. How to? I want to get selected text when user finishes to select..
October 25, 2019 at 02:43PM by Georgii Dernovyi
https://ift.tt/2JmsaTA
SelectableText does not allow to get selected text?
I try to get the selected text from SelectableText.rich(Textspan(..)) but do not see an opportunity to get it. How to? I want to get selected text when user finishes to select..
October 25, 2019 at 02:43PM by Georgii Dernovyi
https://ift.tt/2JmsaTA
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 Firebase phone authentication with BLoC
https://ift.tt/2JmJPum
October 25, 2019 at 04:54PM by toufeeqahamedns
https://ift.tt/2pVuYQk
Flutter Firebase phone authentication with BLoC
https://ift.tt/2JmJPum
October 25, 2019 at 04:54PM by toufeeqahamedns
https://ift.tt/2pVuYQk
Stack Overflow
Flutter Firebase Phone Authentication with BLoC
I'm trying to achieve Firebase phone authentication with BLoC pattern.
This is my bloc class
class AuthBloc extends Bloc<AuthEvent, AuthState> {
final AuthProvider authProvider;
AuthBl...
This is my bloc class
class AuthBloc extends Bloc<AuthEvent, AuthState> {
final AuthProvider authProvider;
AuthBl...
New tweet from FlutterDev:
It's time to drop some tips for #FlutterFriday!
Want to learn more about widgets?
Searching the Flutter codebase on GitHub can often give you hints about when and how to use the widget's properties. ↓ pic.twitter.com/nm5cA4CvHr— Flutter (@FlutterDev) October 25, 2019
October 25, 2019 at 05:58PM
http://twitter.com/FlutterDev/status/1187760466593890307
It's time to drop some tips for #FlutterFriday!
Want to learn more about widgets?
Searching the Flutter codebase on GitHub can often give you hints about when and how to use the widget's properties. ↓ pic.twitter.com/nm5cA4CvHr— Flutter (@FlutterDev) October 25, 2019
October 25, 2019 at 05:58PM
http://twitter.com/FlutterDev/status/1187760466593890307
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 Flutter Dev Google group:
Using Location, please help.
I can't make it to work. Anyhow one, I need help here. Thank you. https://ift.tt/33Z8LQn [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: NoSuchMethodError: Class '_MyHomePageState' (15994): Receiver: Instance of '_MyHomePageState' E/flutter (15994): Tried calling:
October 25, 2019 at 06:17PM by Victor Unda
https://ift.tt/2NaPswM
Using Location, please help.
I can't make it to work. Anyhow one, I need help here. Thank you. https://ift.tt/33Z8LQn [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: NoSuchMethodError: Class '_MyHomePageState' (15994): Receiver: Instance of '_MyHomePageState' E/flutter (15994): Tried calling:
October 25, 2019 at 06:17PM by Victor Unda
https://ift.tt/2NaPswM
Dart packages
location | Flutter Package
A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.
New post on /r/flutterdev subreddit:
Flutter Animation: Login dashboard - (Speed Code)
https://youtu.be/jlGly3pxrYg
October 25, 2019 at 06:25PM by genivaldo-reis
https://ift.tt/366qHu7
Flutter Animation: Login dashboard - (Speed Code)
https://youtu.be/jlGly3pxrYg
October 25, 2019 at 06:25PM by genivaldo-reis
https://ift.tt/366qHu7
YouTube
Flutter Animation: Login dashboard - (Speed Code)
✅SUBSCRIBE TO CHANNEL
✅INSCREVA-SE NO CANAL
Source code: https://github.com/grcodereis/logindashboardanimation
Design inspiration: https://tinyurl.com/y3smta5k
Flutter tutorial videos:
---------------------------------------------------------
Flutter App…
✅INSCREVA-SE NO CANAL
Source code: https://github.com/grcodereis/logindashboardanimation
Design inspiration: https://tinyurl.com/y3smta5k
Flutter tutorial videos:
---------------------------------------------------------
Flutter App…
New post on /r/flutterdev subreddit:
Hey guys, today I'd like to introduce dart_filter. If you ever needed to filter (.where) a List then you know how ugly a simple solution can be. I'm trying to solve that ugliness and make it maintainable with a well-known programming pattern.
https://twitter.com/modulovalue/status/1187770442985201665
October 25, 2019 at 07:28PM by modulovalue
https://ift.tt/32Qn89i
Hey guys, today I'd like to introduce dart_filter. If you ever needed to filter (.where) a List then you know how ugly a simple solution can be. I'm trying to solve that ugliness and make it maintainable with a well-known programming pattern.
https://twitter.com/modulovalue/status/1187770442985201665
October 25, 2019 at 07:28PM by modulovalue
https://ift.tt/32Qn89i
Twitter
modulovalue
Today I'll explain how to use dart_filter, my Dart implementation of the Filter Pattern. I promise that you'll never make bugs filtering lists is Dart again if you give it a try!🙂 https://t.co/OVEEMd4oda