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
New post on /r/flutterdev subreddit:
What features do you want in a Flutter IDE? - OC
https://twitter.com/rodydavis/status/1226686984346689536?s=21
February 10, 2020 at 03:31AM by SoundDr
https://ift.tt/39l7S7h
What features do you want in a Flutter IDE? - OC
https://twitter.com/rodydavis/status/1226686984346689536?s=21
February 10, 2020 at 03:31AM by SoundDr
https://ift.tt/39l7S7h
Twitter
Rody Davis
What about a GUI for theme options? Using the system color picker and updating a theme file for light and dark mode. Works with existing projects! @FlutterDev π Live preview too https://t.co/wuxqGsSHhQ
New post on /r/flutterdev subreddit:
Create an Excel based app in Flutter
Im learning Flutter and want to build an Excel based based app.Here are the features that I want to include:- Table based structure with horizontal scroll.- Create, Edit, Delete data (numbers).- able to move data around any cells within the table- add calendar or dates to table Horizontally- Calculations within the TableBefore I start creating my app. I wanted to get input from fellow developer from beginners to advance on the best way to approach this. Thank you in advance for your help.
February 10, 2020 at 03:07AM by Legalyze
https://ift.tt/2UDHyB7
Create an Excel based app in Flutter
Im learning Flutter and want to build an Excel based based app.Here are the features that I want to include:- Table based structure with horizontal scroll.- Create, Edit, Delete data (numbers).- able to move data around any cells within the table- add calendar or dates to table Horizontally- Calculations within the TableBefore I start creating my app. I wanted to get input from fellow developer from beginners to advance on the best way to approach this. Thank you in advance for your help.
February 10, 2020 at 03:07AM by Legalyze
https://ift.tt/2UDHyB7
reddit
Create an Excel based app in Flutter
Im learning Flutter and want to build an Excel based based app. Here are the features that I want to include: \- Table based structure with...
New post on /r/flutterdev subreddit:
Is there any package/feature that Flutter devs would like to see?
I'm a package developer for Dart/Flutter in my spare time, and have had moderate success in doing so (https://pub.dev/publishers/kishoredev.live/packages).I just wanted to ask around and see if there was a package or feature request for Flutter that I could help bring to fruition. I have the time to invest, so shoot with any packages/APIs you would like to see.
February 10, 2020 at 02:26AM by AKushWarrior
https://ift.tt/3boQFf8
Is there any package/feature that Flutter devs would like to see?
I'm a package developer for Dart/Flutter in my spare time, and have had moderate success in doing so (https://pub.dev/publishers/kishoredev.live/packages).I just wanted to ask around and see if there was a package or feature request for Flutter that I could help bring to fruition. I have the time to invest, so shoot with any packages/APIs you would like to see.
February 10, 2020 at 02:26AM by AKushWarrior
https://ift.tt/3boQFf8
Dart packages
Packages of publisher kishoredev.live
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter, AngularDart, and general Dart programs.
New post on Flutter Dev Google group:
Professional Connectivity App Development
I want to build an app like LinkedIn that connects people and I developed a basic social media app. Can somebody point me to the direction that how can I add functionality to that app and what tools I need to have for the requirements? It is my first app that is going to be this big and I wonder
February 10, 2020 at 07:10AM by kuldeep rawat
https://ift.tt/2UKT0ee
Professional Connectivity App Development
I want to build an app like LinkedIn that connects people and I developed a basic social media app. Can somebody point me to the direction that how can I add functionality to that app and what tools I need to have for the requirements? It is my first app that is going to be this big and I wonder
February 10, 2020 at 07:10AM by kuldeep rawat
https://ift.tt/2UKT0ee
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:
Is it possible to use one model class for both retrofit(or dio) and moor
Hello, I have been develop an app that can retrieve data from api and save it locally. I use retrofit for api connection and moor for local database. The problem is, I already have my own class model to connect to my api service, but moor create a new class model when I create a new table and use that new class model for local database connection. How can I implement the same class model that I already made and use in retrofit for moor database?
February 10, 2020 at 09:02AM by rakanduk
https://ift.tt/2w6oL7x
Is it possible to use one model class for both retrofit(or dio) and moor
Hello, I have been develop an app that can retrieve data from api and save it locally. I use retrofit for api connection and moor for local database. The problem is, I already have my own class model to connect to my api service, but moor create a new class model when I create a new table and use that new class model for local database connection. How can I implement the same class model that I already made and use in retrofit for moor database?
February 10, 2020 at 09:02AM by rakanduk
https://ift.tt/2w6oL7x
reddit
Is it possible to use one model class for both retrofit(or dio)...
Hello, I have been develop an app that can retrieve data from api and save it locally. I use retrofit for api connection and moor for local...
New post on /r/flutterdev subreddit:
Starter Architecture for Flutter & Firebase Apps
https://youtu.be/rMDRgXnBMq0
February 10, 2020 at 10:00AM by bizz84
https://ift.tt/2viHX1u
Starter Architecture for Flutter & Firebase Apps
https://youtu.be/rMDRgXnBMq0
February 10, 2020 at 10:00AM by bizz84
https://ift.tt/2viHX1u
YouTube
Starter Architecture for Flutter & Firebase Apps
Written tutorial here: ππ
https://codewithandrea.com/videos/2020-02-10-starter-architecture-flutter-firebase/
In this tutorial I give a detailed overview of a production-ready architecture that I've fine-tuned over the last two years. You can use the includedβ¦
https://codewithandrea.com/videos/2020-02-10-starter-architecture-flutter-firebase/
In this tutorial I give a detailed overview of a production-ready architecture that I've fine-tuned over the last two years. You can use the includedβ¦
New post on Flutter Dev Google group:
Having trouble with handling native method call in Swift
In the app I'm writing I'm having trouble with handling the arguments: *let* args = call.arguments *as*? Dictionary
Having trouble with handling native method call in Swift
In the app I'm writing I'm having trouble with handling the arguments: *let* args = call.arguments *as*? Dictionary
New post on /r/flutterdev subreddit:
Get Fluttered : Postman Animation
https://ift.tt/38gs9dY
February 10, 2020 at 10:45AM by The404Skillset
https://ift.tt/2H9l1nR
Get Fluttered : Postman Animation
https://ift.tt/38gs9dY
February 10, 2020 at 10:45AM by The404Skillset
https://ift.tt/2H9l1nR
Medium
Get Fluttered : Postman Animation
A lot of you guys must have used Postman before. Today, we are going to build the Postman loading screen animation, so letβs get straightβ¦
New post on /r/flutterdev subreddit:
Advanced Flutter: Matrix4 and Perspective Transformations
https://ift.tt/2uoUbWk
February 10, 2020 at 10:31AM by deven9852
https://ift.tt/37cvaL9
Advanced Flutter: Matrix4 and Perspective Transformations
https://ift.tt/2uoUbWk
February 10, 2020 at 10:31AM by deven9852
https://ift.tt/37cvaL9
Medium
Advanced Flutter: Matrix4 And Perspective Transformations
Demystifying Matrix4 and utilising the full power of the Transform Widget
New post on Flutter Dev Google group:
Flutter web is not connecting to browser instance due to fire wall
Greetings Flutter Gang! I am having trouble connecting to chrome. I had this issue in the past, but I read some article on the internet that help me to solve the problem. I been searching for 3 days for this and I been unsuccessful. I upgrade to latest android studio and updated windows 10. I
February 10, 2020 at 10:58AM by spaceage
https://ift.tt/2SvxFTG
Flutter web is not connecting to browser instance due to fire wall
Greetings Flutter Gang! I am having trouble connecting to chrome. I had this issue in the past, but I read some article on the internet that help me to solve the problem. I been searching for 3 days for this and I been unsuccessful. I upgrade to latest android studio and updated windows 10. I
February 10, 2020 at 10:58AM by spaceage
https://ift.tt/2SvxFTG
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/2OI7yYr
February 10, 2020 at 12:09PM by craetornetwork
https://ift.tt/2ShzJjj
Responsive Flutter Layouts
https://ift.tt/2OI7yYr
February 10, 2020 at 12:09PM by craetornetwork
https://ift.tt/2ShzJjj
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:
Flutter Tap Newsletter - Week 25 - Articles, tools, tutorials, videos and much more. Submit your app of the week!
https://ift.tt/37jQajn
February 10, 2020 at 01:17PM by vensign
https://ift.tt/2tGjBOy
Flutter Tap Newsletter - Week 25 - Articles, tools, tutorials, videos and much more. Submit your app of the week!
https://ift.tt/37jQajn
February 10, 2020 at 01:17PM by vensign
https://ift.tt/2tGjBOy
Fluttertap
Newsletter Issue 25
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 25
New post on /r/flutterdev subreddit:
My first Flutter sample - Login/Register using MVVM and clean architecture
https://ift.tt/39nUUWi
February 10, 2020 at 01:07PM by MOHAMED_I
https://ift.tt/2SfVOOQ
My first Flutter sample - Login/Register using MVVM and clean architecture
https://ift.tt/39nUUWi
February 10, 2020 at 01:07PM by MOHAMED_I
https://ift.tt/2SfVOOQ
GitHub
MohamedISoliman/bancher
Flutter Login/Register sample using clean architecture - MohamedISoliman/bancher
New post on /r/flutterdev subreddit:
Can I use Bloc patter in flutter with API response accessible on multiple screens?
/r/Flutter/comments/f1pwzn/can_i_use_bloc_patter_in_flutter_with_api/
February 10, 2020 at 02:37PM by ronlobo12
https://ift.tt/2OJJowF
Can I use Bloc patter in flutter with API response accessible on multiple screens?
/r/Flutter/comments/f1pwzn/can_i_use_bloc_patter_in_flutter_with_api/
February 10, 2020 at 02:37PM by ronlobo12
https://ift.tt/2OJJowF
reddit
Can I use Bloc patter in flutter with API response accessible on...
Posted in r/FlutterDev by u/ronlobo12 β’ 1 point and 0 comments
New post on /r/flutterdev subreddit:
Will you ever have to touch these files/folders? (.dart_tool, .idea, .flutter-plugins, ...)
Basically all files prefixed with a "." and pubspec.lock. Do you ever have to touch them? Does anyone use VS Code to hide them from the file to explorer to keep it less cluttered?
February 10, 2020 at 04:29PM by themindstorm
https://ift.tt/3brLRWk
Will you ever have to touch these files/folders? (.dart_tool, .idea, .flutter-plugins, ...)
Basically all files prefixed with a "." and pubspec.lock. Do you ever have to touch them? Does anyone use VS Code to hide them from the file to explorer to keep it less cluttered?
February 10, 2020 at 04:29PM by themindstorm
https://ift.tt/3brLRWk
reddit
Will you ever have to touch these files/folders? (.dart_tool,...
Basically all files prefixed with a "." and pubspec.lock. Do you ever have to touch them? Does anyone use VS Code to hide them from the file to...
New post on /r/flutterdev subreddit:
How to implement generic Dio Transformer?
Dio uses Transformers to convert responses of Http calls to Map. I would like to implement a custom Transformer that will transform the response body directly to its respective DTO(BuiltValue class). I have created a serializer class that provided the type of class that can make the conversion from Map to the DTO object, but I do not know how to specify the type that is expected to be in the body of the response. The method that I should override in the Dio Transformer looks like this:
February 10, 2020 at 04:53PM by albaniantech
https://ift.tt/2w5XhPm
How to implement generic Dio Transformer?
Dio uses Transformers to convert responses of Http calls to Map. I would like to implement a custom Transformer that will transform the response body directly to its respective DTO(BuiltValue class). I have created a serializer class that provided the type of class that can make the conversion from Map to the DTO object, but I do not know how to specify the type that is expected to be in the body of the response. The method that I should override in the Dio Transformer looks like this:
Future transformResponse(RequestOptions options, ResponseBody response) { // implementation here }The problem I have here is it does not have any <T> declaration which I could use to tell it which object I am expecting in the body of the response. I would like all the logic to be in this method so that I do not have to call fromJson methods every time I need to parse the response of an Http call. I would like this process to be managed in the Transformer.
February 10, 2020 at 04:53PM by albaniantech
https://ift.tt/2w5XhPm
reddit
How to implement generic Dio Transformer?
`Dio` uses `Transformers` to convert responses of Http calls to `Map`. I would like to implement a custom `Transformer` that will transform the...
New post on /r/flutterdev subreddit:
Beginning Flutter - Intermediate - Animation
https://www.youtube.com/watch?v=JyTKYW0qk9I&feature=share
February 10, 2020 at 05:49PM by Pixelreddit
https://ift.tt/31IQdUz
Beginning Flutter - Intermediate - Animation
https://www.youtube.com/watch?v=JyTKYW0qk9I&feature=share
February 10, 2020 at 05:49PM by Pixelreddit
https://ift.tt/31IQdUz
YouTube
Beginning Flutter - Animation - AnimatedContainer - AnimatedCrossFade - AnimatedOpacity
In this video, you are going to take a look at:
00:39 - Tween Animation - 'in-between'
01:07 - How to use AnimatedContainer to gradually change values over time
02:06 - How to use AnimatedCrossFade to cross-fade between two children widgets
03:02 - How toβ¦
00:39 - Tween Animation - 'in-between'
01:07 - How to use AnimatedContainer to gradually change values over time
02:06 - How to use AnimatedCrossFade to cross-fade between two children widgets
03:02 - How toβ¦
New tweet from FlutterDev:
γ €
πβ€οΈπγ πβ€οΈπ
β€οΈγγ β€οΈ β€οΈγγ β€οΈ
π γ THANKS π
β€οΈ FOR β€οΈ
γ π WATCHING π
γγ β€οΈγγγ β€οΈ
γ π π
γγγγγ β€οΈ
We hit 2M on YouTube!
Join the party→https://t.co/6hvNzJa1wL pic.twitter.com/75AppIKRS1β Google Developers (@googledevs) February 10, 2020
February 10, 2020 at 06:56PM
http://twitter.com/FlutterDev/status/1226927997036331008
γ €
πβ€οΈπγ πβ€οΈπ
β€οΈγγ β€οΈ β€οΈγγ β€οΈ
π γ THANKS π
β€οΈ FOR β€οΈ
γ π WATCHING π
γγ β€οΈγγγ β€οΈ
γ π π
γγγγγ β€οΈ
We hit 2M on YouTube!
Join the party→https://t.co/6hvNzJa1wL pic.twitter.com/75AppIKRS1β Google Developers (@googledevs) February 10, 2020
February 10, 2020 at 06:56PM
http://twitter.com/FlutterDev/status/1226927997036331008
YouTube
Google Developers
The Google Developers channel features talks from events, educational series, best practices, tips, and the latest updates across our products and platforms.
New post on Flutter Dev Google group:
Flutter Development Partners - Canada
Hi Flutter-Dev, One of my advertisers asked if we know of a list of Canadian Partners that have Flutter Experience. Has anyone seen a list out there, or would you be able to pass along some organizations that have experience? Looking forward to hearing back, Gordy
February 10, 2020 at 07:36PM by Gordon Guay
https://ift.tt/3bqyLIJ
Flutter Development Partners - Canada
Hi Flutter-Dev, One of my advertisers asked if we know of a list of Canadian Partners that have Flutter Experience. Has anyone seen a list out there, or would you be able to pass along some organizations that have experience? Looking forward to hearing back, Gordy
February 10, 2020 at 07:36PM by Gordon Guay
https://ift.tt/3bqyLIJ
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.