New post on /r/flutterdev subreddit:
What backend server do you use if you are using sqlite for local storage?
Most examples online would advice on using firebase as their backend with flutter app however firebase is a NoSQL database type of server.If your local storage is SQLite or any SQL type of db, what's your preferred backend do you use to connect it to your server?
September 29, 2020 at 05:23PM by kuriousjuan
https://ift.tt/30inMgR
What backend server do you use if you are using sqlite for local storage?
Most examples online would advice on using firebase as their backend with flutter app however firebase is a NoSQL database type of server.If your local storage is SQLite or any SQL type of db, what's your preferred backend do you use to connect it to your server?
September 29, 2020 at 05:23PM by kuriousjuan
https://ift.tt/30inMgR
reddit
What backend server do you use if you are using sqlite for local...
Most examples online would advice on using firebase as their backend with flutter app however firebase is a NoSQL database type of server. If...
New tweet from FlutterDev:
If there was one thing you could say to a new Flutter developer, what would it be?
Vote on existing replies with a 💙 or add your own response below ↓— Flutter (@FlutterDev) September 29, 2020
September 29, 2020 at 06:25PM
http://twitter.com/FlutterDev/status/1310979127957049345
If there was one thing you could say to a new Flutter developer, what would it be?
Vote on existing replies with a 💙 or add your own response below ↓— Flutter (@FlutterDev) September 29, 2020
September 29, 2020 at 06:25PM
http://twitter.com/FlutterDev/status/1310979127957049345
Twitter
Flutter
If there was one thing you could say to a new Flutter developer, what would it be? Vote on existing replies with a 💙 or add your own response below ↓
New post on Flutter Dev Google group:
Want to retrieve Firestore data for the user
Hi all, is there anyone who had a ready ecommerce application ? because I have but I am able to store the user data on firestore but unable to fetch if anyone has pls... contact me ashokm...@gmaiil.com It's urgent Thank You
September 29, 2020 at 06:44PM by AshokMali_057_B
https://ift.tt/3mY2IWF
Want to retrieve Firestore data for the user
Hi all, is there anyone who had a ready ecommerce application ? because I have but I am able to store the user data on firestore but unable to fetch if anyone has pls... contact me ashokm...@gmaiil.com It's urgent Thank You
September 29, 2020 at 06:44PM by AshokMali_057_B
https://ift.tt/3mY2IWF
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:
Library pool prefer
Animated category picker library: img
September 29, 2020 at 07:08PM by neriom
https://ift.tt/2S9TVT7
Library pool prefer
Animated category picker library: img
AnimatedCategory<MyData>( childBuilder: (MyData item) { print(item.img); return Card( child: Image.network(item.img), ); }, startSize: itemSize, deltaSizeFirstTap: itemSize / 3, deltaSizeSecondTap: itemSize * 1.8, items: categories, itemSelected: (SuggestionItem i) { _incrementCounter(); }, )animated_category
September 29, 2020 at 07:08PM by neriom
https://ift.tt/2S9TVT7
Dart packages
animated_category | Flutter Package
Flutter library for picking category
New post on /r/flutterdev subreddit:
Instagram reels
Guys, is there a way to download Instagram with reels feature? IG didn't launch it officially in my country. ty
September 29, 2020 at 07:46PM by supunjay
https://ift.tt/2S9qtN9
Instagram reels
Guys, is there a way to download Instagram with reels feature? IG didn't launch it officially in my country. ty
September 29, 2020 at 07:46PM by supunjay
https://ift.tt/2S9qtN9
reddit
Instagram reels
Guys, is there a way to download Instagram with reels feature? IG didn't launch it officially in my country. ty
New post on Flutter Dev Google group:
Dart plugin implemented with Android support for Flutter
Hi, this might be an easy thing but I've been searching for days and I can't seem to figure out how to deal with this scenario. My question is simple. I have some prebuilt .so libraries for a package I'm writing, and I would like to have them bundled in the package so that it can support
September 29, 2020 at 08:14PM by Rudolf Martincsek
https://ift.tt/34bNzZ0
Dart plugin implemented with Android support for Flutter
Hi, this might be an easy thing but I've been searching for days and I can't seem to figure out how to deal with this scenario. My question is simple. I have some prebuilt .so libraries for a package I'm writing, and I would like to have them bundled in the package so that it can support
September 29, 2020 at 08:14PM by Rudolf Martincsek
https://ift.tt/34bNzZ0
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:
Flutter 1.22.0-12.3.pre released to beta
Hi, Flutter 1.22.0-12.3.pre is now available on the beta channel. This is our 3rd* beta release from the 1.22 release branch. This release contains Dart 2.10.0. 1.22.0-12.3.pre Notable cherrypicks: - https://ift.tt/3jgjZbg - iOS 14 Invalid Binary due
September 29, 2020 at 11:23PM by Patrick Sosinski
https://ift.tt/3jiKlcK
Flutter 1.22.0-12.3.pre released to beta
Hi, Flutter 1.22.0-12.3.pre is now available on the beta channel. This is our 3rd* beta release from the 1.22 release branch. This release contains Dart 2.10.0. 1.22.0-12.3.pre Notable cherrypicks: - https://ift.tt/3jgjZbg - iOS 14 Invalid Binary due
September 29, 2020 at 11:23PM by Patrick Sosinski
https://ift.tt/3jiKlcK
GitHub
iOS 14 release Invalid Binary related to Invalid font when adding a Widget Extension · Issue #65991 · flutter/flutter
I've a problem with publishing app to App Store related to font issues: ITMS-90853: Invalid font - There was an error validating the font named 'All3PIcons-Regular' at &...
New post on Flutter Dev Google group:
Releasing to Play Store - complains that I need API 29. How?
Hi, Google Play store tells me that I must use API 29. I confirmed that I have SDK 29 installed (Android 10.0 (Q) API level 29 Rev 5). I rebuilt my flutter apk. Google Play store said I am using API 28. How do I tell Flutter to use API 29? Thanks, Frank
September 30, 2020 at 01:23AM by Frank S
https://ift.tt/3jgSFcG
Releasing to Play Store - complains that I need API 29. How?
Hi, Google Play store tells me that I must use API 29. I confirmed that I have SDK 29 installed (Android 10.0 (Q) API level 29 Rev 5). I rebuilt my flutter apk. Google Play store said I am using API 28. How do I tell Flutter to use API 29? Thanks, Frank
September 30, 2020 at 01:23AM by Frank S
https://ift.tt/3jgSFcG
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 to reskin a flutter application
I have cloned a Flutter application in android studio, how can i reskin this application completely(Change application name, application id etc;)......
September 30, 2020 at 07:12AM by sainiayush24
https://ift.tt/2G3y7GB
How to reskin a flutter application
I have cloned a Flutter application in android studio, how can i reskin this application completely(Change application name, application id etc;)......
September 30, 2020 at 07:12AM by sainiayush24
https://ift.tt/2G3y7GB
reddit
How to reskin a flutter application
I have cloned a Flutter application in android studio, how can i reskin this application completely (Change application name, application id...
New post on /r/flutterdev subreddit:
How to start App development || How to make Apps while learning || How I...
https://www.youtube.com/watch?v=VfvKs8QPY38&feature=share
September 30, 2020 at 08:12AM by _hussainint
https://ift.tt/30jyMdz
How to start App development || How to make Apps while learning || How I...
https://www.youtube.com/watch?v=VfvKs8QPY38&feature=share
September 30, 2020 at 08:12AM by _hussainint
https://ift.tt/30jyMdz
YouTube
How to start App development || How to make Apps while learning || How I made my First App
Hey wassup! In this video you will see how i made my first app while learning and how you should start your app development journey.
Download the app from playstore: https://play.google.com/store/apps/details?id=com.hussainint.questifyy
Download the TikTakToe…
Download the app from playstore: https://play.google.com/store/apps/details?id=com.hussainint.questifyy
Download the TikTakToe…
New post on /r/flutterdev subreddit:
Fo i need to have any prio knowlage of coding to start with flutter and dart?
I am an 3D artist and graphic designer but now I really want to start with app development but i have no knowlage of coding.Should i start with some other lang first or can i juat jump in fluter and dart?Thanks for anwsers :)
September 30, 2020 at 10:53AM by VonPerqus
https://ift.tt/3igg1xZ
Fo i need to have any prio knowlage of coding to start with flutter and dart?
I am an 3D artist and graphic designer but now I really want to start with app development but i have no knowlage of coding.Should i start with some other lang first or can i juat jump in fluter and dart?Thanks for anwsers :)
September 30, 2020 at 10:53AM by VonPerqus
https://ift.tt/3igg1xZ
reddit
Fo i need to have any prio knowlage of coding to start with...
I am an 3D artist and graphic designer but now I really want to start with app development but i have no knowlage of coding. Should i start with...
New post on /r/flutterdev subreddit:
Uploading PDF?
I'm making this app where you can press this button and you upload a PDF.Then the PDF and other PDFs that had been uploaded are all organized in a list and I can open each kind of like this:https://imgur.com/a/mZMetwLMy question is, is this possible, how hard is it, and are there tutorials for these kind of things?I did find some tutorials about putting PDF in flutter but they added it directly to the database. I want it so the user can upload the PDF via the app.
September 30, 2020 at 11:00AM by NotVector
https://ift.tt/30lQP2R
Uploading PDF?
I'm making this app where you can press this button and you upload a PDF.Then the PDF and other PDFs that had been uploaded are all organized in a list and I can open each kind of like this:https://imgur.com/a/mZMetwLMy question is, is this possible, how hard is it, and are there tutorials for these kind of things?I did find some tutorials about putting PDF in flutter but they added it directly to the database. I want it so the user can upload the PDF via the app.
September 30, 2020 at 11:00AM by NotVector
https://ift.tt/30lQP2R
Imgur
Post with 73 views.
New post on Flutter Dev Google group:
How do i define my setState function? My widget is stateful
September 30, 2020 at 11:19AM by Kum Hon Loke
https://ift.tt/3indJxe
How do i define my setState function? My widget is stateful
September 30, 2020 at 11:19AM by Kum Hon Loke
https://ift.tt/3indJxe
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:
One Tap Google Sign In (How to implement ? )
Hi have to implement One Tap Google Sign In Flutter like Native Android. See link for Implementation in Native Android. https://ift.tt/2VQqx5Y Is there any way to implement same in flutter?
September 30, 2020 at 11:20AM by Sanjay Kumar
https://ift.tt/36fNV3z
One Tap Google Sign In (How to implement ? )
Hi have to implement One Tap Google Sign In Flutter like Native Android. See link for Implementation in Native Android. https://ift.tt/2VQqx5Y Is there any way to implement same in flutter?
September 30, 2020 at 11:20AM by Sanjay Kumar
https://ift.tt/36fNV3z
Medium
One Tap sign in for Android apps
The new One Tap sign-in and sign-up on Android helps you optimize the flow for authenticating users in your app. For many Android apps…
New post on /r/flutterdev subreddit:
Using a website to upload files/text to the app?
So I'm making an "announcement" app of sort where there are announcements, events info, weekly newsletter that are in PDF, and so there's a lot of database involved.Using phones to post every single announcement and stuff takes a long time so I was wondering if there was a way to make a website with html or php or something where we can type an announcement and click "Announce" button and it would automatically get transferred to the Firebase and then automatically updated to the app?Same for PDFs and images.
September 30, 2020 at 11:49AM by NotVector
https://ift.tt/344nR8E
Using a website to upload files/text to the app?
So I'm making an "announcement" app of sort where there are announcements, events info, weekly newsletter that are in PDF, and so there's a lot of database involved.Using phones to post every single announcement and stuff takes a long time so I was wondering if there was a way to make a website with html or php or something where we can type an announcement and click "Announce" button and it would automatically get transferred to the Firebase and then automatically updated to the app?Same for PDFs and images.
September 30, 2020 at 11:49AM by NotVector
https://ift.tt/344nR8E
reddit
Using a website to upload files/text to the app?
So I'm making an "announcement" app of sort where there are announcements, events info, weekly newsletter that are in PDF, and so there's a lot of...
New post on /r/flutterdev subreddit:
New PACKAGE RELEASES on PUB.DEV - WEEK 39 - Flutter and Dart
https://www.youtube.com/watch?v=4iyQA--bFe0&feature=share
September 30, 2020 at 12:24PM by syntacops
https://ift.tt/3kWV6Sg
New PACKAGE RELEASES on PUB.DEV - WEEK 39 - Flutter and Dart
https://www.youtube.com/watch?v=4iyQA--bFe0&feature=share
September 30, 2020 at 12:24PM by syntacops
https://ift.tt/3kWV6Sg
YouTube
Flutter SINUS CURVES chart & more - WEEK 39 - PACKAGE RELEASES
A Flutter Sinus Curves chart, Shared Preferences for Windows, a decorative app bar and more packages released in week 39.
✨ PACKAGE PLAYLIST: https://www.youtube.com/playlist?list=PLRWeBscLsJDOktOU2X3a3jYGDS5BjytLq
#flutter #sinus #curves
🕒 Timestamps:…
✨ PACKAGE PLAYLIST: https://www.youtube.com/playlist?list=PLRWeBscLsJDOktOU2X3a3jYGDS5BjytLq
#flutter #sinus #curves
🕒 Timestamps:…
New post on /r/flutterdev subreddit:
How to measure your skill as a self taught developer
For all developers out there how do you measure your level of skill as a self taught developer for the job market.l have been coding since Dec 2019 almost everyday with breaking only when l had to study.l am currently pursuing an unrelated degree(Bcom financial accounting) and l wanted to know if l am ready to start appling.l built a portfolio website. https://cntr.click/jF74XP0It has quite a lot of different technologies in use namely computer vision, nlp, javascript, python backend (flask).Recently l took up some flutter courses.Here is a clip of a reflectly clone l made.https://drive.google.com/file/d/1jSRlQ7LllQqWHxW7HncON8rXFQnORE_9/view?usp=drivesdkl generally build what interests me at that time but l know l will have to pick one thing and stick with it. (or maybe not and do what Elon Musk does and do everything :) lol )PS The resume is outdated.
September 30, 2020 at 01:20PM by takuonline
https://ift.tt/3icYB5r
How to measure your skill as a self taught developer
For all developers out there how do you measure your level of skill as a self taught developer for the job market.l have been coding since Dec 2019 almost everyday with breaking only when l had to study.l am currently pursuing an unrelated degree(Bcom financial accounting) and l wanted to know if l am ready to start appling.l built a portfolio website. https://cntr.click/jF74XP0It has quite a lot of different technologies in use namely computer vision, nlp, javascript, python backend (flask).Recently l took up some flutter courses.Here is a clip of a reflectly clone l made.https://drive.google.com/file/d/1jSRlQ7LllQqWHxW7HncON8rXFQnORE_9/view?usp=drivesdkl generally build what interests me at that time but l know l will have to pick one thing and stick with it. (or maybe not and do what Elon Musk does and do everything :) lol )PS The resume is outdated.
September 30, 2020 at 01:20PM by takuonline
https://ift.tt/3icYB5r
New post on /r/flutterdev subreddit:
Do apps need "servers"?
My friend says I need like a server. Because our app is heavily focused on announcements and events, it's heavy on database because new info will be uploaded daily.We are using Firebase's database and I thought that I can just upload my app to app store and Firebase would take care of rest. I don't really know what servers are all about, so it would be great if you can explain.Can you give some examples of servers for flutter?Do we need to pay for it?
September 30, 2020 at 01:11PM by NotVector
https://ift.tt/3jk5ymk
Do apps need "servers"?
My friend says I need like a server. Because our app is heavily focused on announcements and events, it's heavy on database because new info will be uploaded daily.We are using Firebase's database and I thought that I can just upload my app to app store and Firebase would take care of rest. I don't really know what servers are all about, so it would be great if you can explain.Can you give some examples of servers for flutter?Do we need to pay for it?
September 30, 2020 at 01:11PM by NotVector
https://ift.tt/3jk5ymk
reddit
Do apps need "servers"?
My friend says I need like a server. Because our app is heavily focused on announcements and events, it's heavy on database because new info will...
New post on /r/flutterdev subreddit:
IAP & Subscriptions in Flutter/Firebase app
Hi all, i've read a lot of posts around this topic. But still have a question what to used these days in flutter.I'm designing an app with content from firebase/firestore which i only want to reveal to payed (month/year subscriptions) via the in-app purchase capabilities of Google and AppleSo a user is starting the app, signing in (against the firebase authentication) and will see demo content if he/she has no active subscription of all content if he/she has an active subscription.Very basis approach, when you ask me....or not? Difficult to implement? I think a lot of apps have this kind of usecase.Is this possible with only a flutter package like https://pub.dev/packages/in_app_purchase or do i need a service like https://www.revenuecat.com/ ?Is this a good approach with fluter/Firebase and subscriptions?
September 30, 2020 at 01:44PM by studioWolff
https://ift.tt/33fx27f
IAP & Subscriptions in Flutter/Firebase app
Hi all, i've read a lot of posts around this topic. But still have a question what to used these days in flutter.I'm designing an app with content from firebase/firestore which i only want to reveal to payed (month/year subscriptions) via the in-app purchase capabilities of Google and AppleSo a user is starting the app, signing in (against the firebase authentication) and will see demo content if he/she has no active subscription of all content if he/she has an active subscription.Very basis approach, when you ask me....or not? Difficult to implement? I think a lot of apps have this kind of usecase.Is this possible with only a flutter package like https://pub.dev/packages/in_app_purchase or do i need a service like https://www.revenuecat.com/ ?Is this a good approach with fluter/Firebase and subscriptions?
September 30, 2020 at 01:44PM by studioWolff
https://ift.tt/33fx27f
Dart packages
in_app_purchase | Flutter package
A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
New post on Flutter Dev Google group:
Hello dear community!
I have developed a mobile app for android and ios. The next task was to make a connected application for apple watch with iphone (all information on the watch is displayed through channels to the phone). I also successfully completed this task. The next step is to make a connected android app
September 30, 2020 at 02:47PM by Григорий Зягун
https://ift.tt/30iGK6I
Hello dear community!
I have developed a mobile app for android and ios. The next task was to make a connected application for apple watch with iphone (all information on the watch is displayed through channels to the phone). I also successfully completed this task. The next step is to make a connected android app
September 30, 2020 at 02:47PM by Григорий Зягун
https://ift.tt/30iGK6I
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:
Doubt about PlayStore In-App purchases
If this is not the right sub-reddit, please direct me to another.We were making an app where students ask questions and get answers from mentors. So basically the student pays small amounts which, after deducting a commision, go to the mentor.So should we be giving 30% of what the student pays, or 30% of the commission to google.
September 30, 2020 at 02:41PM by AdwaithHSivam
https://ift.tt/36iSqdz
Doubt about PlayStore In-App purchases
If this is not the right sub-reddit, please direct me to another.We were making an app where students ask questions and get answers from mentors. So basically the student pays small amounts which, after deducting a commision, go to the mentor.So should we be giving 30% of what the student pays, or 30% of the commission to google.
September 30, 2020 at 02:41PM by AdwaithHSivam
https://ift.tt/36iSqdz
reddit
Doubt about PlayStore In-App purchases
If this is not the right sub-reddit, please direct me to another. We were making an app where students ask questions and get answers from...