New post on /r/flutterdev subreddit:
flash | ⚡️A highly customizable, powerful and easy-to-use alerting library for Flutter.
https://ift.tt/302Kjfa
August 16, 2019 at 08:53AM by Purple_Pizzazz
https://ift.tt/2KQrTrI
flash | ⚡️A highly customizable, powerful and easy-to-use alerting library for Flutter.
https://ift.tt/302Kjfa
August 16, 2019 at 08:53AM by Purple_Pizzazz
https://ift.tt/2KQrTrI
Dart packages
flash | Flutter Package
⚡️A highly customizable, powerful and easy-to-use alerting library for Flutter.
New post on /r/flutterdev subreddit:
The difficulty and lack of resources on testing is making me consider skipping tests altogether
I've been giving Flutter a serious try at my job and my experience has not been pleasant over the past few weeks just because of how hard it is to write tests.I hit a wall recently when I tried writing tests for a widget that does 2 API calls upon mount (
August 16, 2019 at 10:31AM by outtascope
https://ift.tt/2Zg1Zak
The difficulty and lack of resources on testing is making me consider skipping tests altogether
I've been giving Flutter a serious try at my job and my experience has not been pleasant over the past few weeks just because of how hard it is to write tests.I hit a wall recently when I tried writing tests for a widget that does 2 API calls upon mount (
initState()
). Making HTTP requests means that I would have to use futures and let me tell you that testing becomes really hard when futures are involved. Despite that, the tests were actually fine when it was only doing 1 API call. It was just after adding the second API call that a lot of them broke. I spent a lot of time finding ways on how to fix them.Eventually, I thought that maybe it was my architecture or the way I was writing the app that was making it hard to write tests, so I opted to switch to using MobX along with Provider (previous one was just using ChangeNotifier along with Provider). I actually ended up worse than where I was before because I had to rewrite a large part of the app to make it compliant with how MobX does stuff which broke more tests. I tried so hard to find answers online, but I couldn't really find anything that's beyond testing the counter app that flutter create
gives you. The best I could find was the tests inside Iiro Krankka's inKino project which helped a little, but it wasn't what I was looking for. Aside from the advice about using tester.runAsync()
, tester.pump()
or tester.pumpAndSettle()
, there isn't a lot of information about how to do these kinds of tests.I'm thinking of just skipping the tests because the code works in reality (on an emulator/simulator or an actual device), but I want to write tests as much as possible. Does anyone have any good resources on testing code that you will actually use in the real world? This is frustrating for me because the good experience that I had from testing convinced me to switch to Flutter from React Native only to find out that it becomes really hard as soon as I get serious with it.August 16, 2019 at 10:31AM by outtascope
https://ift.tt/2Zg1Zak
GitHub
GitHub - roughike/inKino: A multiplatform Dart movie app with 40% of code sharing between Flutter and the Web.
A multiplatform Dart movie app with 40% of code sharing between Flutter and the Web. - roughike/inKino
New post on Flutter Dev Google group:
Fetch Array from firebase to mobile screen
https://ift.tt/31Cvbpg Anyone please solve this for me !! Thanks in advance
August 16, 2019 at 04:06PM by aakash dabas
https://ift.tt/2KDwQFi
Fetch Array from firebase to mobile screen
https://ift.tt/31Cvbpg Anyone please solve this for me !! Thanks in advance
August 16, 2019 at 04:06PM by aakash dabas
https://ift.tt/2KDwQFi
Stack Overflow
How to get array data back to mobile screen from firebase (Flutter)
How to get back array data to the mobile screen.
The String in the firebase is retrieved easily but I have problem with array data.
1) main.dart :
import 'dart:async';
import 'package:flutter/ma...
The String in the firebase is retrieved easily but I have problem with array data.
1) main.dart :
import 'dart:async';
import 'package:flutter/ma...
New post on /r/flutterdev subreddit:
TweenAnimationBuilder to animate without manager controllers
https://twitter.com/BlueAquilae/status/1162358894385123328
August 16, 2019 at 03:43PM by Sol_Ido
https://ift.tt/2N7iUoR
TweenAnimationBuilder to animate without manager controllers
https://twitter.com/BlueAquilae/status/1162358894385123328
August 16, 2019 at 03:43PM by Sol_Ido
https://ift.tt/2N7iUoR
Twitter
Robert Felker
#flutter TweenAnimationBuilder rely on ImplicitlyAnimatedWidget so you don't have to manager AnimationController anymore in your code ! Here's a preview of the coming syntax with colors to help you follow the animated var
New post on Flutter Dev Google group:
Is there any library for Sinhala language in flutter localization?
I’m developing a mobile application using flutter to be used in my country, Sri Lanka. I have to use* Sinhala language* as the font in the mobile UIs. I searched it on many websites, went through documentations but unable to find a proper solution. I want to know whether there is a flutter_loca
August 16, 2019 at 04:14PM by Yasas Sandeepa
https://ift.tt/307NQZZ
Is there any library for Sinhala language in flutter localization?
I’m developing a mobile application using flutter to be used in my country, Sri Lanka. I have to use* Sinhala language* as the font in the mobile UIs. I searched it on many websites, went through documentations but unable to find a proper solution. I want to know whether there is a flutter_loca
August 16, 2019 at 04:14PM by Yasas Sandeepa
https://ift.tt/307NQZZ
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 fetch array from firebase to mobile screen (Flutter)
Anyone please help me to solve this!! Thanks in advance.https://stackoverflow.com/questions/57494244/how-can-i-get-array-data-back-to-mobile-screen-from-firebase-flutter?noredirect=1#comment101459692_57494244
August 16, 2019 at 04:14PM by lolhsab
https://ift.tt/2PfoyIr
How to fetch array from firebase to mobile screen (Flutter)
Anyone please help me to solve this!! Thanks in advance.https://stackoverflow.com/questions/57494244/how-can-i-get-array-data-back-to-mobile-screen-from-firebase-flutter?noredirect=1#comment101459692_57494244
August 16, 2019 at 04:14PM by lolhsab
https://ift.tt/2PfoyIr
Stack Overflow
How to get array data back to mobile screen from firebase (Flutter)
How to get back array data to the mobile screen.
The String in the firebase is retrieved easily but I have problem with array data.
1) main.dart :
import 'dart:async';
import 'package:flutter/ma...
The String in the firebase is retrieved easily but I have problem with array data.
1) main.dart :
import 'dart:async';
import 'package:flutter/ma...
New tweet from FlutterDev:
You can now record and profile CPU performance! 📹
Use DevTool’s new Performance view to profile a session from your @dart_lang application. #FlutterFriday
Learn how here → https://t.co/gBljOIavje pic.twitter.com/YzBFwFWldx— Flutter (@FlutterDev) August 16, 2019
August 16, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1162393586115252225
You can now record and profile CPU performance! 📹
Use DevTool’s new Performance view to profile a session from your @dart_lang application. #FlutterFriday
Learn how here → https://t.co/gBljOIavje pic.twitter.com/YzBFwFWldx— Flutter (@FlutterDev) August 16, 2019
August 16, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1162393586115252225
Twitter
Dart Language (@dart_lang) | Twitter
The latest Tweets from Dart Language (@dart_lang). A client-optimized language for fast apps on any platform
New post on /r/flutterdev subreddit:
IAP subscriptions with Firestore?
Hi Everyone!I want implement subscriptions in my app with Flutter IAP but documentation is not good.Anyone know tutorial on how to implement subscriptions with Firestore backend?Thanks everyone!
August 16, 2019 at 06:08PM by Flutter_Dev
https://ift.tt/2P2eq5w
IAP subscriptions with Firestore?
Hi Everyone!I want implement subscriptions in my app with Flutter IAP but documentation is not good.Anyone know tutorial on how to implement subscriptions with Firestore backend?Thanks everyone!
August 16, 2019 at 06:08PM by Flutter_Dev
https://ift.tt/2P2eq5w
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:
Checking video for adult content
I'm doing a video upload portion of my app and I want to check the video for porn/sentitive content before it is allowed to be posted to the DB and other users can see it. Does anyone know how I can check the video as it is being upload and reject it if necessary. I found this cloud function
August 16, 2019 at 06:09PM by Brennan Altringer
https://ift.tt/2HbiDgM
Checking video for adult content
I'm doing a video upload portion of my app and I want to check the video for porn/sentitive content before it is allowed to be posted to the DB and other users can see it. Does anyone know how I can check the video as it is being upload and reject it if necessary. I found this cloud function
August 16, 2019 at 06:09PM by Brennan Altringer
https://ift.tt/2HbiDgM
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:
What are the best ways of storing and accessing long texts?
Let’s assume that you would have multiple articles that you want to display in your app. These consist of formatted text, like headings and body text. Also they should be accessible offline.Would you store each article as a separate .txt file in the assets or write them to SharedPreferences? Or do you have another solution?Let me know!Cheers!
August 16, 2019 at 07:39PM by iamarr0gant
https://ift.tt/30amC4D
What are the best ways of storing and accessing long texts?
Let’s assume that you would have multiple articles that you want to display in your app. These consist of formatted text, like headings and body text. Also they should be accessible offline.Would you store each article as a separate .txt file in the assets or write them to SharedPreferences? Or do you have another solution?Let me know!Cheers!
August 16, 2019 at 07:39PM by iamarr0gant
https://ift.tt/30amC4D
reddit
r/FlutterDev - What are the best ways of storing and accessing long texts?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter IDE builder !
https://twitter.com/norbertkozsir/status/1162413062630121472
August 16, 2019 at 07:18PM by Sol_Ido
https://ift.tt/2Z7owWC
Flutter IDE builder !
https://twitter.com/norbertkozsir/status/1162413062630121472
August 16, 2019 at 07:18PM by Sol_Ido
https://ift.tt/2Z7owWC
Twitter
Norbert Kozsir 💙
Fixin' bugs & finishing up some refactorings. Here's a little preview of the text style changer. https://t.co/Y4LqpM5cfQ
New post on /r/flutterdev subreddit:
You can now record and profile CPU performance! Use DevTool’s new Performance view to profile a session from your dart application.
https://ift.tt/2KLm132
August 16, 2019 at 06:55PM by EngineerScientist
https://ift.tt/2MlmX1o
You can now record and profile CPU performance! Use DevTool’s new Performance view to profile a session from your dart application.
https://ift.tt/2KLm132
August 16, 2019 at 06:55PM by EngineerScientist
https://ift.tt/2MlmX1o
flutter.dev
Using the Performance view
Learn how to use the DevTools performance view.
New post on Flutter Dev Google group:
Ordering
Hi, I've been asked to create an app to have a product and a short description below it and when the user clicks on the product it should open a form so the user write it's phone number and order it, it's easy but i just don't know how the ordering works? If you can please send me some videos or
August 16, 2019 at 09:23PM by Yasin Yeganeh
https://ift.tt/2TIzP2j
Ordering
Hi, I've been asked to create an app to have a product and a short description below it and when the user clicks on the product it should open a form so the user write it's phone number and order it, it's easy but i just don't know how the ordering works? If you can please send me some videos or
August 16, 2019 at 09:23PM by Yasin Yeganeh
https://ift.tt/2TIzP2j
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:
Page with column that contains a ListView and a Row at the bottom
Hi, I want to create a screen which has: - A Text for title on the top - A ListView that takes up the majority of the vertical space - A Row at the bottom which contains: - An Icon - A TextField - A Button [image: Anmerkung 2019-08-16 214433.png] So what I tried is
August 16, 2019 at 09:46PM by D B
https://ift.tt/2YWEHH1
Page with column that contains a ListView and a Row at the bottom
Hi, I want to create a screen which has: - A Text for title on the top - A ListView that takes up the majority of the vertical space - A Row at the bottom which contains: - An Icon - A TextField - A Button [image: Anmerkung 2019-08-16 214433.png] So what I tried is
August 16, 2019 at 09:46PM by D B
https://ift.tt/2YWEHH1
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:
Pizza Ordering App in Flutter - How to create an online ordering app in flutter - Master Flutter
https://youtu.be/b_tn_ez8SFQ
August 16, 2019 at 08:59PM by EngineerScientist
https://ift.tt/2z3462a
Pizza Ordering App in Flutter - How to create an online ordering app in flutter - Master Flutter
https://youtu.be/b_tn_ez8SFQ
August 16, 2019 at 08:59PM by EngineerScientist
https://ift.tt/2z3462a
New post on /r/flutterdev subreddit:
Will Apple sue Google because of Flutter? Apple Files Lawsuit Against Virtualization Company Corellium for Illegally Replicating iOS and Apple Apps
https://ift.tt/306sEDB
August 16, 2019 at 08:35PM by utilitycoder
https://ift.tt/2OW5COu
Will Apple sue Google because of Flutter? Apple Files Lawsuit Against Virtualization Company Corellium for Illegally Replicating iOS and Apple Apps
https://ift.tt/306sEDB
August 16, 2019 at 08:35PM by utilitycoder
https://ift.tt/2OW5COu
MacRumors
Apple Files Lawsuit Against Virtualization Company Corellium for Illegally Replicating iOS and Apple Apps
Apple today filed a lawsuit against Corellium, a mobile device virtualization company that supports iOS. Corellium describes itself as the "first...
New post on Flutter Dev Google group:
web view
hi, I am using a webview for my new flutter app but my problem is when I click the menu it does not collapse nothing happens how I can fix this please?
August 17, 2019 at 02:27AM by Yasin Yeganeh
https://ift.tt/33zoczn
web view
hi, I am using a webview for my new flutter app but my problem is when I click the menu it does not collapse nothing happens how I can fix this please?
August 17, 2019 at 02:27AM by Yasin Yeganeh
https://ift.tt/33zoczn
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 I uploaded my first app in PlayStore using Flutter and Firebase
Hello guys, Im very new in Flutter, but I surprised how quick I got my first app running with almost all features I want.The support of the Flutter community is great so I want to give back sharing my experience and answering question from other newbies like me.Here is the post in Medium: https://medium.com/@niacubilla/how-i-uploaded-my-first-app-in-playstore-using-flutter-and-firebase-d8ff8d9e1c36
August 17, 2019 at 07:06AM by niacubilla
https://ift.tt/2KDLJHQ
How I uploaded my first app in PlayStore using Flutter and Firebase
Hello guys, Im very new in Flutter, but I surprised how quick I got my first app running with almost all features I want.The support of the Flutter community is great so I want to give back sharing my experience and answering question from other newbies like me.Here is the post in Medium: https://medium.com/@niacubilla/how-i-uploaded-my-first-app-in-playstore-using-flutter-and-firebase-d8ff8d9e1c36
August 17, 2019 at 07:06AM by niacubilla
https://ift.tt/2KDLJHQ
Medium
How I uploaded my first app in PlayStore using Flutter and Firebase
In this short post I want to share the details about how I designed and launched my first app in the PlayStore.
New post on /r/flutterdev subreddit:
Chitr: Wallpapers and Backgrounds app (GitHub link in comments)
https://ift.tt/2ZbJeAs
August 17, 2019 at 08:05AM by divyanshub024
https://ift.tt/2ZdoWXD
Chitr: Wallpapers and Backgrounds app (GitHub link in comments)
https://ift.tt/2ZbJeAs
August 17, 2019 at 08:05AM by divyanshub024
https://ift.tt/2ZdoWXD
Google Play
Chitr: Wallpapers and Backgrounds - Apps on Google Play
Find all your wallpapers and backgrounds in one place.
Easily set any image as a wallpaper.
Choose between variety of wallpapers.
Share your favourite images with your friends.
Get more than 1 million stunning images from Pixabay.
Discover beautiful photos…
Easily set any image as a wallpaper.
Choose between variety of wallpapers.
Share your favourite images with your friends.
Get more than 1 million stunning images from Pixabay.
Discover beautiful photos…
New post on /r/flutterdev subreddit:
How to code a dynamic header in Flutter
https://ift.tt/2PauiTo
August 17, 2019 at 09:39AM by Elixane
https://ift.tt/2Z9wt9R
How to code a dynamic header in Flutter
https://ift.tt/2PauiTo
August 17, 2019 at 09:39AM by Elixane
https://ift.tt/2Z9wt9R
Medium
How to code a dynamic header in Flutter
Something very stylish those days is to have a responsive header in your ListView! And here is how to code it: