New post on /r/flutterdev subreddit:
Is anyone working on the iOS side of the volume plugin?
Source here: https://pub.dev/packages/volume
August 23, 2019 at 07:40AM by Dazza5000
https://ift.tt/2Z8GQPO
Is anyone working on the iOS side of the volume plugin?
Source here: https://pub.dev/packages/volume
August 23, 2019 at 07:40AM by Dazza5000
https://ift.tt/2Z8GQPO
Dart packages
volume | Flutter Package
Volume plugin to control device VOLUME for Android. Pull request for IOS implementation is welcome.
New post on /r/flutterdev subreddit:
🔥 Layered architecture with BLoC pattern | Spanish 🔥
https://youtu.be/O8t56KEM9yI
August 23, 2019 at 06:22AM by GiancarloCode
https://ift.tt/30u3TRM
🔥 Layered architecture with BLoC pattern | Spanish 🔥
https://youtu.be/O8t56KEM9yI
August 23, 2019 at 06:22AM by GiancarloCode
https://ift.tt/30u3TRM
YouTube
🔥 Arquitectura por capas con Flutter BLoC y estructura de un BLoC complejo + App Demo 😱 - Parte 4
🔥 Aprenderás a utilizar la Arquitectura por Capas con el Patrón BLoC en Flutter y cómo estructurar BLoCs complejos
🔥 Te enseñare que es lo nuevo en flutter bloc 0.21, bloc 0.15 y equatable 0.4
👉 Recuerda que esta es la cuarta parte del curso de Flutter donde…
🔥 Te enseñare que es lo nuevo en flutter bloc 0.21, bloc 0.15 y equatable 0.4
👉 Recuerda que esta es la cuarta parte del curso de Flutter donde…
New post on /r/flutterdev subreddit:
SERIOUS BUG of flutter on iOS !
flutter is very popular these days , so i looked for some apps on app store and installed them on my iphone xs 、iphone x and two android phones,then i found a serious bug on ios phones, that is : if you turn the app to background, after a short time, you open this app again and slide on a page of app ( especially a page contains listview ), you will find a serious janky ( skip frame ) happens( maybe not happen every time, but the probability at least 90%), slide over some distance , the janky will disappear.at first, i thought this happens because of a bug of the app , but after i tried many apps , EVERY app has this bug , i came to the conclusion : flutter has a SERIOUS BUG on iOS platform.anyone who has question for my opinion can just try the apps on : https://itsallwidgets.com/because of this bug, i'm confused, i dont know if i shoud continue to use flutter to develop.
August 23, 2019 at 06:16AM by nionco
https://ift.tt/2Zq6rDf
SERIOUS BUG of flutter on iOS !
flutter is very popular these days , so i looked for some apps on app store and installed them on my iphone xs 、iphone x and two android phones,then i found a serious bug on ios phones, that is : if you turn the app to background, after a short time, you open this app again and slide on a page of app ( especially a page contains listview ), you will find a serious janky ( skip frame ) happens( maybe not happen every time, but the probability at least 90%), slide over some distance , the janky will disappear.at first, i thought this happens because of a bug of the app , but after i tried many apps , EVERY app has this bug , i came to the conclusion : flutter has a SERIOUS BUG on iOS platform.anyone who has question for my opinion can just try the apps on : https://itsallwidgets.com/because of this bug, i'm confused, i dont know if i shoud continue to use flutter to develop.
August 23, 2019 at 06:16AM by nionco
https://ift.tt/2Zq6rDf
It's All Widgets!
Flutter Apps | It's All Widgets!
An open list of example apps made with Flutter include many open source samples.
New post on /r/flutterdev subreddit:
<b>How to fix Flutter application crash on createUserWithEmailandPassword execution</b>
Stackoverflow validation couldnt let me post this question. but i think that there engineers out there who can help me out here. thnks.AndroidSDK 28, firebase_auth 0.14.0+2Below is the output.E/JavaBinder(10894): *** Uncaught remote exception! (Exceptions are not yet supported across processes.)E/JavaBinder(10894): java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/util/ArrayMap;E/JavaBinder(10894): at com.google.firebase.auth.internal.zzam.zzc(Unknown Source:22)E/JavaBinder(10894): at com.google.firebase.auth.internal.zzam.zzde(Unknown Source:17)E/JavaBinder(10894): at com.google.firebase.auth.internal.zzam.zzdd(Unknown Source:8)E/JavaBinder(10894): at com.google.firebase.auth.internal.zzan.zzdf(Unknown Source:1)E/JavaBinder(10894): at com.google.firebase.auth.internal.zzm.isAnonymous(Unknown Source:47)E/JavaBinder(10894): at com.google.firebase.auth.internal.zzat.zzi(Unknown Source:57)E/JavaBinder(10894): at com.google.firebase.auth.internal.zzat.zzg(Unknown Source:10)E/JavaBinder(10894): at com.google.firebase.auth.FirebaseAuth.zza(Unknown Source:62)E/JavaBinder(10894): at com.google.firebase.auth.FirebaseAuth$zzb.zza(Unknown Source:5)E/JavaBinder(10894): at com.google.firebase.auth.api.internal.zzax.zzdx(Unknown Source:15)E/JavaBinder(10894): at com.google.firebase.auth.api.internal.zzen.zzen(Unknown Source:35)E/JavaBinder(10894): at com.google.firebase.auth.api.internal.zzen.zza(Unknown Source:41)E/JavaBinder(10894): at com.google.firebase.auth.api.internal.zzep.zza(Unknown Source:9)E/JavaBinder(10894): at com.google.firebase.auth.api.internal.zzdx.dispatchTransaction(Unknown Source:9)E/JavaBinder(10894): at com.google.android.gms.internal.firebase_auth.zza.onTransact(Unknown Source:13)E/JavaBinder(10894): at android.os.Binder.execTransact(<a href="https://Binder.java:697">Binder.java:697</a>)E/JavaBinder(10894): Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v4.util.ArrayMap" on path: DexPathList[[zip file "/data/app/com.example.sales_app-Trw1URizBKhTuJ_mXmZONA==/base.apk"],nativeLibraryDirectories=[/data/app/com.example.sales_app-Trw1URizBKhTuJ_mXmZONA==/lib/arm, /data/app/com.example.sales_app-Trw1URizBKhTuJ_mXmZONA==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]E/JavaBinder(10894): at dalvik.system.BaseDexClassLoader.findClass(<a href="https://BaseDexClassLoader.java:125">BaseDexClassLoader.java:125</a>)E/JavaBinder(10894): at java.lang.ClassLoader.loadClass(<a href="https://ClassLoader.java:379">ClassLoader.java:379</a>)E/JavaBinder(10894): at java.lang.ClassLoader.loadClass(<a href="https://ClassLoader.java:312">ClassLoader.java:312</a>)E/JavaBinder(10894): ... 16 moreE/AndroidRuntime(10894): FATAL EXCEPTION: Binder:10894_1E/AndroidRuntime(10894): Process: com.example.sales_app, PID: 10894E/AndroidRuntime(10894): java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/util/ArrayMap;E/AndroidRuntime(10894): at com.google.firebase.auth.internal.zzam.zzc(Unknown Source:22)E/AndroidRuntime(10894): at com.google.firebase.auth.internal.zzam.zzde(Unknown Source:17)E/AndroidRuntime(10894): at com.google.firebase.auth.internal.zzam.zzdd(Unknown Source:8)E/AndroidRuntime(10894): at com.google.firebase.auth.internal.zzan.zzdf(Unknown Source:1)E/AndroidRuntime(10894): at com.google.firebase.auth.internal.zzm.isAnonymous(Unknown Source:47)E/AndroidRuntime(10894): at com.google.firebase.auth.internal.zzat.zzi(Unknown Source:57)E/AndroidRuntime(10894): at com.google.firebase.auth.internal.zzat.zzg(Unknown Source:10)E/AndroidRuntime(10894): at com.google.firebase.auth.FirebaseAuth.zza(Unknown Source:62)E/AndroidRuntime(10894): at com.google.firebase.auth.FirebaseAuth$zzb.zza(Unknown Source:5)E/AndroidRuntime(10894): at com.google.firebase.auth.api.internal.zzax.zzdx(Unknown Source:15)E/AndroidRuntime(10894): at com.google.fireb…
<b>How to fix Flutter application crash on createUserWithEmailandPassword execution</b>
Stackoverflow validation couldnt let me post this question. but i think that there engineers out there who can help me out here. thnks.AndroidSDK 28, firebase_auth 0.14.0+2Below is the output.E/JavaBinder(10894): *** Uncaught remote exception! (Exceptions are not yet supported across processes.)E/JavaBinder(10894): java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/util/ArrayMap;E/JavaBinder(10894): at com.google.firebase.auth.internal.zzam.zzc(Unknown Source:22)E/JavaBinder(10894): at com.google.firebase.auth.internal.zzam.zzde(Unknown Source:17)E/JavaBinder(10894): at com.google.firebase.auth.internal.zzam.zzdd(Unknown Source:8)E/JavaBinder(10894): at com.google.firebase.auth.internal.zzan.zzdf(Unknown Source:1)E/JavaBinder(10894): at com.google.firebase.auth.internal.zzm.isAnonymous(Unknown Source:47)E/JavaBinder(10894): at com.google.firebase.auth.internal.zzat.zzi(Unknown Source:57)E/JavaBinder(10894): at com.google.firebase.auth.internal.zzat.zzg(Unknown Source:10)E/JavaBinder(10894): at com.google.firebase.auth.FirebaseAuth.zza(Unknown Source:62)E/JavaBinder(10894): at com.google.firebase.auth.FirebaseAuth$zzb.zza(Unknown Source:5)E/JavaBinder(10894): at com.google.firebase.auth.api.internal.zzax.zzdx(Unknown Source:15)E/JavaBinder(10894): at com.google.firebase.auth.api.internal.zzen.zzen(Unknown Source:35)E/JavaBinder(10894): at com.google.firebase.auth.api.internal.zzen.zza(Unknown Source:41)E/JavaBinder(10894): at com.google.firebase.auth.api.internal.zzep.zza(Unknown Source:9)E/JavaBinder(10894): at com.google.firebase.auth.api.internal.zzdx.dispatchTransaction(Unknown Source:9)E/JavaBinder(10894): at com.google.android.gms.internal.firebase_auth.zza.onTransact(Unknown Source:13)E/JavaBinder(10894): at android.os.Binder.execTransact(<a href="https://Binder.java:697">Binder.java:697</a>)E/JavaBinder(10894): Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v4.util.ArrayMap" on path: DexPathList[[zip file "/data/app/com.example.sales_app-Trw1URizBKhTuJ_mXmZONA==/base.apk"],nativeLibraryDirectories=[/data/app/com.example.sales_app-Trw1URizBKhTuJ_mXmZONA==/lib/arm, /data/app/com.example.sales_app-Trw1URizBKhTuJ_mXmZONA==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]E/JavaBinder(10894): at dalvik.system.BaseDexClassLoader.findClass(<a href="https://BaseDexClassLoader.java:125">BaseDexClassLoader.java:125</a>)E/JavaBinder(10894): at java.lang.ClassLoader.loadClass(<a href="https://ClassLoader.java:379">ClassLoader.java:379</a>)E/JavaBinder(10894): at java.lang.ClassLoader.loadClass(<a href="https://ClassLoader.java:312">ClassLoader.java:312</a>)E/JavaBinder(10894): ... 16 moreE/AndroidRuntime(10894): FATAL EXCEPTION: Binder:10894_1E/AndroidRuntime(10894): Process: com.example.sales_app, PID: 10894E/AndroidRuntime(10894): java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/util/ArrayMap;E/AndroidRuntime(10894): at com.google.firebase.auth.internal.zzam.zzc(Unknown Source:22)E/AndroidRuntime(10894): at com.google.firebase.auth.internal.zzam.zzde(Unknown Source:17)E/AndroidRuntime(10894): at com.google.firebase.auth.internal.zzam.zzdd(Unknown Source:8)E/AndroidRuntime(10894): at com.google.firebase.auth.internal.zzan.zzdf(Unknown Source:1)E/AndroidRuntime(10894): at com.google.firebase.auth.internal.zzm.isAnonymous(Unknown Source:47)E/AndroidRuntime(10894): at com.google.firebase.auth.internal.zzat.zzi(Unknown Source:57)E/AndroidRuntime(10894): at com.google.firebase.auth.internal.zzat.zzg(Unknown Source:10)E/AndroidRuntime(10894): at com.google.firebase.auth.FirebaseAuth.zza(Unknown Source:62)E/AndroidRuntime(10894): at com.google.firebase.auth.FirebaseAuth$zzb.zza(Unknown Source:5)E/AndroidRuntime(10894): at com.google.firebase.auth.api.internal.zzax.zzdx(Unknown Source:15)E/AndroidRuntime(10894): at com.google.fireb…
New post on Flutter Dev Google group:
FlutterPad
Hello, Can you create a website to experiment with Flutter similar to DartPad?
August 23, 2019 at 03:47PM by Mutlu Şimşek
https://ift.tt/30uqvSd
FlutterPad
Hello, Can you create a website to experiment with Flutter similar to DartPad?
August 23, 2019 at 03:47PM by Mutlu Şimşek
https://ift.tt/30uqvSd
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:
Recommend packages for the particular requirements.
Can you please recommend me packages for the following requirements: - turning off the mobile data - connecting to a specified wifi connection Thanks!
August 23, 2019 at 04:07PM by Shreyansh Jain
https://ift.tt/2zjuODT
Recommend packages for the particular requirements.
Can you please recommend me packages for the following requirements: - turning off the mobile data - connecting to a specified wifi connection Thanks!
August 23, 2019 at 04:07PM by Shreyansh Jain
https://ift.tt/2zjuODT
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:
Debug, profile, and release. 🎣
Flutter supports three compilation modes you can choose from while developing your app. Build with debug, analyze performance with profile, and release your app with… you guessed it-release! #FlutterFriday
Check it out → https://t.co/Thqdla7lBX pic.twitter.com/jSHb2Orzzj— Flutter (@FlutterDev) August 23, 2019
August 23, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1164930300092329985
Debug, profile, and release. 🎣
Flutter supports three compilation modes you can choose from while developing your app. Build with debug, analyze performance with profile, and release your app with… you guessed it-release! #FlutterFriday
Check it out → https://t.co/Thqdla7lBX pic.twitter.com/jSHb2Orzzj— Flutter (@FlutterDev) August 23, 2019
August 23, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1164930300092329985
Twitter
#flutterfriday hashtag on Twitter
35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Debug, profile, and release. 🎣 Flutter supports three compilation modes you can choose from while developing your app. Build with debug, analyze performance with profile, and release your app with… you guessed it-release!
https://ift.tt/2ZfnQ2c
August 23, 2019 at 06:06PM by EngineerScientist
https://ift.tt/2NvJSXp
Debug, profile, and release. 🎣 Flutter supports three compilation modes you can choose from while developing your app. Build with debug, analyze performance with profile, and release your app with… you guessed it-release!
https://ift.tt/2ZfnQ2c
August 23, 2019 at 06:06PM by EngineerScientist
https://ift.tt/2NvJSXp
flutter.dev
Flutter's build modes
Describes Flutter's build modes and when you should use debug, release, or profile mode.
New post on Flutter Dev Google group:
Audioplayers Plugin
Hello, I'm using the packages audioplayers https://ift.tt/2Pe0gyc but when I move it to Xcode it gave the following error error: ../ios/Runner/GeneratedPluginRegistrant.m:6:9: 'audioplayers/AudioplayersPlugin.h' file not found The same error posted in Github
August 23, 2019 at 07:03PM by Rabih M. ElBaba (Gmail)
https://ift.tt/2zj3BBq
Audioplayers Plugin
Hello, I'm using the packages audioplayers https://ift.tt/2Pe0gyc but when I move it to Xcode it gave the following error error: ../ios/Runner/GeneratedPluginRegistrant.m:6:9: 'audioplayers/AudioplayersPlugin.h' file not found The same error posted in Github
August 23, 2019 at 07:03PM by Rabih M. ElBaba (Gmail)
https://ift.tt/2zj3BBq
Dart packages
audioplayers | Flutter Package
A flutter plugin to play multiple audio files simultaneously
New post on /r/flutterdev subreddit:
'60 Days of Flutter: Building a Messenger from Scratch' : Day 9–10–11 : Creating Awesome Register Screen in Flutter
https://ift.tt/2HmULaa
August 23, 2019 at 07:31PM by aditya_gurjar
https://ift.tt/2ZoxjzB
'60 Days of Flutter: Building a Messenger from Scratch' : Day 9–10–11 : Creating Awesome Register Screen in Flutter
https://ift.tt/2HmULaa
August 23, 2019 at 07:31PM by aditya_gurjar
https://ift.tt/2ZoxjzB
Medium
60 Days of Flutter : Day 9–11 : Creating Awesome Register Screen in Flutter
In today’s post we’re going to build a Register Screen. We’re also going to use Gradients and Animations to make it look a lil funky…
New post on /r/flutterdev subreddit:
First Flutter app on App Store | Feels great
Not sure if this belongs here.Our first fluter app has finally launched on Play store and App store. It has been there for more than a month but now it is much more stable than before.Our first choice of Tech for this app was React Native. We stuck with it for around 3 months with almost no progress. Finally we pushed back and picked Flutter. All the knowledge we gained from RN helped us in Flutter too. I am very proud of the app. It's simplistic, neat and smooth. Not much on features right now but all that will be added soon. Also, it doesn't look like a generic template app which I feel is very important when developing on hybrid frameworks. Each platform has a unique character and keeping that character alive in the app is a great achievement.You can check it out from the link belowhttps://weddingz.page.link/redditFeel free to ask any questions.
August 23, 2019 at 07:27PM by thesahilpatel
https://ift.tt/2HlTwrV
First Flutter app on App Store | Feels great
Not sure if this belongs here.Our first fluter app has finally launched on Play store and App store. It has been there for more than a month but now it is much more stable than before.Our first choice of Tech for this app was React Native. We stuck with it for around 3 months with almost no progress. Finally we pushed back and picked Flutter. All the knowledge we gained from RN helped us in Flutter too. I am very proud of the app. It's simplistic, neat and smooth. Not much on features right now but all that will be added soon. Also, it doesn't look like a generic template app which I feel is very important when developing on hybrid frameworks. Each platform has a unique character and keeping that character alive in the app is a great achievement.You can check it out from the link belowhttps://weddingz.page.link/redditFeel free to ask any questions.
August 23, 2019 at 07:27PM by thesahilpatel
https://ift.tt/2HlTwrV
Google Play
Weddingz.in - Apps on Google Play
India’s most loved wedding planning company is now here to help you plan your wedding in the most beautiful way possible! Find over a million specially curated ideas in the form of photos, blogs, real weddings, vendor guides and expert opinions, right here…
New post on /r/flutterdev subreddit:
What advantage does Flutter offer over Qt?
Given that Qt has existed as a solution for targeting multiple platforms with a single unified, ground-up UI, what does Flutter offer that Qt doesn’t?
August 23, 2019 at 07:21PM by Bamboo_the_plant
https://ift.tt/2ZpFFa2
What advantage does Flutter offer over Qt?
Given that Qt has existed as a solution for targeting multiple platforms with a single unified, ground-up UI, what does Flutter offer that Qt doesn’t?
August 23, 2019 at 07:21PM by Bamboo_the_plant
https://ift.tt/2ZpFFa2
reddit
r/FlutterDev - What advantage does Flutter offer over Qt?
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Regarding Futures in Apps
Is it good practice to always wait until a future is complete to perform another future?
August 23, 2019 at 09:30PM by mikeyyg58
https://ift.tt/2NyJxDc
Regarding Futures in Apps
Is it good practice to always wait until a future is complete to perform another future?
await _futureFunction1().then((value) async{ _futureFunction2(value).whenComplete(() { print('Hello World'); }); });
August 23, 2019 at 09:30PM by mikeyyg58
https://ift.tt/2NyJxDc
reddit
r/FlutterDev - Regarding Futures in Apps
0 votes and 2 comments so far on Reddit
New post on Flutter Dev Google group:
[Breaking Change] Inference change when using Null values in a FutureOr context
We (the Dart team) are proposing to make a minor breaking change to the implementation of type inference on some platforms in order to harmonize the behavior of our tools. Type inference can behave slightly differently when using the Analyzer or the Dart Dev Compiler as opposed to other tools.
August 23, 2019 at 10:45PM by Leaf Petersen
https://ift.tt/2znkD13
[Breaking Change] Inference change when using Null values in a FutureOr context
We (the Dart team) are proposing to make a minor breaking change to the implementation of type inference on some platforms in order to harmonize the behavior of our tools. Type inference can behave slightly differently when using the Analyzer or the Dart Dev Compiler as opposed to other tools.
August 23, 2019 at 10:45PM by Leaf Petersen
https://ift.tt/2znkD13
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:
GitHub - ravishankarsingh1996/flutter_web_profile: My portfolio website made with flutter.
https://ift.tt/31X2Nym
August 24, 2019 at 12:13AM by itsravishankarsingh
https://ift.tt/2Zie8r2
GitHub - ravishankarsingh1996/flutter_web_profile: My portfolio website made with flutter.
https://ift.tt/31X2Nym
August 24, 2019 at 12:13AM by itsravishankarsingh
https://ift.tt/2Zie8r2
GitHub
ravishankarsingh1996/flutter_web_profile
My portfolio website made with flutter. Contribute to ravishankarsingh1996/flutter_web_profile development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Create an Flutter Website | Full Responsive Flutter Website | Web Portfolio using Flutter
https://youtu.be/daDfTcKGJu4
August 24, 2019 at 12:13AM by itsravishankarsingh
https://ift.tt/2HniYgy
Create an Flutter Website | Full Responsive Flutter Website | Web Portfolio using Flutter
https://youtu.be/daDfTcKGJu4
August 24, 2019 at 12:13AM by itsravishankarsingh
https://ift.tt/2HniYgy
YouTube
Create a Flutter Website | Full Responsive Flutter Website | Web Portfolio using Flutter
📁📁 Flutter Web Portfolio Concept Star⭐ the repo if you like what you see😉. GitHub -- https://github.com/ravishankarsingh1996/flutter_web_profile Check out th...
New post on /r/flutterdev subreddit:
Flutter GridView Tutorial with Fade In
https://ift.tt/2TXV9ku
August 24, 2019 at 01:25AM by Elixane
https://ift.tt/33NOjT8
Flutter GridView Tutorial with Fade In
https://ift.tt/2TXV9ku
August 24, 2019 at 01:25AM by Elixane
https://ift.tt/33NOjT8
GoTut
Flutter GridView Tutorial with Fade In - GoTut: Game and Other Tutorials
In this Flutter GridView Tutorial we will make a little app, that displays a grid of images, which will be shown in an dialog box when clicked on it.
New post on /r/flutterdev subreddit:
Im exited to be releasing an Flutter app for the school i teach
Hi Devs!Im a former teacher in a public school in Chile, and after 6 months of development im finally ready to publish it to the Play Store, therefore i have some concerns, the school has about 700 students, but im worried about the ammount of users that will be using it, for the app i used Flutter and Firebase, it has no ads on it, and i developed the app for free for my school, im aware of the Firebase cap on their free tiers, given the ammount of logins and reads/writes that will probably get, it`s better to upgrade my Firebase account? by the way developing in flutter has been literally a dream, normally to create an app like this alone will take arround a year (i have no team it`s just me doing this), now i guess if i try to publish this on the app store (apple) they will probably reject it several times...
August 24, 2019 at 05:06AM by KrizzT2
https://ift.tt/2Mz9Z01
Im exited to be releasing an Flutter app for the school i teach
Hi Devs!Im a former teacher in a public school in Chile, and after 6 months of development im finally ready to publish it to the Play Store, therefore i have some concerns, the school has about 700 students, but im worried about the ammount of users that will be using it, for the app i used Flutter and Firebase, it has no ads on it, and i developed the app for free for my school, im aware of the Firebase cap on their free tiers, given the ammount of logins and reads/writes that will probably get, it`s better to upgrade my Firebase account? by the way developing in flutter has been literally a dream, normally to create an app like this alone will take arround a year (i have no team it`s just me doing this), now i guess if i try to publish this on the app store (apple) they will probably reject it several times...
August 24, 2019 at 05:06AM by KrizzT2
https://ift.tt/2Mz9Z01
reddit
r/FlutterDev - Im exited to be releasing an Flutter app for the school i teach
3 votes and 6 comments so far on Reddit
New post on /r/flutterdev subreddit:
/r/flutterdev hit 20k subscribers yesterday
https://ift.tt/2zk0dWO
August 24, 2019 at 03:06AM by TrendingB0T
https://ift.tt/2KRMgWK
/r/flutterdev hit 20k subscribers yesterday
https://ift.tt/2zk0dWO
August 24, 2019 at 03:06AM by TrendingB0T
https://ift.tt/2KRMgWK
New post on /r/flutterdev subreddit:
Using StandardJsonPlugin with built_value for Flutter
https://ift.tt/2L9QsQH
August 24, 2019 at 11:05AM by Purple_Pizzazz
https://ift.tt/2MA14vh
Using StandardJsonPlugin with built_value for Flutter
https://ift.tt/2L9QsQH
August 24, 2019 at 11:05AM by Purple_Pizzazz
https://ift.tt/2MA14vh
Medium
Using StandardJsonPlugin with built_value for Flutter
Or why do I get type '_InternalLinkedHashMap' is not a subtype of type 'Iterable' in type cast error when deserializing JSON objects using…