New post on Flutter Dev Google group:
progress indicator when web page loads
I am trying to implement progress indicator for reloading url using webview plugin. Here are parts of the code: ... flutterWebviewPlugin.reloadUrl('file://${file.path}') .then((onValue) => setState(() { _isLoading = false; }) ); ... Widget
February 08, 2020 at 09:52PM by Alex Kravets
https://ift.tt/2tKoXIO
progress indicator when web page loads
I am trying to implement progress indicator for reloading url using webview plugin. Here are parts of the code: ... flutterWebviewPlugin.reloadUrl('file://${file.path}') .then((onValue) => setState(() { _isLoading = false; }) ); ... Widget
February 08, 2020 at 09:52PM by Alex Kravets
https://ift.tt/2tKoXIO
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:
Responsive Flutter Layouts
https://ift.tt/2tHXmIf
February 09, 2020 at 12:23AM by alliscode
https://ift.tt/2SyqsSA
Responsive Flutter Layouts
https://ift.tt/2tHXmIf
February 09, 2020 at 12:23AM by alliscode
https://ift.tt/2SyqsSA
Medium
Responsive Flutter Layouts
The main selling point of flutter is being able to write one program, using one language (Dart), that can be used for all the different…
New post on /r/flutterdev subreddit:
Do you prefer the simulator on the left or right side of the screen?
Question in the title: I prefer it on the left but it seems like everyone likes it on the right lol
February 09, 2020 at 01:25AM by Heisenlife
https://ift.tt/2Sa5OJx
Do you prefer the simulator on the left or right side of the screen?
Question in the title: I prefer it on the left but it seems like everyone likes it on the right lol
February 09, 2020 at 01:25AM by Heisenlife
https://ift.tt/2Sa5OJx
reddit
Do you prefer the simulator on the left or right side of the screen?
Question in the title: I prefer it on the left but it seems like everyone likes it on the right lol
New post on /r/flutterdev subreddit:
Best flutter and dart books
Any suggestions? I've developed plenty with flutter for sure, but would like to go through a book.
February 09, 2020 at 03:55AM by UnqleSquid
https://ift.tt/2S8VbXw
Best flutter and dart books
Any suggestions? I've developed plenty with flutter for sure, but would like to go through a book.
February 09, 2020 at 03:55AM by UnqleSquid
https://ift.tt/2S8VbXw
reddit
Best flutter and dart books
Any suggestions? I've developed plenty with flutter for sure, but would like to go through a book.
New post on /r/flutterdev subreddit:
Are there any UI design/theming tutorials which write clean and reusable code?
All of the Flutter UI design videos seem to follow "bad" coding practices (everything in one to three files, no use of components, no use of ThemeData for styles). Are there any tutorials that teach you how to make a good UI along with good coding practices?
February 09, 2020 at 06:14AM by themindstorm
https://ift.tt/38chvoN
Are there any UI design/theming tutorials which write clean and reusable code?
All of the Flutter UI design videos seem to follow "bad" coding practices (everything in one to three files, no use of components, no use of ThemeData for styles). Are there any tutorials that teach you how to make a good UI along with good coding practices?
February 09, 2020 at 06:14AM by themindstorm
https://ift.tt/38chvoN
reddit
Are there any UI design/theming tutorials which write clean and...
All of the Flutter UI design videos seem to follow "bad" coding practices (everything in one to three files, no use of components, no use of...
New post on /r/flutterdev subreddit:
is there a template builder for flutter?
Im a web dev that mostly do backend development at work (75% backend + 25% frontend). I dont learn any SPA framework as my job doesnt require me to do so. Most of the time I only used bootstrapshuffle.com (bought it last year as I thought it would save me lot of time in the long run, and it did). My question is, if I want to jump to use flutter for mobile development is there any service that provides bunch of templating like bootstrapshuffle.com that would save me lot of time with starting from scratch for the design?
February 09, 2020 at 05:49AM by hakim131
https://ift.tt/39kOCGY
is there a template builder for flutter?
Im a web dev that mostly do backend development at work (75% backend + 25% frontend). I dont learn any SPA framework as my job doesnt require me to do so. Most of the time I only used bootstrapshuffle.com (bought it last year as I thought it would save me lot of time in the long run, and it did). My question is, if I want to jump to use flutter for mobile development is there any service that provides bunch of templating like bootstrapshuffle.com that would save me lot of time with starting from scratch for the design?
February 09, 2020 at 05:49AM by hakim131
https://ift.tt/39kOCGY
reddit
is there a template builder for flutter?
Im a web dev that mostly do backend development at work (75% backend + 25% frontend). I dont learn any SPA framework as my job doesnt require me...
New post on /r/flutterdev subreddit:
First time doing a freelance project. Help me out people, please and thanks.
So basically I am about to take on my first free-lance project and would like to know how much to charge. First I am throwing together a prototype with no functionality to show the client how it will look. I asked for any design docs he may have. So how much should I be charging for the prototype? What software should I use to create the prototype? I have heard good things about Figma.How much should I charge for the rest of the project, provided he likes the prototype. I know that with out project information it would be hard to answer so here is what I can tell you. I am implementing a mobile app that decodes messages in audio and communicates with a mongoDB hosted on an EC2 instance on AWS. Sorry if the questions are poorly worded.
February 09, 2020 at 06:52AM by LAN_scape
https://ift.tt/2StRPNR
First time doing a freelance project. Help me out people, please and thanks.
So basically I am about to take on my first free-lance project and would like to know how much to charge. First I am throwing together a prototype with no functionality to show the client how it will look. I asked for any design docs he may have. So how much should I be charging for the prototype? What software should I use to create the prototype? I have heard good things about Figma.How much should I charge for the rest of the project, provided he likes the prototype. I know that with out project information it would be hard to answer so here is what I can tell you. I am implementing a mobile app that decodes messages in audio and communicates with a mongoDB hosted on an EC2 instance on AWS. Sorry if the questions are poorly worded.
February 09, 2020 at 06:52AM by LAN_scape
https://ift.tt/2StRPNR
reddit
First time doing a freelance project. Help me out people, please...
So basically I am about to take on my first free-lance project and would like to know how much to charge. First I am throwing together a prototype...
New post on /r/flutterdev subreddit:
What styled should go in ThemeData, and what should go in your component.dart file?
(This question is a little long, sorry about that)Firstly, I'd just like to say that I am coming from a web development background, where I would make classes (like
February 09, 2020 at 06:43AM by themindstorm
https://ift.tt/3bpBjHi
What styled should go in ThemeData, and what should go in your component.dart file?
(This question is a little long, sorry about that)Firstly, I'd just like to say that I am coming from a web development background, where I would make classes (like
.button
which contains all the styles for a particular component/element: text styles, borders, radius, padding, and margins).Does this NOT apply to flutter? In most apps I see, it seems like all the app's colors (primary, secondary colors ...) and text styles (titles, headings, ...) are defined in ThemeData()
, while other properties such as padding, corner radius, ... go in the separate component.dart file. Is this way correct? Because as a web developer I thought ALL your styles/themes should go in the ThemeData
.Here's an example of a 'real-world app's ThemeData: https://github.com/flutter/flutter/blob/master/examples/flutter_gallery/lib/gallery/themes.dart (Flutter Gallery by Google).In the ThemeData, you only see text themes and colors defined. Is this the correct way to go about theming? It seems like all other files should either be defined in component files. The reason I thought this was incorrect was because it seems like you are "hard-coding" the values. In fact, I made an app this way, and I put my "hard-coded" values in another file, although I'm not sure if that was the right thing to do.Also, are library-solutions for styling popular? I found this package: https://pub.dev/packages/styled_widget, and it makes styling similar to Swift UI and Inline CSS. Does anyone use this?In summary, is there a list of styles/themes I should put in ThemeData vs the component.dart file? I believe (based off of Google's app) that colors and text go in ThemeData while all other styles go in the component fileFebruary 09, 2020 at 06:43AM by themindstorm
https://ift.tt/3bpBjHi
New post on /r/flutterdev subreddit:
Integrating Cloud Storage in Flutter | Firebase Flutter Tutorial
https://youtu.be/WDqi-ZUXHEo
February 09, 2020 at 09:48AM by Filledstacks
https://ift.tt/39l7MMZ
Integrating Cloud Storage in Flutter | Firebase Flutter Tutorial
https://youtu.be/WDqi-ZUXHEo
February 09, 2020 at 09:48AM by Filledstacks
https://ift.tt/39l7MMZ
YouTube
Integrating Cloud Storage in Flutter | Firebase Flutter Tutorial
In this tutorial we wrap the Firebase Storage package into a service to easily manage and upload the firebase storage.
Written: https://www.filledstacks.com/post/firebase-cloud-storage-in-flutter/
Written: https://www.filledstacks.com/post/firebase-cloud-storage-in-flutter/
New post on Flutter Dev Google group:
can Anyone help me. I am not getting the list of output from the json file.
The JSON Link I use: https://ift.tt/38c0QkZ in this JSON file there is so many lists of items. I am only getting the first item from my code. can anyone help me to get all data from that json file. my Code : - body: Container( child: Center( child: FutureBuilder(
February 09, 2020 at 10:01AM by Gaming Paradox
https://ift.tt/3bn4ACd
can Anyone help me. I am not getting the list of output from the json file.
The JSON Link I use: https://ift.tt/38c0QkZ in this JSON file there is so many lists of items. I am only getting the first item from my code. can anyone help me to get all data from that json file. my Code : - body: Container( child: Center( child: FutureBuilder(
February 09, 2020 at 10:01AM by Gaming Paradox
https://ift.tt/3bn4ACd
New post on /r/flutterdev subreddit:
Unable to get the flutter fragment programmatically as the host project uses androidx libs which are incompatible with v4
Have an issue with the FlutterFragment which extends from android.support.v4.app.Fragment support libs instead of androidx.So I am unable to get the flutter fragment programmatically as the host project uses androidx libs which are incompatible with v4.These are my settings for both host and the flutter modules:- gradle.properties ( host project )android.enableJetifier=trueandroid.useAndroidX=true- settings.gradle ( host project )evaluate(new File(settingsDir.parentFile,'/flutterlib/.android/include_flutter.groovy'))- build.gradle ( app module )
February 09, 2020 at 11:03AM by skywalker_30
https://ift.tt/2UCK2jt
Unable to get the flutter fragment programmatically as the host project uses androidx libs which are incompatible with v4
Have an issue with the FlutterFragment which extends from android.support.v4.app.Fragment support libs instead of androidx.So I am unable to get the flutter fragment programmatically as the host project uses androidx libs which are incompatible with v4.These are my settings for both host and the flutter modules:- gradle.properties ( host project )android.enableJetifier=trueandroid.useAndroidX=true- settings.gradle ( host project )evaluate(new File(settingsDir.parentFile,'/flutterlib/.android/include_flutter.groovy'))- build.gradle ( app module )
implementation project(':flutter')
- pubspec.yaml ( flutter project )module:
androidX: true
androidPackage: com.example.project_flutter
iosBundleIdentifier: com.example.project_flutter
- .android/gradle.propertiesorg.gradle.jvmargs=-Xmx1536M
android.enableR8=true
android.useAndroidX=true
android.enableJetifier=true
- .android/Flutter/build.gradle ( tried to add the androidx.legacy/annotation libs )dependencies {
testImplementation 'junit:junit:4.12'
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
implementation 'androidx.annotation:annotation:1.0.0'
}
I've checked all of the above and still the FlutterFragment continue extending from v4 support libs.Additionally, i've checked the FlutterFragment.java.tmpl from which I believe the framework should generate either v4 or androidx FlutterFragment class and it does contain the correct conditions{{#androidX}}
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
{{/androidX}}
{{^androidX}}
import android.support.annotation.NonNull;
import android.support.v4.app.Fragment;
{{/androidX}}
What am I doing wrong?Really appreciate any input on this.- This is my flutter doctor -v output:[✓] Flutter (Channel stable, v1.12.13+hotfix.7, on Mac OS X 10.15.2 19C57, locale en-IL)• Flutter version 1.12.13+hotfix.7 at /Users/user/Projects/flutter• Framework revision 9f5ff2306b (13 days ago), 2020-01-26 22:38:26 -0800• Engine revision a67792536c• Dart version 2.7.0[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)• Android SDK at /Users/user/Library/Android/sdk• Android NDK location not configured (optional; useful for native profiling support)• Platform android-28, build-tools 28.0.3• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java• Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)• All Android licenses accepted.[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)• Xcode at /Applications/Xcode.app/Contents/Developer• Xcode 11.3.1, Build version 11C504• CocoaPods version 1.8.4[✓] Android Studio (version 3.6)• Android Studio at /Applications/Android Studio.app/Contents• Flutter plugin version 43.0.2• Dart plugin version 192.7761• Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)[✓] IntelliJ IDEA Ultimate Edition (version 2019.1)• IntelliJ at /Applications/IntelliJ IDEA.app• Flutter plugin version 43.0.2• Dart plugin version 191.6183.88[✓] VS Code (version 1.42.0)• VS Code at /Applications/Visual Studio Code.app/Contents• Flutter extension version 3.8.1[✓] Connected device (1 available)• SM G950F • 988a1b47315139564e • android-arm64 • Android 9 (API 28)• No issues found!February 09, 2020 at 11:03AM by skywalker_30
https://ift.tt/2UCK2jt
New post on /r/flutterdev subreddit:
Is HAXM installable on an AMD Chipset - Flutter newbie
I have been bummed for a couple of days. I am not able to install any emulators from Android Studio.I'm not able to install HAXM on my AMD CPU. Is there a work around?I'm currently using my phone but I'd like to use the emulator!Any suggestions will be welcomed. Tia.
February 09, 2020 at 11:42AM by iosdevgene
https://ift.tt/38g9Ple
Is HAXM installable on an AMD Chipset - Flutter newbie
I have been bummed for a couple of days. I am not able to install any emulators from Android Studio.I'm not able to install HAXM on my AMD CPU. Is there a work around?I'm currently using my phone but I'd like to use the emulator!Any suggestions will be welcomed. Tia.
February 09, 2020 at 11:42AM by iosdevgene
https://ift.tt/38g9Ple
reddit
Is HAXM installable on an AMD Chipset - Flutter newbie
A subreddit for Google's crossplatform UI toolkit.
New post on /r/flutterdev subreddit:
SafeArea in Flutter
https://youtu.be/I6nO5jg_FqE
February 09, 2020 at 02:17PM by vishesh_allahabadi
https://ift.tt/2SaUVHj
SafeArea in Flutter
https://youtu.be/I6nO5jg_FqE
February 09, 2020 at 02:17PM by vishesh_allahabadi
https://ift.tt/2SaUVHj
YouTube
Flutter Basics #3 - SafeArea Code Along
This video shows what SafeArea is and how you can eliminate it from your Flutter app. Get code here : https://webtoddler.com/flutter-basics-safearea/
New post on /r/flutterdev subreddit:
FlutterForce — Week 64
https://ift.tt/31CH13Y
February 09, 2020 at 02:30PM by flutterist
https://ift.tt/39m4uJw
FlutterForce — Week 64
https://ift.tt/31CH13Y
February 09, 2020 at 02:30PM by flutterist
https://ift.tt/39m4uJw
Medium
FlutterForce — #Week 64
Weekly Flutter Resources
New post on Flutter Dev Google group:
Looking for a developer partner
Hi there I've came here to ask this question because I really don't know where to go or what to do. Basically I've got an idea which I believe would be a huge game changer in engineering industries. I've got this idea for about 4 years now so I came long way to learn programming which first
February 09, 2020 at 04:26PM by PeterC
https://ift.tt/2HaG8WR
Looking for a developer partner
Hi there I've came here to ask this question because I really don't know where to go or what to do. Basically I've got an idea which I believe would be a huge game changer in engineering industries. I've got this idea for about 4 years now so I came long way to learn programming which first
February 09, 2020 at 04:26PM by PeterC
https://ift.tt/2HaG8WR
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:
Show Hide Shipping method based on cart total ( Flutter App Based on Woocommerce REST API )
Hello everyone, I am new to flutter and dart and trying to learn Flutter while building an app based on Woocommerce using Flutter. I am able to fetch the list of Shipping Methods using REST API. But don't how to show hide Shipping Method based on Cart Total. Here is the link to source on
February 09, 2020 at 04:56PM by N K
https://ift.tt/2H8xV5F
Show Hide Shipping method based on cart total ( Flutter App Based on Woocommerce REST API )
Hello everyone, I am new to flutter and dart and trying to learn Flutter while building an app based on Woocommerce using Flutter. I am able to fetch the list of Shipping Methods using REST API. But don't how to show hide Shipping Method based on Cart Total. Here is the link to source on
February 09, 2020 at 04:56PM by N K
https://ift.tt/2H8xV5F
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:
'Animating' components based on values
Fairly new to Flutter, I was trying to implement a Container changing its margin (via list offset) while the user scrolls a listview. Got it done but that made me realize setState() is a pretty expensive function to execute each frame. I decided to use AnimatedBuilder to get the same functionality but it seems to be geared towards pre-defined animations rather than values changing (like scrolling offset). What would be a way to tackle such a problem?
February 09, 2020 at 05:47PM by avagantamo
https://ift.tt/3bkAVtH
'Animating' components based on values
Fairly new to Flutter, I was trying to implement a Container changing its margin (via list offset) while the user scrolls a listview. Got it done but that made me realize setState() is a pretty expensive function to execute each frame. I decided to use AnimatedBuilder to get the same functionality but it seems to be geared towards pre-defined animations rather than values changing (like scrolling offset). What would be a way to tackle such a problem?
February 09, 2020 at 05:47PM by avagantamo
https://ift.tt/3bkAVtH
reddit
'Animating' components based on values
Fairly new to Flutter, I was trying to implement a Container changing its margin (via list offset) while the user scrolls a listview. Got it done...
New post on /r/flutterdev subreddit:
How do I run notifications when the app is closed and the phone is off?
Hi all, I’m currently working on a flutter app that involves running a function to update notifications every 10 minutes. I’m struggling how to natively get notifications or any block of code to run in the background on both iOS and Android. If this is not possible how hard is it to port my flutter code to swift for native development.
February 09, 2020 at 07:20PM by BadDeep
https://ift.tt/2SzUsxq
How do I run notifications when the app is closed and the phone is off?
Hi all, I’m currently working on a flutter app that involves running a function to update notifications every 10 minutes. I’m struggling how to natively get notifications or any block of code to run in the background on both iOS and Android. If this is not possible how hard is it to port my flutter code to swift for native development.
February 09, 2020 at 07:20PM by BadDeep
https://ift.tt/2SzUsxq
reddit
How do I run notifications when the app is closed and the phone is...
Hi all, I’m currently working on a flutter app that involves running a function to update notifications every 10 minutes. I’m struggling how to...
New post on /r/flutterdev subreddit:
Force localeResolutionCallback upon language change
Hello,I'm confronted with an interesting problem. I am using "localeResolutionCallback" to set the locale on load and to detect when the user changes the language on the device. However i also want to be able to bypass it so the user can choose a separate language from the one his device is set to.This seems to be impossible because "localeResolutionCallback" if i read the docs properly only works on load and when a device language was changed.Does anyone know how to force it to trigger this function? I do not want to use the "locale" key of material app (which works) because i would have 2 similar operations that are conflicting and i absolutely need "localeResolutionCallback" for detection so that one wins.Any ideas? ThanksPS: i am indeed using a listener to rebuild materialapp but like i said it doesn't trigger "localeResolutionCallback "
February 09, 2020 at 08:07PM by nicolaszein
https://ift.tt/2Sc65fb
Force localeResolutionCallback upon language change
Hello,I'm confronted with an interesting problem. I am using "localeResolutionCallback" to set the locale on load and to detect when the user changes the language on the device. However i also want to be able to bypass it so the user can choose a separate language from the one his device is set to.This seems to be impossible because "localeResolutionCallback" if i read the docs properly only works on load and when a device language was changed.Does anyone know how to force it to trigger this function? I do not want to use the "locale" key of material app (which works) because i would have 2 similar operations that are conflicting and i absolutely need "localeResolutionCallback" for detection so that one wins.Any ideas? ThanksPS: i am indeed using a listener to rebuild materialapp but like i said it doesn't trigger "localeResolutionCallback "
February 09, 2020 at 08:07PM by nicolaszein
https://ift.tt/2Sc65fb
reddit
Force localeResolutionCallback upon language change
Hello, I'm confronted with an interesting problem. I am using "localeResolutionCallback" to set the locale on load and to detect when the user...
New post on /r/flutterdev subreddit:
Flutter is broken on Linux 5.5 and newer kernels
Just a heads up if you use Linux and Flutter appears to be broken (it gets stuck when you build an Android app, can't hot reload, test or debug an already running app) that this is a bug and the only workaround is to downgrade your Linux kernel to 5.4 or older.https://github.com/flutter/flutter/issues/49185Spent the better part of the afternoon trying to figure this one out. Most distributions are not affected yet, but rolling release ones such as Arch Linux already are, or if you run a custom kernel.
February 09, 2020 at 11:03PM by Comevius
https://ift.tt/38emIfO
Flutter is broken on Linux 5.5 and newer kernels
Just a heads up if you use Linux and Flutter appears to be broken (it gets stuck when you build an Android app, can't hot reload, test or debug an already running app) that this is a bug and the only workaround is to downgrade your Linux kernel to 5.4 or older.https://github.com/flutter/flutter/issues/49185Spent the better part of the afternoon trying to figure this one out. Most distributions are not affected yet, but rolling release ones such as Arch Linux already are, or if you run a custom kernel.
February 09, 2020 at 11:03PM by Comevius
https://ift.tt/38emIfO
GitHub
Multiple issues running Flutter on Linux 5.5 · Issue #49185 · flutter/flutter
Edit from @dnfield: There is a known and resolved Dart bug on Linux 5.5+ that has been fixed on the Flutter master channel. The fix for this bug has not made it into dev, beta, or stable yet. The t...
New post on /r/flutterdev subreddit:
Strange slowdown in Gridview
Hi guys,I have some performance issues after implementing a GridViewBuilder that shows images fetched from firebase:Usual performance during scrollJanky performance during scrollI've observed similar issues when using an AnimationBuilder with more complex animations - SKCanvas Flush seems to be the troublemaker. Anyone got any ideas what might be causing the canvas flushing process to be this long?
February 10, 2020 at 12:13AM by Shacoast
https://ift.tt/31Cvhyy
Strange slowdown in Gridview
Hi guys,I have some performance issues after implementing a GridViewBuilder that shows images fetched from firebase:Usual performance during scrollJanky performance during scrollI've observed similar issues when using an AnimationBuilder with more complex animations - SKCanvas Flush seems to be the troublemaker. Anyone got any ideas what might be causing the canvas flushing process to be this long?
February 10, 2020 at 12:13AM by Shacoast
https://ift.tt/31Cvhyy