New post on /r/flutterdev subreddit:
Do iOS builds take long for everyone else?
Same app, both after a flutter clean.Ubuntu 20.04 Intel 4690k (old af) 16gb ram:flutter build apk = 161 secondsflutter build apk (second) = 35 secondsMac air M1 with 8gb ram:flutter build ios = 202 secondsflutter build ios (second) = 53 seconds4690k is an old quad core CPU, and the new mac M1 blows its doors off in performance. Yet building iOS is way slower :(Is there a reason for this?
December 17, 2021 at 07:41PM by scorr204
https://ift.tt/3mfvXoT
Do iOS builds take long for everyone else?
Same app, both after a flutter clean.Ubuntu 20.04 Intel 4690k (old af) 16gb ram:flutter build apk = 161 secondsflutter build apk (second) = 35 secondsMac air M1 with 8gb ram:flutter build ios = 202 secondsflutter build ios (second) = 53 seconds4690k is an old quad core CPU, and the new mac M1 blows its doors off in performance. Yet building iOS is way slower :(Is there a reason for this?
December 17, 2021 at 07:41PM by scorr204
https://ift.tt/3mfvXoT
reddit
Do iOS builds take long for everyone else?
Same app, both after a flutter clean. Ubuntu 20.04 Intel 4690k (old af) 16gb ram: flutter build apk = 161 seconds flutter build apk (second) =...
New post on /r/flutterdev subreddit:
Use Freezed to avoid hundreds of lines of boilerplate (hashCode, equality override, toString and copyWith)
https://youtu.be/NyCPrcgSjzY
December 17, 2021 at 10:36PM by flutter--help
https://ift.tt/3GU7768
Use Freezed to avoid hundreds of lines of boilerplate (hashCode, equality override, toString and copyWith)
https://youtu.be/NyCPrcgSjzY
December 17, 2021 at 10:36PM by flutter--help
https://ift.tt/3GU7768
YouTube
Avoid hundreds of lines of Flutter boilerplate with the Freezed plugin
Use the Freezed plugin to generate copyWith, equality, hashCode and toString for immutable classes.
Content:
00:00 Intro
01:20 Example Model
02:20 Pubspec
02:40 Constructor Redirecting
04:30 User
06:25 Company
07:10 Location
08:00 Generate Files
08:30 User…
Content:
00:00 Intro
01:20 Example Model
02:20 Pubspec
02:40 Constructor Redirecting
04:30 User
06:25 Company
07:10 Location
08:00 Generate Files
08:30 User…
New post on /r/flutterdev subreddit:
Macbook Pro 2017 i7 in 2021?
Hey!What do you think about getting the MacBook pro 2017, i7 2,9, 16gb ram?Now I have the MSI GS65 i7, 32gb, GTX 1060. I works very good, but I want to have the option to work on iOS.I tried hackintosh but I could not make it work. Maybe Mac VM on linux.I was checking the MB Air M1... But with the 16GB goes up to 1600€, and only one external display...I have to connect dual 4k, the 2017 can work?Mac mini is not an option.Any advice on what to do?Cheers!
December 18, 2021 at 12:34AM by FreshkyFresh
https://ift.tt/3slL4RP
Macbook Pro 2017 i7 in 2021?
Hey!What do you think about getting the MacBook pro 2017, i7 2,9, 16gb ram?Now I have the MSI GS65 i7, 32gb, GTX 1060. I works very good, but I want to have the option to work on iOS.I tried hackintosh but I could not make it work. Maybe Mac VM on linux.I was checking the MB Air M1... But with the 16GB goes up to 1600€, and only one external display...I have to connect dual 4k, the 2017 can work?Mac mini is not an option.Any advice on what to do?Cheers!
December 18, 2021 at 12:34AM by FreshkyFresh
https://ift.tt/3slL4RP
reddit
Macbook Pro 2017 i7 in 2021?
Hey! What do you think about getting the MacBook pro 2017, i7 2,9, 16gb ram? Now I have the MSI GS65 i7, 32gb, GTX 1060. I works very good, but...
New post on /r/flutterdev subreddit:
Learn how to run Flutter Widget Tests as Integration Tests
https://ift.tt/3EdRXa8
December 18, 2021 at 02:17AM by emanresu_2017
https://ift.tt/3sef81o
Learn how to run Flutter Widget Tests as Integration Tests
https://ift.tt/3EdRXa8
December 18, 2021 at 02:17AM by emanresu_2017
https://ift.tt/3sef81o
Flutter from a .NET Perspective
Learn how to run Flutter Widget Tests as Integration Tests
Learn how to run Flutter Widget Tests as Integration Tests in Visual Studio Code and turn any test into an automated test
New post on /r/flutterdev subreddit:
Flutter Payment gateway integration with Stripe
https://ift.tt/3e4MmZ2
December 18, 2021 at 02:16AM by rrtutors
https://ift.tt/3sktltM
Flutter Payment gateway integration with Stripe
https://ift.tt/3e4MmZ2
December 18, 2021 at 02:16AM by rrtutors
https://ift.tt/3sktltM
Rrtutors
Flutter Payment gateway integration with Stripe
Flutter stripe Paymentgateway integration. Make Payment with cards.
New post on /r/flutterdev subreddit:
Reduce package size publish to pub.dev
For Package maintainer, Please run
December 18, 2021 at 11:28AM by Fienases
https://ift.tt/32dNGpQ
Reduce package size publish to pub.dev
For Package maintainer, Please run
flutter clean
in your example folder before publishing to pub.dev to reduce package size. I just realize some packages are pushed with the build folder in their example folder. This can cause more bandwidth and time while running flutter pub get
. This also applies to any unnecessary files.December 18, 2021 at 11:28AM by Fienases
https://ift.tt/32dNGpQ
New post on /r/flutterdev subreddit:
Flutter 2.8 - Everything You Need To Know
https://youtube.com/watch?v=5CemOPRUJzA&feature=share
December 18, 2021 at 01:47PM by syntacops
https://ift.tt/3e25RRJ
Flutter 2.8 - Everything You Need To Know
https://youtube.com/watch?v=5CemOPRUJzA&feature=share
December 18, 2021 at 01:47PM by syntacops
https://ift.tt/3e25RRJ
YouTube
Flutter 2.8 - Everything You Need To Know
Flutter 2.8 is out and with it lots of new features and improvements. In this video you get a compact overview of all important changes.
#flutter #2.8 #overview
🌐 SOURCES / RESOURCES:
Flutter Desktop:
👉 https://flutter.dev/multi-platform/desktop
Announcing…
#flutter #2.8 #overview
🌐 SOURCES / RESOURCES:
Flutter Desktop:
👉 https://flutter.dev/multi-platform/desktop
Announcing…
New post on /r/flutterdev subreddit:
I want to build for both android and IOS but torn on what machine to get.
I know IOS requires a Apple product but I really don't want to get one, one it's very expensive and I wanted to get a surface tbh but then to build for IOS, apple OS is required. I want to keep myself minimalist so don't want to get surface for development and everyday use and just get some sort of Apple device to do IOS builds and tests.So I am now leaning towards MacBook, anyone else in this position or can offer advise please?Thanks.
December 18, 2021 at 02:46PM by No-Cap2916
https://ift.tt/33GlA7j
I want to build for both android and IOS but torn on what machine to get.
I know IOS requires a Apple product but I really don't want to get one, one it's very expensive and I wanted to get a surface tbh but then to build for IOS, apple OS is required. I want to keep myself minimalist so don't want to get surface for development and everyday use and just get some sort of Apple device to do IOS builds and tests.So I am now leaning towards MacBook, anyone else in this position or can offer advise please?Thanks.
December 18, 2021 at 02:46PM by No-Cap2916
https://ift.tt/33GlA7j
reddit
I want to build for both android and IOS but torn on what machine...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
What are some free resources to study Flutter from scratch?
I made a post here before asking whether it was ok if I learned Flutter directly without having any prior knowledge in App Development. Almost all the responses I got said it was ok to do so. But I don't know where to learn Flutter from as most of the videos on YouTube assume I already know AppDev. Do you guys know of any great resources to learn from that are preferably free? It can also be paid, but I prefer free because I'm a broke college student.Thank you for your time!
December 18, 2021 at 04:02PM by Not-A-myth
https://ift.tt/3Fba6GC
What are some free resources to study Flutter from scratch?
I made a post here before asking whether it was ok if I learned Flutter directly without having any prior knowledge in App Development. Almost all the responses I got said it was ok to do so. But I don't know where to learn Flutter from as most of the videos on YouTube assume I already know AppDev. Do you guys know of any great resources to learn from that are preferably free? It can also be paid, but I prefer free because I'm a broke college student.Thank you for your time!
December 18, 2021 at 04:02PM by Not-A-myth
https://ift.tt/3Fba6GC
reddit
What are some free resources to study Flutter from scratch?
I made a post here before asking whether it was ok if I learned Flutter directly without having any prior knowledge in App Development. Almost...
New post on /r/flutterdev subreddit:
flutter compass
how to creat Qibla location with flutter
December 18, 2021 at 06:03PM by Accomplished-Bit-495
https://ift.tt/3yE3LBa
flutter compass
how to creat Qibla location with flutter
December 18, 2021 at 06:03PM by Accomplished-Bit-495
https://ift.tt/3yE3LBa
reddit
r/FlutterDev - flutter compass
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter website restrictions
Hi there, I want to build a website in flutter that also has some functionality to it (e.g. logins, payments, database requests etc.).I recently started flutter and am really enjoying it. So here is my question:What are the restrictions I need to accept when coding a website? Additionally, can I just code along in flutter and export it to a website, or do I need to take on extra steps?
December 18, 2021 at 10:18PM by eyren5000
https://ift.tt/3Fcr7QG
Flutter website restrictions
Hi there, I want to build a website in flutter that also has some functionality to it (e.g. logins, payments, database requests etc.).I recently started flutter and am really enjoying it. So here is my question:What are the restrictions I need to accept when coding a website? Additionally, can I just code along in flutter and export it to a website, or do I need to take on extra steps?
December 18, 2021 at 10:18PM by eyren5000
https://ift.tt/3Fcr7QG
reddit
Flutter website restrictions
Hi there, I want to build a website in flutter that also has some functionality to it (e.g. logins, payments, database requests etc.). I...
New post on /r/flutterdev subreddit:
New update mc package for state managment & request
https://ift.tt/33IhYSj
December 18, 2021 at 11:13PM by m97chahboun
https://ift.tt/30FFvlz
New update mc package for state managment & request
https://ift.tt/33IhYSj
December 18, 2021 at 11:13PM by m97chahboun
https://ift.tt/30FFvlz
Dart packages
mc | Flutter Package
State management & request package, Model,View,Controller,Request MVCR.
New post on /r/flutterdev subreddit:
Is there any vscode plugin for Dart code graph?
Sometimes I need to switch between different class and function very often and fast.Something like this: image info https://i.stack.imgur.com/hoFO3.png
December 19, 2021 at 05:13AM by JakeTheMaster
https://ift.tt/3yHhBm8
Is there any vscode plugin for Dart code graph?
Sometimes I need to switch between different class and function very often and fast.Something like this: image info https://i.stack.imgur.com/hoFO3.png
December 19, 2021 at 05:13AM by JakeTheMaster
https://ift.tt/3yHhBm8
New post on /r/flutterdev subreddit:
Can I use both GetX and Provider in a Flutter Application ?
Please don't hate me for this.I have to deliver an application to a client and it's kinda urgent. Im thinking of using GetX for navigation and Snackbar n stuff but provider for necessary state management n stuff. I'm not sure if I could use both of them together. Please help me with Suggestions
December 19, 2021 at 07:41AM by Vdx__
https://ift.tt/3E3ZYOI
Can I use both GetX and Provider in a Flutter Application ?
Please don't hate me for this.I have to deliver an application to a client and it's kinda urgent. Im thinking of using GetX for navigation and Snackbar n stuff but provider for necessary state management n stuff. I'm not sure if I could use both of them together. Please help me with Suggestions
December 19, 2021 at 07:41AM by Vdx__
https://ift.tt/3E3ZYOI
reddit
Can I use both GetX and Provider in a Flutter Application ?
Please don't hate me for this. I have to deliver an application to a client and it's kinda urgent. Im thinking of using GetX for navigation and...
New post on /r/flutterdev subreddit:
App Lifecycle State In Flutter Explained
https://youtu.be/ltCmMQcCbEQ
December 19, 2021 at 10:01AM by OSetups
https://ift.tt/3yFCUEG
App Lifecycle State In Flutter Explained
https://youtu.be/ltCmMQcCbEQ
December 19, 2021 at 10:01AM by OSetups
https://ift.tt/3yFCUEG
YouTube
App LifeCycle State in Flutter | Flutter Basics
Understand App Life Cycle State in Flutter by learning it's meaning, how to implement it in code and use cases of using it!
Connect With Me Here:
https://instagram.com/optimalcoding
namanrivaan@gmail.com
https://github.com/rivaanranawat
https://namanrivaan.medium.com
Connect With Me Here:
https://instagram.com/optimalcoding
namanrivaan@gmail.com
https://github.com/rivaanranawat
https://namanrivaan.medium.com
New post on /r/flutterdev subreddit:
Flutter - Let's work on the Profile page ( Without Login -1 ) of shopping app || Shopping App #04
https://youtu.be/ZHPSmna-_OE
December 19, 2021 at 10:34AM by devstack06
https://ift.tt/3sg2leT
Flutter - Let's work on the Profile page ( Without Login -1 ) of shopping app || Shopping App #04
https://youtu.be/ZHPSmna-_OE
December 19, 2021 at 10:34AM by devstack06
https://ift.tt/3sg2leT
YouTube
Flutter - Let's work on the Profile page ( Without Login -1 ) of shopping app || Shopping App #04
In this video, we are going to work on the Profile page. We will be going to set up the theme, fonts, and color as well for our project.
#MyntraCloneApp #Flutter #Nodejs
🤩 Playlist Link:https://youtube.com/playlist?list=PLtIU0BH0pkKoMHtGr0lEpq8j507cGIKf2…
#MyntraCloneApp #Flutter #Nodejs
🤩 Playlist Link:https://youtube.com/playlist?list=PLtIU0BH0pkKoMHtGr0lEpq8j507cGIKf2…
New post on /r/flutterdev subreddit:
FlutterForce — Week 149
https://ift.tt/3F6UDaC
December 19, 2021 at 12:09PM by flutterist
https://ift.tt/3e4WMYm
FlutterForce — Week 149
https://ift.tt/3F6UDaC
December 19, 2021 at 12:09PM by flutterist
https://ift.tt/3e4WMYm
Medium
FlutterForce — #Week 149
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
How to be a better programmer?
https://ift.tt/3GXrYFq
December 19, 2021 at 11:55AM by iisprey
https://ift.tt/3e661aV
How to be a better programmer?
https://ift.tt/3GXrYFq
December 19, 2021 at 11:55AM by iisprey
https://ift.tt/3e661aV
New post on /r/flutterdev subreddit:
Best VS Code Extensions For Flutter
https://ift.tt/3E8bb0v
December 19, 2021 at 11:53AM by SncOne_
https://ift.tt/3yCQCZa
Best VS Code Extensions For Flutter
https://ift.tt/3E8bb0v
December 19, 2021 at 11:53AM by SncOne_
https://ift.tt/3yCQCZa
Medium
Best VS Code Extensions For Flutter
VS Code is one of the widely used IDE for Flutter. But there are many ways you can improve your productivity using extensions of VS Code.
New post on /r/flutterdev subreddit:
Integrating C library in a desktop Flutter app using Dart FFI
https://ift.tt/3E5AfFr
December 19, 2021 at 02:11PM by yyyt
https://ift.tt/3meLmWM
Integrating C library in a desktop Flutter app using Dart FFI
https://ift.tt/3E5AfFr
December 19, 2021 at 02:11PM by yyyt
https://ift.tt/3meLmWM
Medium
Integrating C library in a desktop Flutter app using Dart FFI
This article is a follow-up to my previous article where I discussed the integration of a C++ OpenCV library in a mobile Flutter…
New post on /r/flutterdev subreddit:
How Can You Be Creative As A Programmer?
https://ift.tt/3yG2Fop
December 19, 2021 at 01:17PM by himsha64
https://ift.tt/3GVZvjh
How Can You Be Creative As A Programmer?
https://ift.tt/3yG2Fop
December 19, 2021 at 01:17PM by himsha64
https://ift.tt/3GVZvjh
AddyPress.com
How Can You Be Creative As A Programmer? - AddyPress.com
How can you be creative as a programmer? Some people might think that being a programmer is nothing but writing codes. That's true for some of them, but not all of us. A programmer needs to have a good level of creativity in order to solve problems, design…