New post on Flutter Dev Google group:
Webview in Flutter for iOS App.
Hello There, I am new in Flutter Development and i have developed an app with Webview. I have upload an apk on Google Play Store that is accepted but for App Store it shows some error. Please find below error, "ITMS-90338: Non-public API usage - The app references non-public symbols in
October 12, 2019 at 08:39AM by Vikramsinh Zala
https://ift.tt/31af7KW
Webview in Flutter for iOS App.
Hello There, I am new in Flutter Development and i have developed an app with Webview. I have upload an apk on Google Play Store that is accepted but for App Store it shows some error. Please find below error, "ITMS-90338: Non-public API usage - The app references non-public symbols in
October 12, 2019 at 08:39AM by Vikramsinh Zala
https://ift.tt/31af7KW
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:
Amazon UI Redesign | Speed Code
https://youtu.be/C5CrMtkwxcc
October 12, 2019 at 12:21PM by Marcus-Ng
https://ift.tt/2q39uRH
Amazon UI Redesign | Speed Code
https://youtu.be/C5CrMtkwxcc
October 12, 2019 at 12:21PM by Marcus-Ng
https://ift.tt/2q39uRH
YouTube
Flutter Amazon UI Redesign | Speed Code
» Check out my Flutter courses on Launch Club 🧠
https://www.LaunchClub.io
Welcome to my Flutter Speed Code tutorial series where you will learn Flutter and create amazing apps using Dart. In this video, we build an Amazon redesign.
» Remember to like, subscribe…
https://www.LaunchClub.io
Welcome to my Flutter Speed Code tutorial series where you will learn Flutter and create amazing apps using Dart. In this video, we build an Amazon redesign.
» Remember to like, subscribe…
New post on /r/flutterdev subreddit:
Alternative to Bitmoji for Flutter
Do you guys know a alternative to emoji in order to be used into a Flutter app ?I really like the idea of Bitmoji because you can use them in different scenarios (poses, face expression ..) instead of a single profile picture.If not, does someone have managed to implement the Bitmoji SDK into a Flutter app ?
October 12, 2019 at 12:11PM by Kadarach
https://ift.tt/2Mcvann
Alternative to Bitmoji for Flutter
Do you guys know a alternative to emoji in order to be used into a Flutter app ?I really like the idea of Bitmoji because you can use them in different scenarios (poses, face expression ..) instead of a single profile picture.If not, does someone have managed to implement the Bitmoji SDK into a Flutter app ?
October 12, 2019 at 12:11PM by Kadarach
https://ift.tt/2Mcvann
reddit
Alternative to Bitmoji for Flutter
Do you guys know a alternative to Bitmoji in order to be used into a Flutter app ? I really like the idea of Bitmoji because you can use them in...
New post on /r/flutterdev subreddit:
Flutter compile issue
Hi all,Hoping someone can assist. I can build and run flutter apps file on bother Android Studio and VSC as long as I use the IOS emulator. I can run the Android emulator and it looks like it is running fine but when I try and compile an app to it I get the following error.FAILURE: Build failed with an exception.
* What went wrong: Execution failed for task ':app:compileDebugJavaWithJavac'. > com.sun.tools.javac.util.Context.put(Ljava/lang/Class;Ljava/lang/Object;)V * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.I have not been able to determine on VSC or AS how to turn the tracing on. I have tried completely reinstalling and recreating the Android Studio and Emulators and no change.Hope someone can help or offer a suggestionBilgola
October 12, 2019 at 01:59PM by BilgolaBeach
https://ift.tt/2peNdQy
Flutter compile issue
Hi all,Hoping someone can assist. I can build and run flutter apps file on bother Android Studio and VSC as long as I use the IOS emulator. I can run the Android emulator and it looks like it is running fine but when I try and compile an app to it I get the following error.FAILURE: Build failed with an exception.
* What went wrong: Execution failed for task ':app:compileDebugJavaWithJavac'. > com.sun.tools.javac.util.Context.put(Ljava/lang/Class;Ljava/lang/Object;)V * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.I have not been able to determine on VSC or AS how to turn the tracing on. I have tried completely reinstalling and recreating the Android Studio and Emulators and no change.Hope someone can help or offer a suggestionBilgola
October 12, 2019 at 01:59PM by BilgolaBeach
https://ift.tt/2peNdQy
reddit
Flutter compile issue
Hi all, Hoping someone can assist. I can build and run flutter apps file on bother Android Studio and VSC as long as I use the IOS emulator. I...
New post on /r/flutterdev subreddit:
#13 AspectRatio Flutter Widget
https://youtu.be/YSUoi_LWPWs
October 12, 2019 at 01:50PM by systechdevelopers
https://ift.tt/2MCaRyq
#13 AspectRatio Flutter Widget
https://youtu.be/YSUoi_LWPWs
October 12, 2019 at 01:50PM by systechdevelopers
https://ift.tt/2MCaRyq
YouTube
#13 Widget AspectRatio | Flutter Tutorial | Google
#13 flutter widget Aspect ratio.
New post on /r/flutterdev subreddit:
Anyone know the best practices to implement JWT based authentication in flutter?
I have so far implemented a simple token based authentication in my app. I decided to switch to JWT and I get an access token and a refresh token so it’s a little more complex. I am currently just using shared preferences to store the tokens. It’s working but I am not sure if I am doing everything right and all the posts or tutorial videos generally are only about firebase authentication. Are there any tutorials or videos on how to implement JWT based authentication in flutter?
October 12, 2019 at 05:04PM by Competitive_Ride
https://ift.tt/2MN4AAj
Anyone know the best practices to implement JWT based authentication in flutter?
I have so far implemented a simple token based authentication in my app. I decided to switch to JWT and I get an access token and a refresh token so it’s a little more complex. I am currently just using shared preferences to store the tokens. It’s working but I am not sure if I am doing everything right and all the posts or tutorial videos generally are only about firebase authentication. Are there any tutorials or videos on how to implement JWT based authentication in flutter?
October 12, 2019 at 05:04PM by Competitive_Ride
https://ift.tt/2MN4AAj
reddit
Anyone know the best practices to implement JWT based...
I have so far implemented a simple token based authentication in my app. I decided to switch to JWT and I get an access token and a refresh token...
New post on /r/flutterdev subreddit:
New Flutter package: self-driving testing of Flutter code
Hi Everyone!New release from Flutter team! pub.dev/packages/e2eThis package enables self-driving testing of Flutter code on devices and emulators. It can adapt the test results in a format that is compatible with flutter drive and native Android instrumentation testing.Anyone know what this mean?
October 12, 2019 at 05:29PM by Flutter_Dev
https://ift.tt/2pdcHxK
New Flutter package: self-driving testing of Flutter code
Hi Everyone!New release from Flutter team! pub.dev/packages/e2eThis package enables self-driving testing of Flutter code on devices and emulators. It can adapt the test results in a format that is compatible with flutter drive and native Android instrumentation testing.Anyone know what this mean?
October 12, 2019 at 05:29PM by Flutter_Dev
https://ift.tt/2pdcHxK
Dart packages
e2e | Flutter Package
Runs tests that use the flutter_test API as integration tests.
New post on /r/flutterdev subreddit:
How to migrate existing Flutter projects to AndroidX
https://ift.tt/2OHlVNj
October 12, 2019 at 05:14PM by Purple_Pizzazz
https://ift.tt/3186uAC
How to migrate existing Flutter projects to AndroidX
https://ift.tt/2OHlVNj
October 12, 2019 at 05:14PM by Purple_Pizzazz
https://ift.tt/3186uAC
flutter.dev
AndroidX Migration
How to migrate existing Flutter projects to AndroidX.
New post on /r/flutterdev subreddit:
Need Help in SMS query
anyone can help me to find a good resource to collect all SMS, query and delete messages? Found some packages but not enough documentation is given.
October 12, 2019 at 06:05PM by __Nafiz
https://ift.tt/2B3YaXS
Need Help in SMS query
anyone can help me to find a good resource to collect all SMS, query and delete messages? Found some packages but not enough documentation is given.
October 12, 2019 at 06:05PM by __Nafiz
https://ift.tt/2B3YaXS
reddit
Need Help in SMS query
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Updated pin_code_fields to 2.0.0 Added more options to customize and features :D
https://ift.tt/2LJMOzQ
October 12, 2019 at 01:34PM by adarbadar
https://ift.tt/2MBanbR
Updated pin_code_fields to 2.0.0 Added more options to customize and features :D
https://ift.tt/2LJMOzQ
October 12, 2019 at 01:34PM by adarbadar
https://ift.tt/2MBanbR
Dart packages
pin_code_fields | Flutter Package
A flutter package which will help you to generate pin code fields. Can be useful for OTP for example.
New post on /r/flutterdev subreddit:
Recreating Android Single-Top Activity behaviour with Flutter Route's - by Simon Lightfoot
https://ift.tt/35tBfmY
October 12, 2019 at 06:56PM by EngineerScientist
https://ift.tt/35mvhUG
Recreating Android Single-Top Activity behaviour with Flutter Route's - by Simon Lightfoot
https://ift.tt/35tBfmY
October 12, 2019 at 06:56PM by EngineerScientist
https://ift.tt/35mvhUG
Gist
Recreating Android Single-Top Activity behaviour with Flutter Route's - by Simon Lightfoot
Recreating Android Single-Top Activity behaviour with Flutter Route's - by Simon Lightfoot - single_top.dart
New post on /r/flutterdev subreddit:
Persistent widget across pages
Hey guys, I have a problem that I have been unable to solve, and was wondering if any of you had faced something similar before, and what you did to solve it.I’m making an app where I wish to have a floating appbar kind of like the Google Maps and Photos appbars. However, the appbar in my app will have buttons and these buttons are different depending on which page the user is on. So, if there are on the home page there might be two buttons, if they are on the menu page there might just be one, and so forth.I can make the appbar stay in place through page transitions when using Navigator.push by wrapping the appbar in a Hero widget, but then when the buttons of the appbar change it happens instantly and looks quite awful. I would like a smooth and nice transition when the buttons change on the appbar, like a slide or scale transition.So far, I’ve tried using the RouteObserver to manually trigger the animation before and after the screen changes page, but I have not been successful with this.I’ve also tried using a custom Navigator widget to wrap the content underneath the appbar, but doing this meant that the appbar couldn’t access the correct context to push the screen to a new page.It would be ideal if I could use the AnimatedSwitcher widget for the appbar, but I have not been able to make this work across screens.Have any of you guys tried something similar? Do any of you guys have any idea of what I can do to achieve my goal with a persistent appbar across screens?
October 12, 2019 at 08:32PM by Blendstrup
https://ift.tt/2B8HwGF
Persistent widget across pages
Hey guys, I have a problem that I have been unable to solve, and was wondering if any of you had faced something similar before, and what you did to solve it.I’m making an app where I wish to have a floating appbar kind of like the Google Maps and Photos appbars. However, the appbar in my app will have buttons and these buttons are different depending on which page the user is on. So, if there are on the home page there might be two buttons, if they are on the menu page there might just be one, and so forth.I can make the appbar stay in place through page transitions when using Navigator.push by wrapping the appbar in a Hero widget, but then when the buttons of the appbar change it happens instantly and looks quite awful. I would like a smooth and nice transition when the buttons change on the appbar, like a slide or scale transition.So far, I’ve tried using the RouteObserver to manually trigger the animation before and after the screen changes page, but I have not been successful with this.I’ve also tried using a custom Navigator widget to wrap the content underneath the appbar, but doing this meant that the appbar couldn’t access the correct context to push the screen to a new page.It would be ideal if I could use the AnimatedSwitcher widget for the appbar, but I have not been able to make this work across screens.Have any of you guys tried something similar? Do any of you guys have any idea of what I can do to achieve my goal with a persistent appbar across screens?
October 12, 2019 at 08:32PM by Blendstrup
https://ift.tt/2B8HwGF
reddit
Persistent widget across pages
Hey guys, I have a problem that I have been unable to solve, and was wondering if any of you had faced something similar before, and what you did...
New post on /r/flutterdev subreddit:
Pros and Cons of Flutter
Hello Reddit community :)
As you asked me before, in my newest Medium article, I tried explaining my take on Flutter as it is today. Pros and cons of it and when to use it.What's your take on it? How long have you worked with it? Why haven't you started yet/Why did you stop/What made you to continue with it?
October 12, 2019 at 08:16PM by Deimantasa
https://ift.tt/2VBvqzb
Pros and Cons of Flutter
Hello Reddit community :)
As you asked me before, in my newest Medium article, I tried explaining my take on Flutter as it is today. Pros and cons of it and when to use it.What's your take on it? How long have you worked with it? Why haven't you started yet/Why did you stop/What made you to continue with it?
October 12, 2019 at 08:16PM by Deimantasa
https://ift.tt/2VBvqzb
Medium
Pros and Cons of Flutter as it is today
Recently I published my first story on Medium about Flutter. I got lots and lots of incredible feedback from you amazing people and mostly…
New post on /r/flutterdev subreddit:
Quick app to help you decide to make tough choices. If you like it, Star it.
https://ift.tt/2IK8Ijb
October 12, 2019 at 09:03PM by chif_
https://ift.tt/33t9mt4
Quick app to help you decide to make tough choices. If you like it, Star it.
https://ift.tt/2IK8Ijb
October 12, 2019 at 09:03PM by chif_
https://ift.tt/33t9mt4
GitHub
Imgkl/yep-nope
Contribute to Imgkl/yep-nope development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Scratch Cards in Flutter
https://youtu.be/EM4D1pUpadA
October 13, 2019 at 01:24AM by EngineerScientist
https://ift.tt/2MbKOza
Scratch Cards in Flutter
https://youtu.be/EM4D1pUpadA
October 13, 2019 at 01:24AM by EngineerScientist
https://ift.tt/2MbKOza
YouTube
Scratch Cards in Flutter | Flutter Tutorial
Learn to make scratch cards in flutter, and the usage of statefulbuilder widget.
If you are new, then make sure to subscribe to the channel for more awesome content on #Flutter.
Source Code : https://github.com/Ronak99/Scratch_Card_In_Flutter
#scratchcards…
If you are new, then make sure to subscribe to the channel for more awesome content on #Flutter.
Source Code : https://github.com/Ronak99/Scratch_Card_In_Flutter
#scratchcards…
New post on /r/flutterdev subreddit:
What’s the best place to learn Flutter Layouts?
I’m having such a hard time wrapping my brain around the widget tree and I’ve gotten just frustrated. Any direction is appreciated!
October 13, 2019 at 03:30AM by ro_mo
https://ift.tt/32d28t1
What’s the best place to learn Flutter Layouts?
I’m having such a hard time wrapping my brain around the widget tree and I’ve gotten just frustrated. Any direction is appreciated!
October 13, 2019 at 03:30AM by ro_mo
https://ift.tt/32d28t1
reddit
What’s the best place to learn Flutter Layouts?
I’m having such a hard time wrapping my brain around the widget tree and I’ve gotten just frustrated. Any direction is appreciated!
New post on /r/flutterdev subreddit:
#14 TextField Flutter Widget
https://youtu.be/FLrSv4HvArE
October 13, 2019 at 06:19AM by systechdevelopers
https://ift.tt/2ILX4o5
#14 TextField Flutter Widget
https://youtu.be/FLrSv4HvArE
October 13, 2019 at 06:19AM by systechdevelopers
https://ift.tt/2ILX4o5
YouTube
#14 TextField | Flutter Tutorial | Google
#14 flutter text field.
New post on /r/flutterdev subreddit:
Run Flutter Code in your Browser
https://youtu.be/_Ycd9Go-JSU
October 13, 2019 at 05:12AM by nitishk72
https://ift.tt/2IMnGVR
Run Flutter Code in your Browser
https://youtu.be/_Ycd9Go-JSU
October 13, 2019 at 05:12AM by nitishk72
https://ift.tt/2IMnGVR
YouTube
Codepen of Flutter | Embed Flutter | Flutter Web on Web
You can find it at this link :
https://dartpad.dartlang.org/embed-flutter.html
It's available of new domain also :
https://dartpad.dev/embed-flutter.html
Both the domain are working and this tool is really great. I hope 🤞 you will like the video and this…
https://dartpad.dartlang.org/embed-flutter.html
It's available of new domain also :
https://dartpad.dev/embed-flutter.html
Both the domain are working and this tool is really great. I hope 🤞 you will like the video and this…
New post on /r/flutterdev subreddit:
Maps in FlutterWEB
How to add Google Map or Open Street Map in FlutterWEB?I am trying to use iframe also but not working on FlutterWEB. I can add in Mobile version but not in web. I have made dashboard and charts in FlutterWEB.
October 13, 2019 at 08:21AM by theshivamlko
https://ift.tt/2B8vc9k
Maps in FlutterWEB
How to add Google Map or Open Street Map in FlutterWEB?I am trying to use iframe also but not working on FlutterWEB. I can add in Mobile version but not in web. I have made dashboard and charts in FlutterWEB.
October 13, 2019 at 08:21AM by theshivamlko
https://ift.tt/2B8vc9k
reddit
Maps in FlutterWEB
How to add Google Map or Open Street Map in FlutterWEB? I am trying to use iframe also but not working on FlutterWEB. I can add in Mobile...
New post on /r/flutterdev subreddit:
Creating brushed metal texture in Flutter from scratch (pun intended)
https://ift.tt/329U78g
October 13, 2019 at 09:49AM by Everlier
https://ift.tt/32cgHx8
Creating brushed metal texture in Flutter from scratch (pun intended)
https://ift.tt/329U78g
October 13, 2019 at 09:49AM by Everlier
https://ift.tt/32cgHx8
Medium
Brushed Metal texture with Flutter
Let’s imagine you’re building an application for really tough guys. A motorbike shop. Located on the active volcano 🌋. On the island full…
New post on /r/flutterdev subreddit:
FlutterForce — Week 48
https://ift.tt/33s4pkk
October 13, 2019 at 10:57AM by flutterist
https://ift.tt/2VEaqrB
FlutterForce — Week 48
https://ift.tt/33s4pkk
October 13, 2019 at 10:57AM by flutterist
https://ift.tt/2VEaqrB
Medium
FlutterForce — #Week 48
Weekly Flutter Resources