New post on /r/flutterdev subreddit:
Recipe App - Flutter UI
https://youtu.be/kkorXiCKhAY
July 17, 2020 at 06:39PM by anwarabir
https://ift.tt/393O9u0
Recipe App - Flutter UI
https://youtu.be/kkorXiCKhAY
July 17, 2020 at 06:39PM by anwarabir
https://ift.tt/393O9u0
YouTube
Recipe App - Part 1 - Flutter UI - Speed Code
A nice clean recipe app #UI using #flutter.
Try to create a Recipe App, Which includes almost all important pages like Home page, recipe bundle page then a list of recipes also profile page and many more.
►Assets: https://bit.ly/32rRhyv
►Source Code: …
Try to create a Recipe App, Which includes almost all important pages like Home page, recipe bundle page then a list of recipes also profile page and many more.
►Assets: https://bit.ly/32rRhyv
►Source Code: …
New post on /r/flutterdev subreddit:
PR for date field into Flutter repo?
Hi folks,I would appreciate to have your advice about creating a PR for the date field package into the Flutter repository? Do you think enough people use date field/date form field to do so? Or should it stays as it is (a separated package). I ask you that because from my pov date field is quite a common widget! But if I'm the only one to thin that I don't want to create an useless PR...[date_field package](http:// https://pub.dev/packages/date_field)
July 17, 2020 at 06:36PM by gaspard-m
https://ift.tt/3hdg65A
PR for date field into Flutter repo?
Hi folks,I would appreciate to have your advice about creating a PR for the date field package into the Flutter repository? Do you think enough people use date field/date form field to do so? Or should it stays as it is (a separated package). I ask you that because from my pov date field is quite a common widget! But if I'm the only one to thin that I don't want to create an useless PR...[date_field package](http:// https://pub.dev/packages/date_field)
July 17, 2020 at 06:36PM by gaspard-m
https://ift.tt/3hdg65A
Dart packages
date_field | Flutter package
A Form Field widget to select DateTime values using adaptive Material and Cupertino DateTime Pickers. It also provides global functions to provide the pickers.
New post on /r/flutterdev subreddit:
React native and Flutter, backend developer prospective
Hi,I’m a backend developer mainly Java and python, and I’d like to become a full stack developer and I’m looking for advicesI built a couple of apps with Flutter, but I was wondering, would you suggest to keep developing in flutter or for someone like me, who wants to be a full stacks is better to learn react native since it’s a lot of js that I could learn anywayThank you so much
July 17, 2020 at 06:21PM by Beppius
https://ift.tt/2WtaXyj
React native and Flutter, backend developer prospective
Hi,I’m a backend developer mainly Java and python, and I’d like to become a full stack developer and I’m looking for advicesI built a couple of apps with Flutter, but I was wondering, would you suggest to keep developing in flutter or for someone like me, who wants to be a full stacks is better to learn react native since it’s a lot of js that I could learn anywayThank you so much
July 17, 2020 at 06:21PM by Beppius
https://ift.tt/2WtaXyj
reddit
React native and Flutter, backend developer prospective
Hi, I’m a backend developer mainly Java and python, and I’d like to become a full stack developer and I’m looking for advices I built a couple...
New post on Flutter Dev Google group:
How to test timed operations?
How can I test timed operations? So say I have a scheduler app that would do something on certain days. Is there an easy to do this other than manually setting the date/time?
July 17, 2020 at 06:35PM by Tililweet
https://ift.tt/3fFbuoi
How to test timed operations?
How can I test timed operations? So say I have a scheduler app that would do something on certain days. Is there an easy to do this other than manually setting the date/time?
July 17, 2020 at 06:35PM by Tililweet
https://ift.tt/3fFbuoi
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:
automated tests to verify memory usage?
Hi everyone,A client I'm working with wants me to evaluate Flutter for a rebuild of their app that is currently written in Ionic. They specifically want me to evaluate specific scenarios such as taking pictures/choosing from gallery over a period of time to see what memory consumption is like as this is a common task in their app. These evaluations would eventually turn into stress tests that could be part of an integration test suite.I'm curious if anyone has done anything similar with success?Here's what I've tried and the results:I attempted to write an integration test with Flutter but I can't seem to find a way to actually pick an image or take a photo as the native UI is involved. It appears `flutter_driver` doesn't have that capability.Instead of writing an automated test, I manually picked images from the gallery/took photos and then saved them back to the gallery while monitoring memory usage. Memory stayed steady and looked good overall. Unfortunately, this doesn't do me a lot of good as I'd like to be able to run this against other devices in an automated fashion.I wrote a rudimentary test to simulate "image picking" by including some images in the asset bundle and then saving them to the gallery. Unfortunately, it seems like memory usage skyrockets with this method (code here) compared to my real-world, manual test I mentioned in #2.Would love to hear everyone's thoughts and possible approaches to this.Cheers.
July 17, 2020 at 07:02PM by jdixon04
https://ift.tt/2WryWO3
automated tests to verify memory usage?
Hi everyone,A client I'm working with wants me to evaluate Flutter for a rebuild of their app that is currently written in Ionic. They specifically want me to evaluate specific scenarios such as taking pictures/choosing from gallery over a period of time to see what memory consumption is like as this is a common task in their app. These evaluations would eventually turn into stress tests that could be part of an integration test suite.I'm curious if anyone has done anything similar with success?Here's what I've tried and the results:I attempted to write an integration test with Flutter but I can't seem to find a way to actually pick an image or take a photo as the native UI is involved. It appears `flutter_driver` doesn't have that capability.Instead of writing an automated test, I manually picked images from the gallery/took photos and then saved them back to the gallery while monitoring memory usage. Memory stayed steady and looked good overall. Unfortunately, this doesn't do me a lot of good as I'd like to be able to run this against other devices in an automated fashion.I wrote a rudimentary test to simulate "image picking" by including some images in the asset bundle and then saving them to the gallery. Unfortunately, it seems like memory usage skyrockets with this method (code here) compared to my real-world, manual test I mentioned in #2.Would love to hear everyone's thoughts and possible approaches to this.Cheers.
July 17, 2020 at 07:02PM by jdixon04
https://ift.tt/2WryWO3
Gist
load_image.dart
GitHub Gist: instantly share code, notes, and snippets.
New post on Flutter Dev Google group:
Read code in vscode without any highlights
hello guys, i developing flutter apps in vscode, so when i want to read code then i want to disable vscode intelligence and all extensions temporary for ignoring all errors and warning! please revert me, if you know how to do it, or any another trick to read code without any errors and warning
July 17, 2020 at 07:18PM by Gulam Fahad Ahmed
https://ift.tt/3fFcrgo
Read code in vscode without any highlights
hello guys, i developing flutter apps in vscode, so when i want to read code then i want to disable vscode intelligence and all extensions temporary for ignoring all errors and warning! please revert me, if you know how to do it, or any another trick to read code without any errors and warning
July 17, 2020 at 07:18PM by Gulam Fahad Ahmed
https://ift.tt/3fFcrgo
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:
Best/easiest Admob implementation
Greetings - I am trying to find the easiest ad server and associated library. Anyone have suggestion you'd like to share? Thanks, Matt -- m.ma...@gmail.com
July 17, 2020 at 08:32PM by Matt Mason
https://ift.tt/3j8Eirv
Best/easiest Admob implementation
Greetings - I am trying to find the easiest ad server and associated library. Anyone have suggestion you'd like to share? Thanks, Matt -- m.ma...@gmail.com
July 17, 2020 at 08:32PM by Matt Mason
https://ift.tt/3j8Eirv
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:
Issue #3 of Flutter Developer Weekly Newsletter is LIVE
Topics covered in issue #3 of the Flutter Developer Weekly newsletter include:pub.dev changesNull safetyUnderstanding UI layout constraintsGuard clausesPerformanceAnd moreCheck it out here: https://newsletter.flutterdeveloperweekly.com/issues/3
July 17, 2020 at 09:42PM by FlutterDevWeekly
https://ift.tt/30kvCWq
Issue #3 of Flutter Developer Weekly Newsletter is LIVE
Topics covered in issue #3 of the Flutter Developer Weekly newsletter include:pub.dev changesNull safetyUnderstanding UI layout constraintsGuard clausesPerformanceAnd moreCheck it out here: https://newsletter.flutterdeveloperweekly.com/issues/3
July 17, 2020 at 09:42PM by FlutterDevWeekly
https://ift.tt/30kvCWq
Dart packages
The official repository for Dart and Flutter packages.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
New post on /r/flutterdev subreddit:
File and Folder structure in Flutter
https://ift.tt/3eMeiil
July 17, 2020 at 09:59PM by jetblack-pope
https://ift.tt/2CPb7J2
File and Folder structure in Flutter
https://ift.tt/3eMeiil
July 17, 2020 at 09:59PM by jetblack-pope
https://ift.tt/2CPb7J2
Medium
File and Folder structure in Flutter
One of the first things that I realized building apps in Flutter is that I started to accumulate a massive amount of files in my project…
New post on /r/flutterdev subreddit:
Pac Man in Flutter
https://youtu.be/xg_dapW1-Wo
July 17, 2020 at 10:37PM by hasnen712
https://ift.tt/3eFfpQP
Pac Man in Flutter
https://youtu.be/xg_dapW1-Wo
July 17, 2020 at 10:37PM by hasnen712
https://ift.tt/3eFfpQP
YouTube
Coding PAC-MAN in Flutter | Custom Painter Flutter | Flutter live
Hey Flutter Dev's
Let's build PAC MAN in Flutter together.
We will be coding live this PAC-MAN animation in a flutter.
Follow me for more updates :
Twitter :
https://twitter.com/voidnen
Join our TC Army
https://discord.gg/eQTGWxs
https://discord.gg/mn5bvT…
Let's build PAC MAN in Flutter together.
We will be coding live this PAC-MAN animation in a flutter.
Follow me for more updates :
Twitter :
https://twitter.com/voidnen
Join our TC Army
https://discord.gg/eQTGWxs
https://discord.gg/mn5bvT…
New post on Flutter Dev Google group:
Firestore DocumentReference mapping
Hi all, I using firestore with '@flutter' first time. There are 2 collections and I want to use DocumentReference type. Collections does looking as below. I added a DocumentReference type field to Activities collection. this reference do store a user fromuser collection. Can you help me about
July 17, 2020 at 10:30PM by Can Aktepe
https://ift.tt/3fJPGb6
Firestore DocumentReference mapping
Hi all, I using firestore with '@flutter' first time. There are 2 collections and I want to use DocumentReference type. Collections does looking as below. I added a DocumentReference type field to Activities collection. this reference do store a user fromuser collection. Can you help me about
July 17, 2020 at 10:30PM by Can Aktepe
https://ift.tt/3fJPGb6
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:
Can anyone explain the code
...(questions[questionIndex]['answers'] as List>) .map((answer) { return Answer(() => answerQuestion(answer['score']), answer['text']); }).toList() Complete code for above screen short is attached in the given file please help me...........
July 17, 2020 at 11:55PM by Akash Lilhare
https://ift.tt/3j8sBRs
Can anyone explain the code
...(questions[questionIndex]['answers'] as List>) .map((answer) { return Answer(() => answerQuestion(answer['score']), answer['text']); }).toList() Complete code for above screen short is attached in the given file please help me...........
July 17, 2020 at 11:55PM by Akash Lilhare
https://ift.tt/3j8sBRs
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:
Get Format of Image (Gif or JPEG)
I have an image file (of type File) and I would like to know what type of file it is: GIF, PNG, JPEG, etc.I've been trying to use the Image library, searching through the docs, but I have had no luck. Am I supposed to just read the extension at the end of the file path and trust that?P.S. My goal is to be able to covert JPEGs to GIFS, but first I want to check if the file is already a GIF.
July 18, 2020 at 12:23AM by NothingLower9444
https://ift.tt/3hbTT7E
Get Format of Image (Gif or JPEG)
I have an image file (of type File) and I would like to know what type of file it is: GIF, PNG, JPEG, etc.I've been trying to use the Image library, searching through the docs, but I have had no luck. Am I supposed to just read the extension at the end of the file path and trust that?P.S. My goal is to be able to covert JPEGs to GIFS, but first I want to check if the file is already a GIF.
July 18, 2020 at 12:23AM by NothingLower9444
https://ift.tt/3hbTT7E
reddit
Get Format of Image (Gif or JPEG)
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
How to contribute to Flutter as a beginner
https://www.youtube.com/watch?v=QIqPfy07b_c
July 18, 2020 at 01:48AM by thehappyharis
https://ift.tt/32qLhpP
How to contribute to Flutter as a beginner
https://www.youtube.com/watch?v=QIqPfy07b_c
July 18, 2020 at 01:48AM by thehappyharis
https://ift.tt/32qLhpP
YouTube
How to contribute to Flutter as a beginner?
👉 Pre Sign Up to Flutter Learning Platform :
https://learncodecode.com/fluter-learning-platform
🔥 Check out my courses - https://zukunf.com/courses
🎨 Source code:
https://medium.com/flutter-community/contributing-to-flutter-getting-started-a0db68cbcd5b…
https://learncodecode.com/fluter-learning-platform
🔥 Check out my courses - https://zukunf.com/courses
🎨 Source code:
https://medium.com/flutter-community/contributing-to-flutter-getting-started-a0db68cbcd5b…
New post on /r/flutterdev subreddit:
Search in sqlite using flutter
Developing a small app to query from sqlite database and show the results. Just started flutter development, Any pointers or samples to go forward.
July 18, 2020 at 09:33AM by falconb7
https://ift.tt/3jeQ1ok
Search in sqlite using flutter
Developing a small app to query from sqlite database and show the results. Just started flutter development, Any pointers or samples to go forward.
July 18, 2020 at 09:33AM by falconb7
https://ift.tt/3jeQ1ok
reddit
Search in sqlite using flutter
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
Hiring [Remote + Full Time] Flutter Dev
*Apply here -* https://ift.tt/395sjq2 *Senior Frontend Engineer - Mobile and Web* We are hiring frontend engineers to help build beautiful, usable interfaces for businesses building on top of the eSamudaay platform. *About Us*
July 18, 2020 at 09:48AM by Ravinder Mahori
https://ift.tt/2ZDMZlF
Hiring [Remote + Full Time] Flutter Dev
*Apply here -* https://ift.tt/395sjq2 *Senior Frontend Engineer - Mobile and Web* We are hiring frontend engineers to help build beautiful, usable interfaces for businesses building on top of the eSamudaay platform. *About Us*
July 18, 2020 at 09:48AM by Ravinder Mahori
https://ift.tt/2ZDMZlF
New post on /r/flutterdev subreddit:
How to animate a sparkler - Creative progress indicator
https://ift.tt/3jfISnD
July 18, 2020 at 11:22AM by flutterclutter
https://ift.tt/3jhiDgM
How to animate a sparkler - Creative progress indicator
https://ift.tt/3jfISnD
July 18, 2020 at 11:22AM by flutterclutter
https://ift.tt/3jhiDgM
Flutter Clutter
Animate a sparkler - Creative progress indicator
Let's use Flutter's animation abilities to animate a sparkler.
New post on /r/flutterdev subreddit:
Checkout the simplest Currency Chooser Dialog Package on pub.dev . Please provide any feedback, if any!
Currency Chooser Package
July 18, 2020 at 12:16PM by imujtaba8488
https://ift.tt/2Wzcym5
Checkout the simplest Currency Chooser Dialog Package on pub.dev . Please provide any feedback, if any!
Currency Chooser Package
July 18, 2020 at 12:16PM by imujtaba8488
https://ift.tt/2Wzcym5
Dart packages
country_currency_chooser | Flutter Package
A simple yet powerful, elegant, customizable, and efficient currency chooser dialog with search support.
New post on /r/flutterdev subreddit:
Made my first flutter app. A Wuhan Virus stats tracker for India.
Hi guys,I have recently started learning this awesome framework. It's just been 15 days and I managed to create my very first app. It's a two page application which tracks the stats for Wuhan Virus across India. Stats are shown both in an aggregate as well as state wise manner. The UI is still pretty basic and I am still working on it.Just wanted to thank you all for being so helpful.Github link for the project repo
July 18, 2020 at 01:00PM by Sam_Tyagi
https://ift.tt/32ul1dZ
Made my first flutter app. A Wuhan Virus stats tracker for India.
Hi guys,I have recently started learning this awesome framework. It's just been 15 days and I managed to create my very first app. It's a two page application which tracks the stats for Wuhan Virus across India. Stats are shown both in an aggregate as well as state wise manner. The UI is still pretty basic and I am still working on it.Just wanted to thank you all for being so helpful.Github link for the project repo
July 18, 2020 at 01:00PM by Sam_Tyagi
https://ift.tt/32ul1dZ
GitHub
GitHub - tyagi-saurabh/Wuhan-Virus-Stas-for-India: An app made in flutter which shows the current stats of Wuhan Virus patients…
An app made in flutter which shows the current stats of Wuhan Virus patients in India. - GitHub - tyagi-saurabh/Wuhan-Virus-Stas-for-India: An app made in flutter which shows the current stats of ...
New post on /r/flutterdev subreddit:
GetX Other Features
https://youtu.be/ttQtlX_Q0eU
July 18, 2020 at 02:04PM by immacoder
https://ift.tt/32sCwLT
GetX Other Features
https://youtu.be/ttQtlX_Q0eU
July 18, 2020 at 02:04PM by immacoder
https://ift.tt/32sCwLT
YouTube
GetX Other Features | Flutter
GetX Other Features | Flutter
Previous two videos were about Navigation Management and State Management, but there is also a lot of other features that GetX provides. In this video we will cover some of those other features which include bindings, storage…
Previous two videos were about Navigation Management and State Management, but there is also a lot of other features that GetX provides. In this video we will cover some of those other features which include bindings, storage…