New post on /r/flutterdev subreddit:
[Self Promotion] Building a podcast app, Ep 2
Thanks so much everyone for your support in my last post.For those who are just tuning in, I'm going over how I build applications. I'm building a real podcast app that I intend to publish in the end. It's all open-sourced.Youtube PlaylistBlog SerriesLet me know what you guys would want to see in this app? Features you love from other apps? Topics you want me to cover?Thanks so much!
October 19, 2020 at 03:44AM by DoPeopleEvenLookHere
https://ift.tt/3kc3g9w
[Self Promotion] Building a podcast app, Ep 2
Thanks so much everyone for your support in my last post.For those who are just tuning in, I'm going over how I build applications. I'm building a real podcast app that I intend to publish in the end. It's all open-sourced.Youtube PlaylistBlog SerriesLet me know what you guys would want to see in this app? Features you love from other apps? Topics you want me to cover?Thanks so much!
October 19, 2020 at 03:44AM by DoPeopleEvenLookHere
https://ift.tt/3kc3g9w
YouTube
FCast - YouTube
New post on Flutter Dev Google group:
Quiz App-- navigating to Results Page
Hi Flutter Community, I am working on a quiz app using api calls. It works perfectly until the last question is hit(when the index equals my questionList), then this message appears before navigating to my Results Page. "RangeError(index): Invalid value: Not in inclusive range 0.9: 10" This is
October 19, 2020 at 04:58AM by Andrew Villegas
https://ift.tt/3o31Jol
Quiz App-- navigating to Results Page
Hi Flutter Community, I am working on a quiz app using api calls. It works perfectly until the last question is hit(when the index equals my questionList), then this message appears before navigating to my Results Page. "RangeError(index): Invalid value: Not in inclusive range 0.9: 10" This is
October 19, 2020 at 04:58AM by Andrew Villegas
https://ift.tt/3o31Jol
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:
UI/UX Design Course
Could anyone recommend a good, relatively good priced course on mobile UI/UX design? I'm new to mobile app development and would like to learn more about design.
October 19, 2020 at 04:21AM by fredmarkle
https://ift.tt/3o6ACZy
UI/UX Design Course
Could anyone recommend a good, relatively good priced course on mobile UI/UX design? I'm new to mobile app development and would like to learn more about design.
October 19, 2020 at 04:21AM by fredmarkle
https://ift.tt/3o6ACZy
reddit
UI/UX Design Course
Could anyone recommend a good, relatively good priced course on mobile UI/UX design? I'm new to mobile app development and would like to learn...
New post on Flutter Dev Google group:
Flutter/Dart using Dummy_data
Whats the best way to get values from a DUMMY_DATA File and to to use those values into a constructor call. The constructor requires string values and not variable names i.e need Question('In what year was Van Gogh born?', '1856', '1866', '1853', '1843', 'C') and not Question(paramOne,
October 19, 2020 at 09:02AM by Peter Ormond
https://ift.tt/37jQC4I
Flutter/Dart using Dummy_data
Whats the best way to get values from a DUMMY_DATA File and to to use those values into a constructor call. The constructor requires string values and not variable names i.e need Question('In what year was Van Gogh born?', '1856', '1866', '1853', '1843', 'C') and not Question(paramOne,
October 19, 2020 at 09:02AM by Peter Ormond
https://ift.tt/37jQC4I
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:
Would a weekly curated developer newsletter helps you in some way?
Do you guys love to get a Weekly newsletter that curates great developer articles, tutorials, Blogs, and events?For example, here is an issue of my weekly newsletter which curates articles from great developers around the world.Do you think this curation would be helpful for you guys?Apart from the curated articles, blogs, Dev tools, events, and open source libraries, do you think any other information should be helpful?
October 19, 2020 at 10:49AM by iranjith4
https://ift.tt/31h0Tuw
Would a weekly curated developer newsletter helps you in some way?
Do you guys love to get a Weekly newsletter that curates great developer articles, tutorials, Blogs, and events?For example, here is an issue of my weekly newsletter which curates articles from great developers around the world.Do you think this curation would be helpful for you guys?Apart from the curated articles, blogs, Dev tools, events, and open source libraries, do you think any other information should be helpful?
October 19, 2020 at 10:49AM by iranjith4
https://ift.tt/31h0Tuw
Mobiledeveloperscafe
MDC Weekly Blend — Edition #10
Apple iPhone 12 launch, Apple on EU "Hit List", Carl Pei has left One Plus, Android Studio 4.1 and lot more
New post on Flutter Dev Google group:
iOS push notification with flutter
I have used *firebase_messaging *for push messaging in flutter. For Android everything looks good, its working as expected. But getting issue when running on iOS. While trying to run on a iPhone getting compile time error. Without adding firebase_messaging the app is running on iOS device but
October 19, 2020 at 01:08PM by Robin
https://ift.tt/3lX8uq7
iOS push notification with flutter
I have used *firebase_messaging *for push messaging in flutter. For Android everything looks good, its working as expected. But getting issue when running on iOS. While trying to run on a iPhone getting compile time error. Without adding firebase_messaging the app is running on iOS device but
October 19, 2020 at 01:08PM by Robin
https://ift.tt/3lX8uq7
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:
Invoice app in flutter.
I am currently working on an invoice making app in a flutter. But the problem I am facing is in pdf creation. Plugins available for creating pdf are not that great. So, what I am currently trying to do is generating invoice as a widget and then converting that widget into an image and then that image to pdf using print package available on pub.devInvoice widget -> image -> pdfBut haven’t found a solution yet to convert the widget to image.Do anyone have some experience in dealing with such problem. Or have a better approach to this problem.
October 19, 2020 at 01:15PM by Archi7
https://ift.tt/2T8ogC0
Invoice app in flutter.
I am currently working on an invoice making app in a flutter. But the problem I am facing is in pdf creation. Plugins available for creating pdf are not that great. So, what I am currently trying to do is generating invoice as a widget and then converting that widget into an image and then that image to pdf using print package available on pub.devInvoice widget -> image -> pdfBut haven’t found a solution yet to convert the widget to image.Do anyone have some experience in dealing with such problem. Or have a better approach to this problem.
October 19, 2020 at 01:15PM by Archi7
https://ift.tt/2T8ogC0
reddit
Invoice app in flutter.
I am currently working on an invoice making app in a flutter. But the problem I am facing is in pdf creation. Plugins available for creating pdf...
New post on /r/flutterdev subreddit:
Widget for formatted text
Hi teamI’m developing a content heavy educational app, basically a text book on a phone.At the moment as I’m developing the concept and learning coding I’m just hard coding each section, but eventually would like to store the data in a database and have it draw through into a generic, reusable template.The issue I’m having is whilst the template is generic the content is obviously unique, including its formatting. At the moment I’m hard coding paragraph breaks, indents etc with sized boxes and the like, but this isn’t really scalable.Is there then a widget that allows this sort of basic formatting of text?Thanks 😊
October 19, 2020 at 01:00PM by Holmetis
https://ift.tt/35cKKaD
Widget for formatted text
Hi teamI’m developing a content heavy educational app, basically a text book on a phone.At the moment as I’m developing the concept and learning coding I’m just hard coding each section, but eventually would like to store the data in a database and have it draw through into a generic, reusable template.The issue I’m having is whilst the template is generic the content is obviously unique, including its formatting. At the moment I’m hard coding paragraph breaks, indents etc with sized boxes and the like, but this isn’t really scalable.Is there then a widget that allows this sort of basic formatting of text?Thanks 😊
October 19, 2020 at 01:00PM by Holmetis
https://ift.tt/35cKKaD
reddit
Widget for formatted text
Hi team I’m developing a content heavy educational app, basically a text book on a phone. At the moment as I’m developing the concept and...
New post on /r/flutterdev subreddit:
Covid 19 Tracker
https://ift.tt/3o4cE13
October 19, 2020 at 12:43PM by pacmanpc
https://ift.tt/3koomkQ
Covid 19 Tracker
https://ift.tt/3o4cE13
October 19, 2020 at 12:43PM by pacmanpc
https://ift.tt/3koomkQ
GitHub
GitHub - kerrongordon/covid19: Coronavirus Tracker Build with flutter
Coronavirus Tracker Build with flutter . Contribute to kerrongordon/covid19 development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
What architecture do you recommend for a dating app ?
App Idea: Im trying to build a tinder clone. Where people swipe left and right based on there interests. When a user sign's a set of cards are displayed based on the user swipe interaction Im going to fetch more relateable cards from the server( AI function) and add the stack of cards. And this process continues till all the cards are displayed from the server(may be endless). Does this kind of dating apps require state management? Which kind of widget would be suitable? Does future builder still support my use case?
October 19, 2020 at 12:35PM by pardhav
https://ift.tt/31mfHYL
What architecture do you recommend for a dating app ?
App Idea: Im trying to build a tinder clone. Where people swipe left and right based on there interests. When a user sign's a set of cards are displayed based on the user swipe interaction Im going to fetch more relateable cards from the server( AI function) and add the stack of cards. And this process continues till all the cards are displayed from the server(may be endless). Does this kind of dating apps require state management? Which kind of widget would be suitable? Does future builder still support my use case?
October 19, 2020 at 12:35PM by pardhav
https://ift.tt/31mfHYL
reddit
What architecture do you recommend for a dating app ?
App Idea: Im trying to build a tinder clone. Where people swipe left and right based on there interests. When a user sign's a set of cards are...
New post on /r/flutterdev subreddit:
Flutter animation demo
https://www.youtube.com/watch?v=TQpV-f_3C1E
October 19, 2020 at 12:06PM by tledrag
https://ift.tt/3nYyxyS
Flutter animation demo
https://www.youtube.com/watch?v=TQpV-f_3C1E
October 19, 2020 at 12:06PM by tledrag
https://ift.tt/3nYyxyS
YouTube
Flutter animation demo and tutorials
Source code of the demo: https://www.tldevtech.com/awesome-flutter-animations
Android app: https://play.google.com/store/apps/details?id=com.tltemplates.flutter_templates
Android app: https://play.google.com/store/apps/details?id=com.tltemplates.flutter_templates
New post on /r/flutterdev subreddit:
Bouncing Cards - Animator - Flutter (Tutorial)
https://www.youtube.com/watch?v=pnDOXC60ltM
October 19, 2020 at 05:03PM by JohannesMilke
https://ift.tt/2FKu5mc
Bouncing Cards - Animator - Flutter (Tutorial)
https://www.youtube.com/watch?v=pnDOXC60ltM
October 19, 2020 at 05:03PM by JohannesMilke
https://ift.tt/2FKu5mc
YouTube
Flutter Tutorial - Bouncing Cards - Animator
Create crazy little bouncing cards with the Animator plugin in Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/bouncing_card_example
- Buy My Courses:…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/bouncing_card_example
- Buy My Courses:…
New post on /r/flutterdev subreddit:
Payment Integration using Razorpay in Flutter
Payment Integration using Razorpay in Flutter:Article: https://letusflutter.com/2020/10/19/razorpay-payment-integration-in-flutter/Github: https://github.com/Amitbhave/flutter-razorpay
October 19, 2020 at 04:16PM by amitb10
https://ift.tt/2HmmWZS
Payment Integration using Razorpay in Flutter
Payment Integration using Razorpay in Flutter:Article: https://letusflutter.com/2020/10/19/razorpay-payment-integration-in-flutter/Github: https://github.com/Amitbhave/flutter-razorpay
October 19, 2020 at 04:16PM by amitb10
https://ift.tt/2HmmWZS
Let Us Flutter
Razorpay Payment Integration in Flutter
In this article, let we will see how to integrate Razorpay in Flutter. Thanks to the Team Razorpay for providing this easy to use package razorpay_flutter. To understand more about the payment flow…
New post on Flutter Dev Google group:
How can I use other packages(for fetch metadata of audio files) with file_picker to show only selected audio files on screen with cover image and meta data of selected audio files?
I want to fetch cover image for the audio files but no package supports it except flutter_audio_query package.But it can fetch all the songs at once from device. I want to use file_picker to select the songs from device and then I want display that selected song using flutter_audio_query package.
October 19, 2020 at 05:46PM by Parth patel
https://ift.tt/3o2NGiK
How can I use other packages(for fetch metadata of audio files) with file_picker to show only selected audio files on screen with cover image and meta data of selected audio files?
I want to fetch cover image for the audio files but no package supports it except flutter_audio_query package.But it can fetch all the songs at once from device. I want to use file_picker to select the songs from device and then I want display that selected song using flutter_audio_query package.
October 19, 2020 at 05:46PM by Parth patel
https://ift.tt/3o2NGiK
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 tweet from FlutterDev:
📝 We’re putting Flutter and Cloud Firestore to the test!
In this article, you’ll learn to implement Cloud Firestore as your app’s backend by building a modified version of the classic Flutter counter app.
Let’s start building ↓ https://t.co/r3irT2yNd2— Flutter (@FlutterDev) October 19, 2020
October 19, 2020 at 06:06PM
http://twitter.com/FlutterDev/status/1318222106090524673
📝 We’re putting Flutter and Cloud Firestore to the test!
In this article, you’ll learn to implement Cloud Firestore as your app’s backend by building a modified version of the classic Flutter counter app.
Let’s start building ↓ https://t.co/r3irT2yNd2— Flutter (@FlutterDev) October 19, 2020
October 19, 2020 at 06:06PM
http://twitter.com/FlutterDev/status/1318222106090524673
Medium
Testable Flutter and Cloud Firestore
Using dependency injection to test apps using Flutter and Firebase
New post on /r/flutterdev subreddit:
Users of SQLflite, how are you maintaining your connection to the database across classes?
I have created a singleton DB Helper class and call it within my providers that need to persist data to the DB. I see singletons bashed as an anti-pattern so frequently that I doubt this approach.
October 19, 2020 at 06:52PM by 11010001101001
https://ift.tt/37jOs4T
Users of SQLflite, how are you maintaining your connection to the database across classes?
I have created a singleton DB Helper class and call it within my providers that need to persist data to the DB. I see singletons bashed as an anti-pattern so frequently that I doubt this approach.
October 19, 2020 at 06:52PM by 11010001101001
https://ift.tt/37jOs4T
reddit
Users of SQLflite, how are you maintaining your connection to the...
I have created a singleton DB Helper class and call it within my providers that need to persist data to the DB. I see singletons bashed as an...
New post on /r/flutterdev subreddit:
I want to get into iOS development with Flutter, I need some advice
In these last years I have been working as a native Android developer but the same market has been pushing me more and more towards the need to support both iOS and Android, so I thought about the following:Buying a second hand iPhone as a backup device (I currently have a Oneplus 7 Pro) the iPhone I bought would be the 10 XSInstall Hackintosh on my laptop to be able to run Flutter apps on the iPhone (I am not sure if this is possible in Windows, as I understand it is not)My questions are: Am I going the right way? Has anyone ever worked at Hackintosh like this? Would it be worth buying an iPhone considering the proposed situation?First of all thank you very much for the help, every answer is good
October 19, 2020 at 09:15PM by ma_celis
https://ift.tt/3o5MGdz
I want to get into iOS development with Flutter, I need some advice
In these last years I have been working as a native Android developer but the same market has been pushing me more and more towards the need to support both iOS and Android, so I thought about the following:Buying a second hand iPhone as a backup device (I currently have a Oneplus 7 Pro) the iPhone I bought would be the 10 XSInstall Hackintosh on my laptop to be able to run Flutter apps on the iPhone (I am not sure if this is possible in Windows, as I understand it is not)My questions are: Am I going the right way? Has anyone ever worked at Hackintosh like this? Would it be worth buying an iPhone considering the proposed situation?First of all thank you very much for the help, every answer is good
October 19, 2020 at 09:15PM by ma_celis
https://ift.tt/3o5MGdz
reddit
I want to get into iOS development with Flutter, I need some advice
In these last years I have been working as a native Android developer but the same market has been pushing me more and more towards the need to...
New post on Flutter Dev Google group:
Flutter Security Audit Recommendations
Hi, Has anyone ever performed a security audit for on their app? We have a mobile app providing a cryptographic wallet and interacting with web3 libraries. Rough scope: authentication, HD-wallet creation, storage and use, web3. Any recommendations would be very appreciated. I've tried searching
October 19, 2020 at 10:07PM by Stef
https://ift.tt/2IPgvzf
Flutter Security Audit Recommendations
Hi, Has anyone ever performed a security audit for on their app? We have a mobile app providing a cryptographic wallet and interacting with web3 libraries. Rough scope: authentication, HD-wallet creation, storage and use, web3. Any recommendations would be very appreciated. I've tried searching
October 19, 2020 at 10:07PM by Stef
https://ift.tt/2IPgvzf
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 complex animations with an example
A two part series that explains how to build a complex animation using Flutter. It animates the logo of a company:Part 1: Setting up the project, and animating the top left and top right squaresPart 2: Animating the bottom left and bottom right squares, as well as fading in the text
October 19, 2020 at 11:26PM by congolomera
https://ift.tt/3j94xN3
Flutter complex animations with an example
A two part series that explains how to build a complex animation using Flutter. It animates the logo of a company:Part 1: Setting up the project, and animating the top left and top right squaresPart 2: Animating the bottom left and bottom right squares, as well as fading in the text
October 19, 2020 at 11:26PM by congolomera
https://ift.tt/3j94xN3
Medium
Learn Flutter complex animations with a real-world example [Part 1]
In this tutorial, we will learn how to build a complex animation using Flutter, based on the logo of Arcaweb.
New post on /r/flutterdev subreddit:
Android hardware SDK integration - TSL UK RFID reader
Hello, i'm looking for SDK integration expert. I have these TSL UK RFID scanner that have an Android SDK that needs to be ported to Flutter. I'm looking for a talented engineer with previous experience with integrating such an SDK and working with physical devices. https://www.tsl.com/.../rfid-development-tools/android-sdk/I don't know how to go about it and where to find a qualified engineer that could do this.
October 20, 2020 at 01:09AM by nicolaszein
https://ift.tt/37mN69K
Android hardware SDK integration - TSL UK RFID reader
Hello, i'm looking for SDK integration expert. I have these TSL UK RFID scanner that have an Android SDK that needs to be ported to Flutter. I'm looking for a talented engineer with previous experience with integrating such an SDK and working with physical devices. https://www.tsl.com/.../rfid-development-tools/android-sdk/I don't know how to go about it and where to find a qualified engineer that could do this.
October 20, 2020 at 01:09AM by nicolaszein
https://ift.tt/37mN69K
Technology Solutions (UK) Ltd
Android™ SDK - Technology Solutions (UK) Ltd
The Android Software Development Kit features: AsciiProtocol – a set of easy-to-use Java classes encapsulating the TSL UHF ASCII 2 protocol – provided as an Android library project. TSL ASCII 2 SDK Documentation – available in Javadoc format for integration…
New post on Flutter Dev Google group:
store and change external api url in flutter app
I am building my first flutter app. basically will allow my customers to pre order items from my baker I will be pulling bakery items available via a call to pull in a json file from my server. what is the best practice to for the api url address in mobile app? Since i would need to move the
October 20, 2020 at 01:42AM by Townie Bagels
https://ift.tt/34ffQPP
store and change external api url in flutter app
I am building my first flutter app. basically will allow my customers to pre order items from my baker I will be pulling bakery items available via a call to pull in a json file from my server. what is the best practice to for the api url address in mobile app? Since i would need to move the
October 20, 2020 at 01:42AM by Townie Bagels
https://ift.tt/34ffQPP
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.