New post on /r/flutterdev subreddit:
Calculator using flutter
Hey guys,This is a sample calculator application that I have built. The code might seem messy but I'm working on improvising the implementation everyday. Please do check it out and put down your thoughts.Github repo : https://github.com/emilsharier/CalculatorInstagram post : https://www.instagram.com/p/B31saiYAT2Q/?utm\_source=ig\_web\_copy\_link
October 27, 2019 at 11:54AM by eeelll414
https://ift.tt/31Vbnxn
Calculator using flutter
Hey guys,This is a sample calculator application that I have built. The code might seem messy but I'm working on improvising the implementation everyday. Please do check it out and put down your thoughts.Github repo : https://github.com/emilsharier/CalculatorInstagram post : https://www.instagram.com/p/B31saiYAT2Q/?utm\_source=ig\_web\_copy\_link
October 27, 2019 at 11:54AM by eeelll414
https://ift.tt/31Vbnxn
GitHub
GitHub - emilsharier/Calculator: A simple calculator application built using Flutter
A simple calculator application built using Flutter - GitHub - emilsharier/Calculator: A simple calculator application built using Flutter
New post on /r/flutterdev subreddit:
Particle Systems (for Puffs and Zaps) with Flutter
https://ift.tt/340eUM2
October 27, 2019 at 11:51AM by Purple_Pizzazz
https://ift.tt/365uxUh
Particle Systems (for Puffs and Zaps) with Flutter
https://ift.tt/340eUM2
October 27, 2019 at 11:51AM by Purple_Pizzazz
https://ift.tt/365uxUh
Medium
Particle Systems (for Puffs and Zaps) with Flutter
“He doesn’t look like I thought he would look”, you thought. Shaking his firm hand you noticed small reddish dots from chemical burns all…
New post on Flutter Dev Google group:
how to clean up FlutterEngine
hi, recently, I need to lazy start FlutterEngine, and clean up it on demand. I did it as following: 1. set all plugin's methodChannel as nil 2. dealloc all FlutterViewController 3. Underlying the Engine, I set the leak_vm setting as false, so it will not keep dart VM 4. At last, I can see
October 27, 2019 at 02:39PM by Jim Xu
https://ift.tt/2PmUNUd
how to clean up FlutterEngine
hi, recently, I need to lazy start FlutterEngine, and clean up it on demand. I did it as following: 1. set all plugin's methodChannel as nil 2. dealloc all FlutterViewController 3. Underlying the Engine, I set the leak_vm setting as false, so it will not keep dart VM 4. At last, I can see
October 27, 2019 at 02:39PM by Jim Xu
https://ift.tt/2PmUNUd
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:
A Flutter Web App to bookmark or share collections of Dart pub.dev packages.
https://ift.tt/2p89QXq
October 27, 2019 at 02:56PM by modulovalue
https://ift.tt/367zrQI
A Flutter Web App to bookmark or share collections of Dart pub.dev packages.
https://ift.tt/2p89QXq
October 27, 2019 at 02:56PM by modulovalue
https://ift.tt/367zrQI
GitHub
modulovalue/dart_pub_package_watcher
A Flutter Web App to bookmark or share collections of Dart pub.dev packages. - modulovalue/dart_pub_package_watcher
New post on /r/flutterdev subreddit:
Happy Diwali To Everybody. Found out a special video related to Flutter and Diwali. https://ift.tt/2PmYYiQ
https://www.youtube.com/watch?v=8gtwa9DgZaI
October 27, 2019 at 03:28PM by maadhav2001
https://ift.tt/345glc7
Happy Diwali To Everybody. Found out a special video related to Flutter and Diwali. https://ift.tt/2PmYYiQ
https://www.youtube.com/watch?v=8gtwa9DgZaI
October 27, 2019 at 03:28PM by maadhav2001
https://ift.tt/345glc7
GitHub
Maadhav/Happy-Diwali-Flutter-App
Contribute to Maadhav/Happy-Diwali-Flutter-App development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Is Flutter ready for production apps?
If you have to build a business case to make an app in Flutter, you will get the question - is Flutter ready for production apps?What's your advice on how to answer this question?
October 27, 2019 at 04:19PM by hipster_zeus
https://ift.tt/2pSBmrU
Is Flutter ready for production apps?
If you have to build a business case to make an app in Flutter, you will get the question - is Flutter ready for production apps?What's your advice on how to answer this question?
October 27, 2019 at 04:19PM by hipster_zeus
https://ift.tt/2pSBmrU
reddit
Is Flutter ready for production apps?
If you have to build a business case to make an app in Flutter, you will get the question - is Flutter ready for production apps? What's your...
New post on /r/flutterdev subreddit:
Dependency Injection recommendations?
I've been looking for a package to help with dependency injection. The main ones I've looked at are
October 27, 2019 at 04:42PM by Not0nFire
https://ift.tt/2qQVHOR
Dependency Injection recommendations?
I've been looking for a package to help with dependency injection. The main ones I've looked at are
kiwi
, get_it
and provider
, however, these seem to be just variations of the service locator anti-pattern. I've also come across inject
on GitHub, which does seem closer to what I'm looking for, but it's only a developer preview and hasn't been touched in months.Just wondering what thoughts others have, and if anyone here has any recommendations for (ideally) compile-time/generator dependency injection?October 27, 2019 at 04:42PM by Not0nFire
https://ift.tt/2qQVHOR
reddit
Dependency Injection recommendations?
A subreddit related to Google's new UI framework.
New post on /r/flutterdev subreddit:
Call a method on flutter notification possible?
Hi,I am using flutter_local_notifications to handle my notifications which does so very well. I want my program to, on a notification, call a method. This method will handle a timer which basically waits until the user confirms something, and if it doesn't, a new method is called, terminating the action.I wonder if there is anything like this for Flutter. I have asked some of my Android dev friends. They tell me that in Android they use PendingIntent, which does seem to do what I want, but I have yet found something like it for Flutter.I'd appreciate any advice or workarounds if there is nothing like it.Thanks!
October 27, 2019 at 05:41PM by lenn_armstrong
https://ift.tt/2p66BQd
Call a method on flutter notification possible?
Hi,I am using flutter_local_notifications to handle my notifications which does so very well. I want my program to, on a notification, call a method. This method will handle a timer which basically waits until the user confirms something, and if it doesn't, a new method is called, terminating the action.I wonder if there is anything like this for Flutter. I have asked some of my Android dev friends. They tell me that in Android they use PendingIntent, which does seem to do what I want, but I have yet found something like it for Flutter.I'd appreciate any advice or workarounds if there is nothing like it.Thanks!
October 27, 2019 at 05:41PM by lenn_armstrong
https://ift.tt/2p66BQd
reddit
Call a method on flutter notification possible?
Hi, I am using flutter\_local\_notifications to handle my notifications which does so very well. I want my program to, on a notification, call a...
New post on /r/flutterdev subreddit:
Widget-Maker alpha release
https://ift.tt/31QnUBV
October 27, 2019 at 06:19PM by norbert515
https://ift.tt/2Wi3HUx
Widget-Maker alpha release
https://ift.tt/31QnUBV
October 27, 2019 at 06:19PM by norbert515
https://ift.tt/2Wi3HUx
New post on /r/flutterdev subreddit:
Login and different user types
Are there any examples out there on how to create a user login with flutter and node js? I'd also like to know if anyone has implemented role based fluter apps with views for admin only etc
October 27, 2019 at 07:04PM by davicitos
https://ift.tt/2JrbWZo
Login and different user types
Are there any examples out there on how to create a user login with flutter and node js? I'd also like to know if anyone has implemented role based fluter apps with views for admin only etc
October 27, 2019 at 07:04PM by davicitos
https://ift.tt/2JrbWZo
reddit
Login and different user types
A subreddit for Google's crossplatform UI toolkit.
New post on Flutter Dev Google group:
disable Flutter crash reporting?
[image: h01.PNG]
October 27, 2019 at 10:41PM by LOUNES Abbar
https://ift.tt/2JrVs2T
disable Flutter crash reporting?
[image: h01.PNG]
October 27, 2019 at 10:41PM by LOUNES Abbar
https://ift.tt/2JrVs2T
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:
If you're using google places autocomplete api without session tokens, check out this video to see how to start using them
https://youtu.be/mzqgVWli6k0
October 27, 2019 at 10:23PM by projectmind_guru
https://ift.tt/32Phd4A
If you're using google places autocomplete api without session tokens, check out this video to see how to start using them
https://youtu.be/mzqgVWli6k0
October 27, 2019 at 10:23PM by projectmind_guru
https://ift.tt/32Phd4A
YouTube
(Ep 30) Google Places Autocomplete API Request Session Tokens for Flutter
This video is a follow on video to Episode 25, where we used the google places autocomplete api to populate location search results. In this video we’ll see how using session tokens on our autocomplete requests can help lower our costs and prevent us from…
New post on /r/flutterdev subreddit:
Minesweeper in flutter
On the webhttp://www.adamhammer.ca/minesweep/Sourcehttps://github.com/ahammer/flutter_minesweeperPlay Storehttps://play.google.com/store/apps/details?id=com.metalrain.mine_sweeper&hl=en_USNote, performance on the web isn't great, but I wasn't expecting it to be either.Architecturally, it uses Redux, but Provider is used to grease the wheels a bit in places.No article or how to, but I'll gladly field any questions.
October 27, 2019 at 09:14PM by HaMMeReD
https://ift.tt/34gWBmb
Minesweeper in flutter
On the webhttp://www.adamhammer.ca/minesweep/Sourcehttps://github.com/ahammer/flutter_minesweeperPlay Storehttps://play.google.com/store/apps/details?id=com.metalrain.mine_sweeper&hl=en_USNote, performance on the web isn't great, but I wasn't expecting it to be either.Architecturally, it uses Redux, but Provider is used to grease the wheels a bit in places.No article or how to, but I'll gladly field any questions.
October 27, 2019 at 09:14PM by HaMMeReD
https://ift.tt/34gWBmb
New post on /r/flutterdev subreddit:
Note-taking App
https://github.com/cross-solutions/smart-notesComing from Xamarin and being relatively new to Flutter, we joined a local hackathon to see what we can do in just two weeks. And here it is, an open-source, simple, note-taking app that uses MVVM (scoped_model), SQLite (moor_flutter), OCR (firebase_ml_vision), and OAuth (google_sign_in). If you want, you can try and install it from the link that can be found in the GitHub page.Love to hear your feedback!
October 28, 2019 at 01:50AM by contrix09
https://ift.tt/2JsFMMX
Note-taking App
https://github.com/cross-solutions/smart-notesComing from Xamarin and being relatively new to Flutter, we joined a local hackathon to see what we can do in just two weeks. And here it is, an open-source, simple, note-taking app that uses MVVM (scoped_model), SQLite (moor_flutter), OCR (firebase_ml_vision), and OAuth (google_sign_in). If you want, you can try and install it from the link that can be found in the GitHub page.Love to hear your feedback!
October 28, 2019 at 01:50AM by contrix09
https://ift.tt/2JsFMMX
GitHub
cross-solutions/smart-notes
A note-taking app powered by Google services such as Google Sign In, Google Drive, and Firebase ML Vision. - cross-solutions/smart-notes
New post on /r/flutterdev subreddit:
How big could a Flutter Firebase Project get?
If I build say the next Facebook using Flutter with Firebase, would I run into any problems as far as scaling? I am positive something as large as Facebook could not have its entire back-end simply be a single Firebase Project. Would the Flutter code itself need to be changed to accommodate millions of users?
October 28, 2019 at 02:51AM by LAN_scape
https://ift.tt/31S3kRy
How big could a Flutter Firebase Project get?
If I build say the next Facebook using Flutter with Firebase, would I run into any problems as far as scaling? I am positive something as large as Facebook could not have its entire back-end simply be a single Firebase Project. Would the Flutter code itself need to be changed to accommodate millions of users?
October 28, 2019 at 02:51AM by LAN_scape
https://ift.tt/31S3kRy
reddit
How big could a Flutter Firebase Project get?
If I build say the next Facebook using Flutter with Firebase, would I run into any problems as far as scaling? I am positive something as large as...
New post on Flutter Dev Google group:
When Flutter's "Add to apps" feature will be official?
Hello, I am interested in Flutter's "Add to apps" feature to develop new features with Flutter and integrate it with Android native apps. However, this is in preview, not an official feature yet described in GitHub as below. Last updated August 23, 2019. The "add-to-app" support is in preview,
October 28, 2019 at 03:30AM by Jay Lim
https://ift.tt/31S64hO
When Flutter's "Add to apps" feature will be official?
Hello, I am interested in Flutter's "Add to apps" feature to develop new features with Flutter and integrate it with Android native apps. However, this is in preview, not an official feature yet described in GitHub as below. Last updated August 23, 2019. The "add-to-app" support is in preview,
October 28, 2019 at 03:30AM by Jay Lim
https://ift.tt/31S64hO
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 GIS : Display Current location on a map
https://ift.tt/2NdsNQk
October 28, 2019 at 06:03AM by code-Xtnds
https://ift.tt/2qL1sNK
Flutter GIS : Display Current location on a map
https://ift.tt/2NdsNQk
October 28, 2019 at 06:03AM by code-Xtnds
https://ift.tt/2qL1sNK
xtnds
Flutter GIS : Display Current location on a map
We learn how to display current location on a free Map using Flutter and OpenStreetMaps
New post on Flutter Dev Google group:
animate.svg
hi , i am not able to use animate svg how to use them
October 28, 2019 at 07:55AM by Deepjyoti Baishya
https://ift.tt/2PoxNEr
animate.svg
hi , i am not able to use animate svg how to use them
October 28, 2019 at 07:55AM by Deepjyoti Baishya
https://ift.tt/2PoxNEr
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:
Particle Systems (for Puffs and Zaps) with Flutter
https://ift.tt/340eUM2
October 28, 2019 at 08:52AM by Everlier
https://ift.tt/2os6CO0
Particle Systems (for Puffs and Zaps) with Flutter
https://ift.tt/340eUM2
October 28, 2019 at 08:52AM by Everlier
https://ift.tt/2os6CO0
Medium
Particle Systems (for Puffs and Zaps) with Flutter
“He doesn’t look like I thought he would look”, you thought. Shaking his firm hand you noticed small reddish dots from chemical burns all…
New post on /r/flutterdev subreddit:
Advanced Provider Tutorial - Part 1: Project Setup & Authentication Flow
https://youtu.be/j8P__wcq2YM
October 28, 2019 at 10:00AM by bizz84
https://ift.tt/32NZo5P
Advanced Provider Tutorial - Part 1: Project Setup & Authentication Flow
https://youtu.be/j8P__wcq2YM
October 28, 2019 at 10:00AM by bizz84
https://ift.tt/32NZo5P
YouTube
Advanced Provider Tutorial - Part 1: Project Setup & Authentication Flow
Sign up here for more updates: 👇👇
https://codewithandrea.com/
LEVEL: INTERMEDIATE / ADVANCED
This multi-part tutorial shows how to use Provider to build an app that lets the user choose and upload an avatar image to Firestore.
- We will start from a sample…
https://codewithandrea.com/
LEVEL: INTERMEDIATE / ADVANCED
This multi-part tutorial shows how to use Provider to build an app that lets the user choose and upload an avatar image to Firestore.
- We will start from a sample…