#AskFlutter at Flutter Day: Session 3

preview_player
Показать описание
Join Andrew Fitz Gibbon with John Ryan and Michael Thomsen for our third and final session of #AskFlutter at Flutter Day 2020.

Resources:

Chapters:
0:00 Introduction
00:37 What is it that you find interesting or compelling about Null Safety?
02:39 What is the next big feature, after Null Safety, that the Dart team is working on?
06:57 Does the AOT compiler perform a tree shake to remove other platforms' code?
08:25 Will the 'new' keyword be removed at some point in the future?
11:15 Why doesn't Dart have a real multi-threading implementation?
14:45 Is Dart only Flutter, or are there other things you can do with it?
16:29 How do I interface with other things, like C code?
19:21 When will we get a data class feature in Dart?
23:01 Should a 100,000+ line of JSON be serialized on a single thread, or should we use isolates?
24:45 Is there a way to cache the result of an expensive function?
26:43 Why is 'String' capitalized when int, num, etc. are not?
27:33 Is there a way to do function comparisons in Dart?
29:24 If I make my own code Null Safe, how is it possible to still get null runtime exceptions?
32:20 Will Dart classes have a destructor method in the future?
34:54 If Dash flutters until her flutterable wings are flutteringly fluttered, how many flutteriness widgets are left flutterless?

#FlutterDay #AskFlutter #Flutter

event: Flutter Day 2020; re_ty: Publish; product: Flutter - General; fullname: Andrew Fitz Gibbon,Michael Thomsen;
Рекомендации по теме
Комментарии
Автор

Hello, when do you think flutter web will be in production ? Is this a priority for the flutter team ?. Thank you

constantinLu_
Автор

Please make video on background process .
I found lot of issues while using android alarm manager .

angrybabaji
Автор

I think the lack of low level threading primitives really holds flutter from replacing native code for everything except interfacing with system interfaces.
The inability to write high performance multi threaded code means we all ways have to fall back to other languages for these kinds of tasks.

ymi_yugy
Автор

Which is the best structure to follow while coding in flutter.
I know I'm late. Sorry.
Any help is appreciated.

abhimangalm.s
Автор

23:00 I strongly disagree with a statement about measure first and then optimize for this case. Let me explain. Bad code can run fast if you have great hardware and a framework, but it is bad code. Bad code in this context includes also a bad programming approach or architectural decision. So my recommendation will be to apply framework best practices and platform specifics for the code. In the context of the question, it means USE Isolates. "Measure first" approach will postpone the problem and will create technical debt.

coredeveloper
Автор

what should i use to limit my list view, and implement "view all" to show all list data here?

palakpandey
Автор

Sir, can you create a video on flutter iOS background FCM notification?
I am to handle this on the android side, but when I am creating iOS it showing notification only when the app is in the foreground.
PLEASE HELP!!!

tushar
Автор

Please talk about supernova studio please

faheemahmadofficial
Автор

Hello Sir in how to used Web Flutter with esri ArcGIS api ??
Please provide me

SaurabhSharma-zqtu
Автор

I'll love to see some real Flutter / Dart project running on Raspberry PI. Start a simple terminal and launch a full graphical app, with keyboard and mouse support, it will open the door for many IoT graphical projects.

rafaband
Автор

Can we make application like Netflix in flutter ?

bhaviklimbani
Автор

#ask_flutter
Please make a specific tutorial for absolute beginners about Web development in flutter.

AK-wepn
Автор

sir i want to make app like this please reply how to make apps like ants on screen
and can we make apps like this on android studio

tonystark
Автор

Hello Sir Please provide ArcGIS Api (How to use in flutter)???

SaurabhSharma-zqtu