New post on Flutter Dev Google group:
Every previous screens rebuilding in the background when I navigate to child screen
Hi, I am new to Flutter. I created a list and detail screens and each screen fetching data from servers via rest api. I am using FutureBuilder for fetching data on list screen and GestureDetector for navigating to detail screen. When I click to list item on list screen, detail screen opening
January 03, 2019 at 11:36AM by Mesut Taşçı
http://bit.ly/2Szy3iK
Every previous screens rebuilding in the background when I navigate to child screen
Hi, I am new to Flutter. I created a list and detail screens and each screen fetching data from servers via rest api. I am using FutureBuilder for fetching data on list screen and GestureDetector for navigating to detail screen. When I click to list item on list screen, detail screen opening
January 03, 2019 at 11:36AM by Mesut Taşçı
http://bit.ly/2Szy3iK
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:
Typo in tutorial
I found a typo here: http://bit.ly/2LNjg1c exactly in "Step 2 - Enable obfuscation and/or minification" Actually there is: Open /android/app/build.gradle file and locate buildTypes definition. Inside release configuration set minif*i*yEnabled and useProguard flags to true.
January 03, 2019 at 11:46AM by Michał Jabłoński
http://bit.ly/2s9QCys
Typo in tutorial
I found a typo here: http://bit.ly/2LNjg1c exactly in "Step 2 - Enable obfuscation and/or minification" Actually there is: Open /android/app/build.gradle file and locate buildTypes definition. Inside release configuration set minif*i*yEnabled and useProguard flags to true.
January 03, 2019 at 11:46AM by Michał Jabłoński
http://bit.ly/2s9QCys
flutter.io
Preparing an Android App for Release
During a typical development cycle, you test an app using`flutter run` at the command line, the **Run** and **Debug**toolbar buttons in IntelliJ. By default,Flutter builds a *debug* version of your app.When you're ready to prepare a *release* version for…
New post on Flutter Dev Google group:
Update specific widget
I have some widgets on single screen and I want to update specific widget ontap of another widget. How to achieve it without redrawing complete screen or without building all the widgets.
January 03, 2019 at 12:49PM by sumeet kasar
http://bit.ly/2BVxpFc
Update specific widget
I have some widgets on single screen and I want to update specific widget ontap of another widget. How to achieve it without redrawing complete screen or without building all the widgets.
January 03, 2019 at 12:49PM by sumeet kasar
http://bit.ly/2BVxpFc
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 - Container with gradient background
https://www.youtube.com/attribution_link?a=nWLMZyg0doA&u=%2Fwatch%3Fv%3DOO67ObACcJM%26feature%3Dshare
January 03, 2019 at 12:09PM by PedroMassango
http://bit.ly/2TkhxDc
Flutter - Container with gradient background
https://www.youtube.com/attribution_link?a=nWLMZyg0doA&u=%2Fwatch%3Fv%3DOO67ObACcJM%26feature%3Dshare
January 03, 2019 at 12:09PM by PedroMassango
http://bit.ly/2TkhxDc
YouTube
Flutter - Gradient background
Hi guys in this video I will show how to set a gradient background in your Container widget using the BoxDecoration. ----------------------------------------...
New post on /r/flutterdev subreddit:
Google's Fuchsia OS confirmed to support Android apps
http://bit.ly/2AuUzlE
January 03, 2019 at 02:02PM by bartturner
http://bit.ly/2s6hgYK
Google's Fuchsia OS confirmed to support Android apps
http://bit.ly/2AuUzlE
January 03, 2019 at 02:02PM by bartturner
http://bit.ly/2s6hgYK
9to5Google
Google's Fuchsia OS confirmed to support Android apps - 9to5Google
We've long suspected that Fuchsia would be able to run Android apps. Now, we have full confirmation that Fuchsia will directly support the Android Runtime.
New post on /r/flutterdev subreddit:
Flutter Experiment with Canvas and Blendmode to animate between images
Source code: https://github.com/starterboost/flutter_canvas_experiment2Video: https://youtu.be/mQUvvj43B_0This was a useful exercise to help me understand how to draw images in Flutter. Drawing in Flutter Canvas is significantly different to HTML Canvas, this appears to be very efficient and allows for smooth animations.
January 03, 2019 at 02:38PM by starterboost
http://bit.ly/2F5iHzg
Flutter Experiment with Canvas and Blendmode to animate between images
Source code: https://github.com/starterboost/flutter_canvas_experiment2Video: https://youtu.be/mQUvvj43B_0This was a useful exercise to help me understand how to draw images in Flutter. Drawing in Flutter Canvas is significantly different to HTML Canvas, this appears to be very efficient and allows for smooth animations.
January 03, 2019 at 02:38PM by starterboost
http://bit.ly/2F5iHzg
GitHub
starterboost/flutter_canvas_experiment2
Contribute to starterboost/flutter_canvas_experiment2 development by creating an account on GitHub.
New post on Flutter Dev Google group:
test internet Connectivity
Basically i want to show a dialog about the internet connectivity when i launch the application but the dialog needs a context and if i want to show dialog in initstate before MaterialApp i dont have any context is there any turn around or solution for this . > this is my flutter doctor -v >
January 03, 2019 at 03:01PM by kadri.moh...@gmail.com
http://bit.ly/2F9aolr
test internet Connectivity
Basically i want to show a dialog about the internet connectivity when i launch the application but the dialog needs a context and if i want to show dialog in initstate before MaterialApp i dont have any context is there any turn around or solution for this . > this is my flutter doctor -v >
January 03, 2019 at 03:01PM by kadri.moh...@gmail.com
http://bit.ly/2F9aolr
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:
Fitness App | Animated Radial Progress | Part 1
https://youtu.be/4lHDXcOXOYc
January 03, 2019 at 06:43PM by prateeksharma1712
http://bit.ly/2TodDJp
Fitness App | Animated Radial Progress | Part 1
https://youtu.be/4lHDXcOXOYc
January 03, 2019 at 06:43PM by prateeksharma1712
http://bit.ly/2TodDJp
YouTube
Fitness APP | RADIAL PROGRESS | Part 1
Home Screen Part 1
Mocking a design from dribbble in Flutter
In this video, you will see how radial progress is implemented with gradient and animation. Also, you will see how Animated Icon works.
Design: Fitness App Mock - https://dribbble.com/shots/5698597…
Mocking a design from dribbble in Flutter
In this video, you will see how radial progress is implemented with gradient and animation. Also, you will see how Animated Icon works.
Design: Fitness App Mock - https://dribbble.com/shots/5698597…
New post on Flutter Dev Google group:
Is there any to set http request with socks5 proxy
Is there any to set http request with socks5 proxy
January 03, 2019 at 08:52PM by zxcv sq
http://bit.ly/2F5xr0g
Is there any to set http request with socks5 proxy
Is there any to set http request with socks5 proxy
January 03, 2019 at 08:52PM by zxcv sq
http://bit.ly/2F5xr0g
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:
Highlight widgets and display some text?
Is it possible in Flutter to use something like the ShowcaseView for Java/Android?With that library, the app will go through a series of steps highlighting controls, to let the user know how to use the app.I'm looking for something to help explain to users what, for example, all of my FloatingActionButtons do...
January 04, 2019 at 01:26AM by CovertDad
http://bit.ly/2Qj8Yqg
Highlight widgets and display some text?
Is it possible in Flutter to use something like the ShowcaseView for Java/Android?With that library, the app will go through a series of steps highlighting controls, to let the user know how to use the app.I'm looking for something to help explain to users what, for example, all of my FloatingActionButtons do...
January 04, 2019 at 01:26AM by CovertDad
http://bit.ly/2Qj8Yqg
reddit
r/FlutterDev - Highlight widgets and display some text?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter Hero Widget
https://www.youtube.com/attribution_link?a=ONb44zHrm4s&u=%2Fwatch%3Fv%3DmgSB5r11_Xw%26feature%3Dshare
January 04, 2019 at 02:33AM by whatsupcoders
http://bit.ly/2COFYTS
Flutter Tutorial - Flutter Hero Widget
https://www.youtube.com/attribution_link?a=ONb44zHrm4s&u=%2Fwatch%3Fv%3DmgSB5r11_Xw%26feature%3Dshare
January 04, 2019 at 02:33AM by whatsupcoders
http://bit.ly/2COFYTS
YouTube
Flutter Tutorial - Flutter Hero Widget
Flutter Tutorial - Flutter Hero Widget In this video, you will learn how to use the Flutter Hero Widget and I have also included a demo Address Book page. Ho...
New post on Flutter Dev Google group:
Dynamically build pages in a PageView
I need some suggestions on how to use the PageView. I have an online project that allows users to build custom forms, complete with conditions that hide or show questions depending on the answers in other questions. The mobile project allows users to fill out these forms. I've been playing with
January 04, 2019 at 04:10AM by Chris Robison
http://bit.ly/2QlATWG
Dynamically build pages in a PageView
I need some suggestions on how to use the PageView. I have an online project that allows users to build custom forms, complete with conditions that hide or show questions depending on the answers in other questions. The mobile project allows users to fill out these forms. I've been playing with
January 04, 2019 at 04:10AM by Chris Robison
http://bit.ly/2QlATWG
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 Build Apk --release only works on arm
When I use the command flutter build apk --release it releases an apk that only works for arm devices , there is a way that worked for me for arm64 devices which is flutter build apk --release --target-platform --android-arm64 ,but this way I will have two APKs , is there a way to release one apk that works on both platforms or the app bundle to upload both of these apks to play store ?
January 04, 2019 at 04:10AM by mobiusomniverse
http://bit.ly/2F5nnFw
Flutter Build Apk --release only works on arm
When I use the command flutter build apk --release it releases an apk that only works for arm devices , there is a way that worked for me for arm64 devices which is flutter build apk --release --target-platform --android-arm64 ,but this way I will have two APKs , is there a way to release one apk that works on both platforms or the app bundle to upload both of these apks to play store ?
January 04, 2019 at 04:10AM by mobiusomniverse
http://bit.ly/2F5nnFw
reddit
r/FlutterDev - Flutter Build Apk --release only works on arm
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Apple Music UI in Flutter – aidxn – Medium
http://bit.ly/2F8yVri
January 04, 2019 at 03:22AM by AIDXN3
http://bit.ly/2F8zXTF
Apple Music UI in Flutter – aidxn – Medium
http://bit.ly/2F8yVri
January 04, 2019 at 03:22AM by AIDXN3
http://bit.ly/2F8zXTF
Medium
Flutter: Apple Music Card UI
Flutter is great and building beautiful UI’s is a breeze. In this tutorial I will show you how to get the Apple Music Card look with the…
New post on Flutter Dev Google group:
Regarding flutter code
Hello everyone, [image: Screen Shot 2019-01-04 at 12.09.08 PM.png] I am using MacBook Air and visual studio code for Flutter App development but I am facing an issue with flutter run /flutter doctor or code is not being debugged .i.e code line appearing in white line and not showing any error .
January 04, 2019 at 07:44AM by rakesh lorentz
http://bit.ly/2R4NhiS
Regarding flutter code
Hello everyone, [image: Screen Shot 2019-01-04 at 12.09.08 PM.png] I am using MacBook Air and visual studio code for Flutter App development but I am facing an issue with flutter run /flutter doctor or code is not being debugged .i.e code line appearing in white line and not showing any error .
January 04, 2019 at 07:44AM by rakesh lorentz
http://bit.ly/2R4NhiS
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:
cannot get Flare animation to play in flutter.
I have made a simple flare animation that will act as a simple motorHere is a link to the animation at 2 dimensions:https://www.2dimensions.com/a/positev/files/flare/simpleanimatedmotorHere is the relevant code section of my application.https://imgur.com/a/M6OsII1For some reason the animation skips to the very end consistently. Does any one know what the issue is ? also how do i get an animation to repeat in flutter using flare?
January 04, 2019 at 07:37AM by Tkgs98
http://bit.ly/2F7dI09
cannot get Flare animation to play in flutter.
I have made a simple flare animation that will act as a simple motorHere is a link to the animation at 2 dimensions:https://www.2dimensions.com/a/positev/files/flare/simpleanimatedmotorHere is the relevant code section of my application.https://imgur.com/a/M6OsII1For some reason the animation skips to the very end consistently. Does any one know what the issue is ? also how do i get an animation to repeat in flutter using flare?
January 04, 2019 at 07:37AM by Tkgs98
http://bit.ly/2F7dI09
New post on /r/flutterdev subreddit:
Android Studio IDE support flutter coding and platform(using Android) at same time
I was building a whole fresh product totally using Flutter and its platform channel with REST-API. Everything goes well(after I looked into nearly all the documentations) but my Android Studio seemed can not both handle Android Code Insight and the Flutter one.Here are my two ways to open this Flutter Project:One is to use File->Open... to open the project root directory.(Maybe the official way) And my flutter code insight will go well but Android Gradle configuration seemed broken and can not give me Android Code Insight.The Another is to use File->Import Gradle Project to open my_flutter_project/android folder so that I can get full Code Insight with the Gradle configuration.So, here is my situation now: Using two ways to open this project at the same time, switching to the former one if I need Flutter coding while switching to the latter one if I need platform coding.I'm wondering if anyone now is suffering from this problem, and is there a possibility that the problem might be solved.
January 04, 2019 at 10:52AM by morningstarwang
http://bit.ly/2GUflkz
Android Studio IDE support flutter coding and platform(using Android) at same time
I was building a whole fresh product totally using Flutter and its platform channel with REST-API. Everything goes well(after I looked into nearly all the documentations) but my Android Studio seemed can not both handle Android Code Insight and the Flutter one.Here are my two ways to open this Flutter Project:One is to use File->Open... to open the project root directory.(Maybe the official way) And my flutter code insight will go well but Android Gradle configuration seemed broken and can not give me Android Code Insight.The Another is to use File->Import Gradle Project to open my_flutter_project/android folder so that I can get full Code Insight with the Gradle configuration.So, here is my situation now: Using two ways to open this project at the same time, switching to the former one if I need Flutter coding while switching to the latter one if I need platform coding.I'm wondering if anyone now is suffering from this problem, and is there a possibility that the problem might be solved.
January 04, 2019 at 10:52AM by morningstarwang
http://bit.ly/2GUflkz
reddit
r/FlutterDev - Android Studio IDE support flutter coding and platform(using Android) at same time
2 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Typed firestore for flutter
http://bit.ly/2F79EwY
January 04, 2019 at 11:48AM by kdy1997
http://bit.ly/2F55iax
Typed firestore for flutter
http://bit.ly/2F79EwY
January 04, 2019 at 11:48AM by kdy1997
http://bit.ly/2F55iax
Dart Packages
typed_firestore | Flutter Package
typed_firestore Flutter and Dart package - Typed firebase.storage for flutter
New post on /r/flutterdev subreddit:
Flutter splash screen implementation -Flutter how to navigate to new screen after showing splash screen
http://bit.ly/2SAKkDB
January 04, 2019 at 12:44PM by CodesFor
http://bit.ly/2Tqp1o4
Flutter splash screen implementation -Flutter how to navigate to new screen after showing splash screen
http://bit.ly/2SAKkDB
January 04, 2019 at 12:44PM by CodesFor
http://bit.ly/2Tqp1o4
Codesfor
Flutter splash screen example - Codesfor
Splash screen is an important part of all mobile applications. Most of the app will show a logo in the splash screen for few seconds.
New post on /r/flutterdev subreddit:
Superellipse_shape: A package for creating superellipse-shapes in flutter, for pixel-perfect cupertino widgets.
http://bit.ly/2SAa4zR
January 04, 2019 at 12:34PM by TheyCallMeSalamander
http://bit.ly/2VsNESS
Superellipse_shape: A package for creating superellipse-shapes in flutter, for pixel-perfect cupertino widgets.
http://bit.ly/2SAa4zR
January 04, 2019 at 12:34PM by TheyCallMeSalamander
http://bit.ly/2VsNESS
Dart Packages
superellipse_shape | Flutter Package
superellipse_shape Flutter and Dart package - A package for creating superellipse shapes in flutter. A superellipse is used to make smooth rounded edges on a widget, smoother than border-radius.
New post on /r/flutterdev subreddit:
chopper | Chopper is an http client generator using source_gen and inspired from retrofit
http://bit.ly/2VsajyS
January 04, 2019 at 11:50AM by davide9192
http://bit.ly/2F9mvyA
chopper | Chopper is an http client generator using source_gen and inspired from retrofit
http://bit.ly/2VsajyS
January 04, 2019 at 11:50AM by davide9192
http://bit.ly/2F9mvyA
Dart Packages
chopper | Dart Package
chopper Dart package - Chopper is an http client generator using source_gen and inspired from retrofit