New post on /r/flutterdev subreddit:
Good article on debugging layout issues with the Flutter Inspector
https://ift.tt/3058ufD
August 08, 2020 at 09:13AM by yeahia2508
https://ift.tt/3kltQgZ
Good article on debugging layout issues with the Flutter Inspector
https://ift.tt/3058ufD
August 08, 2020 at 09:13AM by yeahia2508
https://ift.tt/3kltQgZ
Medium
How to debug layout issues with the Flutter Inspector
Exploring why they occur and how to solve them
New post on /r/flutterdev subreddit:
This is sashimetri an application that I am developing in flutter for the web and Android to draw geometric figures.
https://youtu.be/mi8QxPvtid8
August 08, 2020 at 01:32AM by sabaye
https://ift.tt/3kzPWMO
This is sashimetri an application that I am developing in flutter for the web and Android to draw geometric figures.
https://youtu.be/mi8QxPvtid8
August 08, 2020 at 01:32AM by sabaye
https://ift.tt/3kzPWMO
YouTube
Sashimetri Web Beta Preview | Geometry Drawing App
Esto es sashimetri una aplicación que estoy desarrollando para la web y Android para poder dibujar figuras geométricas, echadle un vistazo en mi página web y decime que tal te parece.
La idea nació con mi novia que le gusta hacer estás figuras pero a mano…
La idea nació con mi novia que le gusta hacer estás figuras pero a mano…
New post on /r/flutterdev subreddit:
Flutter plugin for selecting multiple list items from list in GridView and ListView builder with long tap & normal tap
https://ift.tt/2F4PndB
August 08, 2020 at 06:07AM by humblebumble2001
https://ift.tt/30IMgk1
Flutter plugin for selecting multiple list items from list in GridView and ListView builder with long tap & normal tap
https://ift.tt/2F4PndB
August 08, 2020 at 06:07AM by humblebumble2001
https://ift.tt/30IMgk1
Dart packages
multi_select_item | Flutter Package
Multi select view item controller for GridView and ListView in Flutter
New post on /r/flutterdev subreddit:
#21 Validate Forms in flutter || Flutter Forms And Validation #flutter || By Code Flipper
https://www.youtube.com/watch?v=tLSQt8hpQ_4
August 08, 2020 at 06:35AM by Code_Flipper
https://ift.tt/3aj8Umd
#21 Validate Forms in flutter || Flutter Forms And Validation #flutter || By Code Flipper
https://www.youtube.com/watch?v=tLSQt8hpQ_4
August 08, 2020 at 06:35AM by Code_Flipper
https://ift.tt/3aj8Umd
YouTube
#21 Validate Forms in flutter || Flutter Forms And Validation #flutter || By Code Flipper
Assalam U Alikum Friends In this video I have explain about validation Form Fields in Flutter. For validation I have also used Regular Expressions fore email and password validation.
For Email we have checked that @ and .com must be included. And for Password…
For Email we have checked that @ and .com must be included. And for Password…
New post on /r/flutterdev subreddit:
Now: Flutter Remote Meetup | Flutter BLR x GeekyAnts
https://youtu.be/giaL3JtHlA0
August 08, 2020 at 08:16AM by geekyants
https://ift.tt/31B9M1g
Now: Flutter Remote Meetup | Flutter BLR x GeekyAnts
https://youtu.be/giaL3JtHlA0
August 08, 2020 at 08:16AM by geekyants
https://ift.tt/31B9M1g
YouTube
Flutter Remote Meetup #9 | Flutter BLR x GeekyAnts
Welcome to the 9th Flutter 'Remote' Meetup live, organized by Flutter BLR & hosted by GeekyAnts
Agenda -
00:00:00 - Pre-Stream
00:15:40 - Introduction
00:17:45 - Keynote - Pushkar Sharma
00:22:33 AI with Flutter - Rishit Dagli
00:54:36 Widget Testing:…
Agenda -
00:00:00 - Pre-Stream
00:15:40 - Introduction
00:17:45 - Keynote - Pushkar Sharma
00:22:33 AI with Flutter - Rishit Dagli
00:54:36 Widget Testing:…
New post on /r/flutterdev subreddit:
Is it bad to require the user to disable battery optimization?
I'm making an app that tracks the user's location when they're running for Android phones. For this to work for longer periods of time, say an hour or more, I need the battery optimization to be turned off.Is it bad practice to have to ask the user to turn off battery optimization for the app?
August 08, 2020 at 11:52AM by idropeggsforaliving
https://ift.tt/31u0p3G
Is it bad to require the user to disable battery optimization?
I'm making an app that tracks the user's location when they're running for Android phones. For this to work for longer periods of time, say an hour or more, I need the battery optimization to be turned off.Is it bad practice to have to ask the user to turn off battery optimization for the app?
August 08, 2020 at 11:52AM by idropeggsforaliving
https://ift.tt/31u0p3G
reddit
Is it bad to require the user to disable battery optimization?
I'm making an app that tracks the user's location when they're running for Android phones. For this to work for longer periods of time, say an...
New post on /r/flutterdev subreddit:
Where do you see flutter for web going?
I absolutely adore flutter. I know it’s still in development but where do you see it going? When do you think it will be production ready? Will you ditch traditional web technologies and go fully with flutter?I’d love to hear your thoughts? For me, I feel like flutter is a risk but with a high reward for future applications.
August 08, 2020 at 12:45PM by augst1
https://ift.tt/3gGcQ2E
Where do you see flutter for web going?
I absolutely adore flutter. I know it’s still in development but where do you see it going? When do you think it will be production ready? Will you ditch traditional web technologies and go fully with flutter?I’d love to hear your thoughts? For me, I feel like flutter is a risk but with a high reward for future applications.
August 08, 2020 at 12:45PM by augst1
https://ift.tt/3gGcQ2E
reddit
Where do you see flutter for web going?
I absolutely adore flutter. I know it’s still in development but where do you see it going? When do you think it will be production ready? Will...
New post on Flutter Dev Google group:
How to synchronize data between flutter app (SQFLite) and a MySQL server database?
Hello, I have a backend server i.e. I have an external MySQL database (localhost) that contains a "questions" table characterized by their level (Easy, Medium, Hard) and their class(1st class, 2nd class, 3rd class). I have an internal database (SQFLite) that contains a "students" table with level
August 08, 2020 at 01:26PM by Mohamed Yanis
https://ift.tt/30FmVYc
How to synchronize data between flutter app (SQFLite) and a MySQL server database?
Hello, I have a backend server i.e. I have an external MySQL database (localhost) that contains a "questions" table characterized by their level (Easy, Medium, Hard) and their class(1st class, 2nd class, 3rd class). I have an internal database (SQFLite) that contains a "students" table with level
August 08, 2020 at 01:26PM by Mohamed Yanis
https://ift.tt/30FmVYc
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:
Your operator mono settings for vs code.
Hi guys, This is not a coding question. I just downloaded operator mono and want to know your settings for using the font. If anyone of you use operator mono in vs-code for flutter please let me know your settings (copy paste your settings.json in reply). Thank you. Souvik flutter dev
August 08, 2020 at 01:48PM by Souvik Dutta
https://ift.tt/3ioAcKm
Your operator mono settings for vs code.
Hi guys, This is not a coding question. I just downloaded operator mono and want to know your settings for using the font. If anyone of you use operator mono in vs-code for flutter please let me know your settings (copy paste your settings.json in reply). Thank you. Souvik flutter dev
August 08, 2020 at 01:48PM by Souvik Dutta
https://ift.tt/3ioAcKm
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:
CI/CD with Codemagic
https://youtu.be/-09fSb2tb5U
August 08, 2020 at 01:47PM by immacoder
https://ift.tt/3gA9Sg1
CI/CD with Codemagic
https://youtu.be/-09fSb2tb5U
August 08, 2020 at 01:47PM by immacoder
https://ift.tt/3gA9Sg1
YouTube
Flutter CI/CD with Codemagic
Flutter CI/CD with Codemagic
I've been trying to learn and set up CI/CD for the Book Club App for quite some time now! Finally after a lot of headaches and a lot of trouble I finally got it working! This was the most stressful video I have made, it took…
I've been trying to learn and set up CI/CD for the Book Club App for quite some time now! Finally after a lot of headaches and a lot of trouble I finally got it working! This was the most stressful video I have made, it took…
New post on /r/flutterdev subreddit:
I'm starting with a series of answers to Flutter beginner's questions.
https://ift.tt/3iqhJx1
August 08, 2020 at 01:43PM by flutterclutter
https://ift.tt/31ugg2c
I'm starting with a series of answers to Flutter beginner's questions.
https://ift.tt/3iqhJx1
August 08, 2020 at 01:43PM by flutterclutter
https://ift.tt/31ugg2c
Flutter Clutter
StatelessWidget vs. StatefulWidget - Flutter Basics
StatelessWidget and StatefulWidget - the difference
New post on /r/flutterdev subreddit:
Level up your Flutter apps with autofill
https://ift.tt/2PAmtUz
August 08, 2020 at 03:00PM by truongsinhtn
https://ift.tt/2DHmx2a
Level up your Flutter apps with autofill
https://ift.tt/2PAmtUz
August 08, 2020 at 03:00PM by truongsinhtn
https://ift.tt/2DHmx2a
Medium
Level up your Flutter apps with autofill
It’s different than doing it on Android
New post on /r/flutterdev subreddit:
Flutter - Easy way to dismiss keyboard globally
https://ift.tt/2XId8hT
August 08, 2020 at 03:26PM by guilhermevsilva
https://ift.tt/30Ek81j
Flutter - Easy way to dismiss keyboard globally
https://ift.tt/2XId8hT
August 08, 2020 at 03:26PM by guilhermevsilva
https://ift.tt/30Ek81j
Medium
Flutter — How to dismiss keyboard globally
When working with Flutter, we regularly try to mimic platform-specific behaviors. For example, the keyboard on iOS usually hides…
New post on /r/flutterdev subreddit:
Why we have to think about state in flutter (Beginner's question)
https://ift.tt/3kqkfVZ
August 08, 2020 at 03:21PM by prolongservices
https://ift.tt/2PCb3je
Why we have to think about state in flutter (Beginner's question)
https://ift.tt/3kqkfVZ
August 08, 2020 at 03:21PM by prolongservices
https://ift.tt/2PCb3je
Learn Pain Less
Why we have to think about state in flutter (Beginner's question)
If you just started learning flutter and curious about state management in flutter and confused about why we have to use state management library in flutter.
New post on /r/flutterdev subreddit:
Beginner Tutorial - How to Use Timepicker in Flutter
https://youtu.be/zS4PePHnH4E
August 08, 2020 at 03:56PM by mundanec_ode
https://ift.tt/3ikLeAl
Beginner Tutorial - How to Use Timepicker in Flutter
https://youtu.be/zS4PePHnH4E
August 08, 2020 at 03:56PM by mundanec_ode
https://ift.tt/3ikLeAl
YouTube
How to Use Timepicker in Flutter
Learn how to use timepicker in Flutter.
Previous video on datepicker - https://youtu.be/R4FoQji95kI
Know more about Flutter https://flutter.dev/
Timepicker documentation - https://api.flutter.dev/flutter/material/showTimePicker.html
Previous video on datepicker - https://youtu.be/R4FoQji95kI
Know more about Flutter https://flutter.dev/
Timepicker documentation - https://api.flutter.dev/flutter/material/showTimePicker.html
New post on /r/flutterdev subreddit:
Using Snackbars in Flutter
https://ift.tt/3km5W4Z
August 08, 2020 at 03:54PM by jetblack-pope
https://ift.tt/3iynCbV
Using Snackbars in Flutter
https://ift.tt/3km5W4Z
August 08, 2020 at 03:54PM by jetblack-pope
https://ift.tt/3iynCbV
Medium
Using Snackbars in Flutter
There are several features in mobile apps that make it feel like it’s on a whole other level than the rest. One of those features is the…
New post on /r/flutterdev subreddit:
Simple business expense tracking app using SQLite and Provider
https://ift.tt/2PBTlfS
August 08, 2020 at 04:51PM by thwillin
https://ift.tt/3fEZPVL
Simple business expense tracking app using SQLite and Provider
https://ift.tt/2PBTlfS
August 08, 2020 at 04:51PM by thwillin
https://ift.tt/3fEZPVL
GitHub
willingham/spensly
Simple, offline business expense tracking. Contribute to willingham/spensly development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Just Released flutter_mentions a Flutter widget to add @ mentions functionality to your app
I maintain a Flutter package called dash_chat & I was working on a new feature to add @ mentions functionality to the input, ended up building a widget for that & thought this would be great on its own so decided to extract it & make a separate package for it added some new properties to make it a fit more general use cases. Do check it, if you like the package feel free to give a star or share your feedback.Github: https://github.com/fayeed/flutter_mentionsPub: https://pub.dev/packages/flutter_mentions
August 08, 2020 at 06:15PM by boss-san
https://ift.tt/3fBgk4Z
Just Released flutter_mentions a Flutter widget to add @ mentions functionality to your app
I maintain a Flutter package called dash_chat & I was working on a new feature to add @ mentions functionality to the input, ended up building a widget for that & thought this would be great on its own so decided to extract it & make a separate package for it added some new properties to make it a fit more general use cases. Do check it, if you like the package feel free to give a star or share your feedback.Github: https://github.com/fayeed/flutter_mentionsPub: https://pub.dev/packages/flutter_mentions
August 08, 2020 at 06:15PM by boss-san
https://ift.tt/3fBgk4Z
GitHub
GitHub - fayeed/dash_chat: The most complete Chat UI for flutter highly customizable and helps developing chat UI faster.
The most complete Chat UI for flutter highly customizable and helps developing chat UI faster. - fayeed/dash_chat
New post on Flutter Dev Google group:
Flutter plugin to read data from external fingerprint scanner device.
I am working on projects that have to scan and store the fingerprint data from an external scanner. Is there is any method to accomplish this task? Or It is possible to make a plugin for it using java code that utilizes any fingerprint Scanner SDK..
August 08, 2020 at 06:48PM by Shashikant Dwivedi
https://ift.tt/3fHf8wW
Flutter plugin to read data from external fingerprint scanner device.
I am working on projects that have to scan and store the fingerprint data from an external scanner. Is there is any method to accomplish this task? Or It is possible to make a plugin for it using java code that utilizes any fingerprint Scanner SDK..
August 08, 2020 at 06:48PM by Shashikant Dwivedi
https://ift.tt/3fHf8wW
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:
Hindi: How I structure my Flutter Application
https://www.youtube.com/watch?v=mbXqQ2dIB3E
August 08, 2020 at 08:03PM by ibhavikmakwana
https://ift.tt/2PBADVw
Hindi: How I structure my Flutter Application
https://www.youtube.com/watch?v=mbXqQ2dIB3E
August 08, 2020 at 08:03PM by ibhavikmakwana
https://ift.tt/2PBADVw
YouTube
Hindi: How I structure my Flutter Application
In this stream I have shown a How I Structure my Flutter application, What are the tools/packages that I use to make my life as a Flutter Developer easier.
GitHub Repository: https://github.com/ibhavikmakwana/flutter_mobx_boilerplate
GitHub Repository: https://github.com/ibhavikmakwana/flutter_mobx_boilerplate
New post on Flutter Dev Google group:
Barcode Scanner using firebase ML + imageStream
hi, I have trouble on using Firebase ML. Here is my code: import 'dart:typed_data'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:camera/camera.dart'; import 'dart:async'; import 'package:firebase_ml_vision/firebase_ml_vision.dart'; final
August 08, 2020 at 11:04PM by irvan hendrik
https://ift.tt/2EWbEtR
Barcode Scanner using firebase ML + imageStream
hi, I have trouble on using Firebase ML. Here is my code: import 'dart:typed_data'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:camera/camera.dart'; import 'dart:async'; import 'package:firebase_ml_vision/firebase_ml_vision.dart'; final
August 08, 2020 at 11:04PM by irvan hendrik
https://ift.tt/2EWbEtR
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.