New post on Flutter Dev Google group:
Wholde Widget Rebuild after using Textediting controller
i have attached file after selecting dropdown value, and then select date from datepicker, then when i once again select dropdown button, it will not work. Is something i missed ?
May 21, 2020 at 11:34AM by Dareboy Dareboy
https://ift.tt/2AJaz6x
Wholde Widget Rebuild after using Textediting controller
i have attached file after selecting dropdown value, and then select date from datepicker, then when i once again select dropdown button, it will not work. Is something i missed ?
May 21, 2020 at 11:34AM by Dareboy Dareboy
https://ift.tt/2AJaz6x
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 for absolute beginners - Basic widgets of Flutter - Create WhatsApp Business pages - 3
https://youtu.be/EVO1zSFLYa0
May 21, 2020 at 12:25PM by rob822
https://ift.tt/2yqzefC
Flutter for absolute beginners - Basic widgets of Flutter - Create WhatsApp Business pages - 3
https://youtu.be/EVO1zSFLYa0
May 21, 2020 at 12:25PM by rob822
https://ift.tt/2yqzefC
YouTube
Flutter for absolute beginners - Basic widgets of Flutter - Create WhatsApp Business pages - 3
In this tutorial, we will create WhatsApp Business template by using basic flutter widgets like- Container, Column, Row, Image, ListView, ListTile, safeArea,...
New post on /r/flutterdev subreddit:
Does flutter text field miss an important system feature?
If you write text in a native Android text filed it will auto detect the if you typed an RTL letter and you can delete it simply.But in flutter's native text filed you can't do that.Example:1-This is English ل2-هذا عربي and EnglishThe problem is not the auto switching that's fine. The problem is when you try to delete(use back space) that Arabic letter from number 1 or those English words in number 2 simply won't delete because the deletion cursor doesn't change its direction at all. Once it's RTL it's RTL. LTR likewiseAny help?
May 21, 2020 at 12:20PM by Sal7_one
https://ift.tt/2XjhRWi
Does flutter text field miss an important system feature?
If you write text in a native Android text filed it will auto detect the if you typed an RTL letter and you can delete it simply.But in flutter's native text filed you can't do that.Example:1-This is English ل2-هذا عربي and EnglishThe problem is not the auto switching that's fine. The problem is when you try to delete(use back space) that Arabic letter from number 1 or those English words in number 2 simply won't delete because the deletion cursor doesn't change its direction at all. Once it's RTL it's RTL. LTR likewiseAny help?
May 21, 2020 at 12:20PM by Sal7_one
https://ift.tt/2XjhRWi
reddit
Does flutter text field miss an important system feature?
If you write text in a native Android text filed it will auto detect the if you typed an RTL letter and you can delete it simply. But in...
New post on Flutter Dev Google group:
How to remove Square brackets [] in flutter
Hi Team, How can I remove square brackets? Example: A list of strings when I am printing the output it is showing with [a.b] - I want to print it as only *a,b* [image: image.png] [image: image.png] Thank you.
May 21, 2020 at 12:54PM by Ram Kumar
https://ift.tt/3gaQCpC
How to remove Square brackets [] in flutter
Hi Team, How can I remove square brackets? Example: A list of strings when I am printing the output it is showing with [a.b] - I want to print it as only *a,b* [image: image.png] [image: image.png] Thank you.
May 21, 2020 at 12:54PM by Ram Kumar
https://ift.tt/3gaQCpC
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 Builds in the Cloud.
FlutLab.io is an online IDE for Flutter. And probably this is the fastest way to play with your first Flutter projects. FlutLab main idea is to provide an alternative to local installations of Android/IOS/Flutter SDK’s as well as Code Editors. In the tool-chain of FlutLab.io, developers can host their projects, collaborate, and do various builds. FlutLab builds are in the focus of this article.https://medium.com/@adrobnych/flutter-builds-in-the-cloud-2bdb284114e5
May 21, 2020 at 12:51PM by Elegium
https://ift.tt/2ZnvSoA
Flutter Builds in the Cloud.
FlutLab.io is an online IDE for Flutter. And probably this is the fastest way to play with your first Flutter projects. FlutLab main idea is to provide an alternative to local installations of Android/IOS/Flutter SDK’s as well as Code Editors. In the tool-chain of FlutLab.io, developers can host their projects, collaborate, and do various builds. FlutLab builds are in the focus of this article.https://medium.com/@adrobnych/flutter-builds-in-the-cloud-2bdb284114e5
May 21, 2020 at 12:51PM by Elegium
https://ift.tt/2ZnvSoA
Medium
Flutter Builds in the Cloud.
Intro
New post on Flutter Dev Google group:
Deutsche Flutter Developer: Sicherer Job in Startup zu vergeben
Hallo zusammen, Wir suchen 1-2 Flutter Developer für unser Startup. Würde mich freuen, wenn ihr euch unsere Anzeige anseht: https://ift.tt/2XemeC0 Danke, Karsten
May 21, 2020 at 01:27PM by Karsten
https://ift.tt/2Xemf92
Deutsche Flutter Developer: Sicherer Job in Startup zu vergeben
Hallo zusammen, Wir suchen 1-2 Flutter Developer für unser Startup. Würde mich freuen, wenn ihr euch unsere Anzeige anseht: https://ift.tt/2XemeC0 Danke, Karsten
May 21, 2020 at 01:27PM by Karsten
https://ift.tt/2Xemf92
guided doing
Karriere - guided doing
Unser Team wächst und wächst — und wir brauchen dich, um unsere Revolution weiter anzutreiben. Es geht darum, nicht nur eine erfolgreiche Software zu haben, son
New post on Flutter Dev Google group:
How to reload the initstate when ratio is changed Please help me,Have I used set state at proper place ?
import 'package:chewie/chewie.dart'; import 'package:flutter/material.dart'; import 'package:video_player/video_player.dart'; class ChewieListItem extends StatefulWidget { // This will contain the URL/asset path which we want to play final VideoPlayerController videoPlayerController; final
May 21, 2020 at 02:50PM by Rishabh Shukla
https://ift.tt/2TphKrh
How to reload the initstate when ratio is changed Please help me,Have I used set state at proper place ?
import 'package:chewie/chewie.dart'; import 'package:flutter/material.dart'; import 'package:video_player/video_player.dart'; class ChewieListItem extends StatefulWidget { // This will contain the URL/asset path which we want to play final VideoPlayerController videoPlayerController; final
May 21, 2020 at 02:50PM by Rishabh Shukla
https://ift.tt/2TphKrh
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 Create a Music Player app in flutter using Firebase (Cloud firestore,firebase storage) and 'music_player' plugin.
https://youtu.be/qbtT4fO2YzA
May 21, 2020 at 03:13PM by Gaurang_Keluskar
https://ift.tt/36iyplr
How to Create a Music Player app in flutter using Firebase (Cloud firestore,firebase storage) and 'music_player' plugin.
https://youtu.be/qbtT4fO2YzA
May 21, 2020 at 03:13PM by Gaurang_Keluskar
https://ift.tt/36iyplr
YouTube
Create Music Player app in flutter using Firebase (Cloud_firestore and firebase_storage ) package.
Hii Developers...
In this video tutorial we will learn How to Create a Music Player app in flutter using Firebase (Cloud firestore,firebase storage) and 'music_player' plugin in flutter.
Download whole code from here (updated) :-
https://github.com/gau…
In this video tutorial we will learn How to Create a Music Player app in flutter using Firebase (Cloud firestore,firebase storage) and 'music_player' plugin in flutter.
Download whole code from here (updated) :-
https://github.com/gau…
New post on /r/flutterdev subreddit:
Is it just me or xml/java feels more intuitive than flutter/dart for app development?
I am past the beginner level learning core concepts of app development both java and flutter. I am bit more advanced in java compared to flutter. My goal for pivoting to flutter was to develop apps for both Android and iOS. My plans are simple apps - like calculators, note taking, expense management etc.However, after learning flutter for a while I feel xml/java is much more intuitive as after few classes of Android development with xml/java on udacity and some self study, I was able to develop and release an android app - mostly of text, image & button views. The styling part, java logic like long press, simple press, intents to other apps like mail, maps, dialer etc are complete self study and felt intuitive on reading further.But on the other hand flutter even after several classes I do not feel comfortable in deciding layouts, logic etc - not as intuitive as xml/java.So I wanted if this is the fact (as I've seen many posts that say flutter/dart is way easy and fast) or I am missing something (probably I need to train more and after certain level the development becomes clear). Kindly help experts as I would better invest my time (most valuable resource) after an informed decision.
May 21, 2020 at 04:02PM by ar3106
https://ift.tt/3g9u2gV
Is it just me or xml/java feels more intuitive than flutter/dart for app development?
I am past the beginner level learning core concepts of app development both java and flutter. I am bit more advanced in java compared to flutter. My goal for pivoting to flutter was to develop apps for both Android and iOS. My plans are simple apps - like calculators, note taking, expense management etc.However, after learning flutter for a while I feel xml/java is much more intuitive as after few classes of Android development with xml/java on udacity and some self study, I was able to develop and release an android app - mostly of text, image & button views. The styling part, java logic like long press, simple press, intents to other apps like mail, maps, dialer etc are complete self study and felt intuitive on reading further.But on the other hand flutter even after several classes I do not feel comfortable in deciding layouts, logic etc - not as intuitive as xml/java.So I wanted if this is the fact (as I've seen many posts that say flutter/dart is way easy and fast) or I am missing something (probably I need to train more and after certain level the development becomes clear). Kindly help experts as I would better invest my time (most valuable resource) after an informed decision.
May 21, 2020 at 04:02PM by ar3106
https://ift.tt/3g9u2gV
reddit
Is it just me or xml/java feels more intuitive than flutter/dart...
I am past the beginner level learning core concepts of app development both java and flutter. I am bit more advanced in java compared to flutter....
New post on /r/flutterdev subreddit:
Salih Guler - Making the most out of your Flutter development - Flutter Warsaw #12
https://m.youtube.com/watch?feature=youtu.be&v=zsPc0820rbs
May 21, 2020 at 04:01PM by Elixane
https://ift.tt/3g3gkMC
Salih Guler - Making the most out of your Flutter development - Flutter Warsaw #12
https://m.youtube.com/watch?feature=youtu.be&v=zsPc0820rbs
May 21, 2020 at 04:01PM by Elixane
https://ift.tt/3g3gkMC
YouTube
Salih Guler - Making the most out of your Flutter development - Flutter Warsaw #12
Flutter Warsaw Meetup #12
Knowing that the Flutter team created some amazing developer tools for us to monitor our applications, enhance the performance and give us an opportunity to give a better application experience to our users. In this talk, we will…
Knowing that the Flutter team created some amazing developer tools for us to monitor our applications, enhance the performance and give us an opportunity to give a better application experience to our users. In this talk, we will…
New post on /r/flutterdev subreddit:
rainbow_color | simplified multi-color interpolation. Map a numerical domain to a smooth-transitioning color range.
https://ift.tt/2Tr47aY
May 21, 2020 at 04:00PM by Elixane
https://ift.tt/3gd2gQE
rainbow_color | simplified multi-color interpolation. Map a numerical domain to a smooth-transitioning color range.
https://ift.tt/2Tr47aY
May 21, 2020 at 04:00PM by Elixane
https://ift.tt/3gd2gQE
Dart packages
rainbow_color | Flutter Package
Simplified multi-color interpolation. Map a numerical domain to a smooth-transitioning color range.
New post on /r/flutterdev subreddit:
Stack
https://youtu.be/XDALqdCm8eI
May 21, 2020 at 04:24PM by TheTechDesigner
https://ift.tt/2XlTkQm
Stack
https://youtu.be/XDALqdCm8eI
May 21, 2020 at 04:24PM by TheTechDesigner
https://ift.tt/2XlTkQm
YouTube
Flutter Widget | 40 | Stack | SizedBox, Container, Text, Padding, Center, Column | Speed Code
#TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
#Center #Padding #Column #Stack #StackFit #loose #fit #expand #Overflow #clip #visible #Alignment #height #Container #width #Color #AlignmentDirectional #SizedBox…
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
#Center #Padding #Column #Stack #StackFit #loose #fit #expand #Overflow #clip #visible #Alignment #height #Container #width #Color #AlignmentDirectional #SizedBox…
New post on Flutter Dev Google group:
re-problem with showSearch in Flutter
Good morning, I'm following a course on Flutter, and I stopped for a problem. I have this main.dart import 'dart:collection'; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:hn_app/src/hn_bloc.dart'; import
May 21, 2020 at 04:17PM by Alessandro Fratini
https://ift.tt/2XazFCQ
re-problem with showSearch in Flutter
Good morning, I'm following a course on Flutter, and I stopped for a problem. I have this main.dart import 'dart:collection'; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:hn_app/src/hn_bloc.dart'; import
May 21, 2020 at 04:17PM by Alessandro Fratini
https://ift.tt/2XazFCQ
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:
The default dummy app won't launch. What am I doing wrong?
I've installed everything yet when I try to start up the default dummy app it immediately crashes. the errors: Launching lib\main.dart on Android SDK built for x86 in debug mode...Running Gradle task 'assembleDebug'...Improperly formatted define flag: FINKI\Kodovi\Android\myApp\myapp\lib\mai
May 21, 2020 at 04:57PM by Andrej
https://ift.tt/3g9Zko3
The default dummy app won't launch. What am I doing wrong?
I've installed everything yet when I try to start up the default dummy app it immediately crashes. the errors: Launching lib\main.dart on Android SDK built for x86 in debug mode...Running Gradle task 'assembleDebug'...Improperly formatted define flag: FINKI\Kodovi\Android\myApp\myapp\lib\mai
May 21, 2020 at 04:57PM by Andrej
https://ift.tt/3g9Zko3
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:
Comparing the performance of the FLUTTER_WEB_USE_SKIA flag
Hi everyone,About a week ago I shared a demo of the Flutter Web app we're working in a comment, the consensus seemed to be it looks good but performs slowly. On my desktop the app is fast however I can use the 4x CPU slowdown in the browser dev tools to make it run pretty slowly.I've created a build of the app with the FLUTTER_WEB_USE_SKIA flag enabled to compare the difference. Many of the icons aren't yet showing but in general the app seems to work well. If I compare them side by side with 4x slowdown some aspects are clearly better, such as the response times of the mouse hover highlights.Flag disabled: https://hillelcoren.github.io/invoiceninja/Flag enabled: https://hillelcoren.github.io/invoiceninja_skia/ If you have time to check it out I'd be curious to know your experience.Note: although the flag helps the app still runs slow with a slower CPU. I think many of the issues are due to problems with our app's code, not Flutter Web. We're currently working on the problem trying to track it down, the code is open source if you want to try helping.https://github.com/invoiceninja/flutter-clientThanks!
May 21, 2020 at 04:55PM by hillel369
https://ift.tt/2XkgUwO
Comparing the performance of the FLUTTER_WEB_USE_SKIA flag
Hi everyone,About a week ago I shared a demo of the Flutter Web app we're working in a comment, the consensus seemed to be it looks good but performs slowly. On my desktop the app is fast however I can use the 4x CPU slowdown in the browser dev tools to make it run pretty slowly.I've created a build of the app with the FLUTTER_WEB_USE_SKIA flag enabled to compare the difference. Many of the icons aren't yet showing but in general the app seems to work well. If I compare them side by side with 4x slowdown some aspects are clearly better, such as the response times of the mouse hover highlights.Flag disabled: https://hillelcoren.github.io/invoiceninja/Flag enabled: https://hillelcoren.github.io/invoiceninja_skia/ If you have time to check it out I'd be curious to know your experience.Note: although the flag helps the app still runs slow with a slower CPU. I think many of the issues are due to problems with our app's code, not Flutter Web. We're currently working on the problem trying to track it down, the code is open source if you want to try helping.https://github.com/invoiceninja/flutter-clientThanks!
May 21, 2020 at 04:55PM by hillel369
https://ift.tt/2XkgUwO
New tweet from FlutterDev:
💙#FlutterDay, June 25th
💙24 hour digital event
💙3 livestream segments
💙Try new & updated codelabs
Join Flutter fans from around the world, get your questions answered, and get ready for #Hack20.
More info → https://t.co/uTjLCfxOv9
Register → https://t.co/Z1nOPWwxMJ pic.twitter.com/8AyjJVtIVM— Flutter (@FlutterDev) May 21, 2020
May 21, 2020 at 05:19PM
http://twitter.com/FlutterDev/status/1263489644068368385
💙#FlutterDay, June 25th
💙24 hour digital event
💙3 livestream segments
💙Try new & updated codelabs
Join Flutter fans from around the world, get your questions answered, and get ready for #Hack20.
More info → https://t.co/uTjLCfxOv9
Register → https://t.co/Z1nOPWwxMJ pic.twitter.com/8AyjJVtIVM— Flutter (@FlutterDev) May 21, 2020
May 21, 2020 at 05:19PM
http://twitter.com/FlutterDev/status/1263489644068368385
New post on /r/flutterdev subreddit:
Flutter Day
https://ift.tt/2AStkot
May 21, 2020 at 05:24PM by chimon2000
https://ift.tt/2zigpLY
Flutter Day
https://ift.tt/2AStkot
May 21, 2020 at 05:24PM by chimon2000
https://ift.tt/2zigpLY
Medium
Save the Date: Flutter Day, June 25, 2020
As a team, we’re used to plenty of travel, hanging out at various events and user groups, and connecting with folks in person; we miss our…
New post on /r/flutterdev subreddit:
ArtFlutter Meetup #1 live right now with dart ffi and web adaptive layout
https://youtu.be/Wz-UYq6mU-s
May 21, 2020 at 05:15PM by bitsydarel
https://ift.tt/3bQ7mzc
ArtFlutter Meetup #1 live right now with dart ffi and web adaptive layout
https://youtu.be/Wz-UYq6mU-s
May 21, 2020 at 05:15PM by bitsydarel
https://ift.tt/3bQ7mzc
YouTube
ArtFlutter Meetup #1
Первый митап от сообщества ArtFlutter.
План докладов:
18:00 – Mike Pyts – Flutter/Web: adaptive and responsive UI
19:00 – Darel Bitsy – Integrating C/C++ code into your Flutter application.
Вступайте в нашу телеграм-группу https://t.me/artflutter и следите…
План докладов:
18:00 – Mike Pyts – Flutter/Web: adaptive and responsive UI
19:00 – Darel Bitsy – Integrating C/C++ code into your Flutter application.
Вступайте в нашу телеграм-группу https://t.me/artflutter и следите…
New post on /r/flutterdev subreddit:
The Get package
I ran across the Get package (https://pub.dev/packages/get) and reading up on it, and playing with the examples left me wondering why it's not talked about more often. Have any of you run across it?Btw, how do you all keep from trying every wonderous thing people give to the community? It's almost too much. lol
May 21, 2020 at 06:33PM by jrheisler
https://ift.tt/3gbBOHi
The Get package
I ran across the Get package (https://pub.dev/packages/get) and reading up on it, and playing with the examples left me wondering why it's not talked about more often. Have any of you run across it?Btw, how do you all keep from trying every wonderous thing people give to the community? It's almost too much. lol
May 21, 2020 at 06:33PM by jrheisler
https://ift.tt/3gbBOHi
Dart packages
get | Flutter package
Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX.
New post on /r/flutterdev subreddit:
Is it reasonably easy to achieve *consistent* 60 FPS in Flutter?
I'm considering using Flutter for a new app, so far I used it for about a week. To be honest, I have some doubts about whether it will be reasonably easy to achieve high quality experience comparable to a native app. I've downloaded the Flutter Gallery app and lot of the animations are not smooth (for example the top right menu). Scrolling also seems to perform worse than native.In addition to performance problems, some widgets and interactions don't feel native, because they don't accurately mimic the native widgets. There's also a bug on Android - the app is black in the app switcher.
May 21, 2020 at 06:12PM by falconberger
https://ift.tt/2ZqNa4m
Is it reasonably easy to achieve *consistent* 60 FPS in Flutter?
I'm considering using Flutter for a new app, so far I used it for about a week. To be honest, I have some doubts about whether it will be reasonably easy to achieve high quality experience comparable to a native app. I've downloaded the Flutter Gallery app and lot of the animations are not smooth (for example the top right menu). Scrolling also seems to perform worse than native.In addition to performance problems, some widgets and interactions don't feel native, because they don't accurately mimic the native widgets. There's also a bug on Android - the app is black in the app switcher.
May 21, 2020 at 06:12PM by falconberger
https://ift.tt/2ZqNa4m
reddit
Is it reasonably easy to achieve *consistent* 60 FPS in Flutter?
I'm considering using Flutter for a new app, so far I used it for about a week. To be honest, I have some doubts about whether it will be...
New post on Flutter Dev Google group:
Firebase message, when App is terminated
Hi everyone, the firebase messaging library has provided up to when the app is in the background, the notification can be read. I can't seem to find a solution for reading notifications when app is destroyed is there any update on this? Let me know Thank you in advance!
May 21, 2020 at 06:18PM by Santhosh Ramachandran
https://ift.tt/2zX4rY2
Firebase message, when App is terminated
Hi everyone, the firebase messaging library has provided up to when the app is in the background, the notification can be read. I can't seem to find a solution for reading notifications when app is destroyed is there any update on this? Let me know Thank you in advance!
May 21, 2020 at 06:18PM by Santhosh Ramachandran
https://ift.tt/2zX4rY2
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.