Sergio Molchanovsky
Sergio Molchanovsky
Of course ```dart import 'package:flutter/material.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:chatapp/widgets/auth/auth_form.dart'; import 'package:flutter/services.dart'; class AuthScreen extends StatefulWidget { @override _AuthScreenState createState() => _AuthScreenState(); } class _AuthScreenState extends State { final...
Maybe some color for named parameters also, because white (email: email, password: password) are not very nice too. Named parameters is a frequently used feature in Dart.
Hi @Binaryify There are LSP Semantic Tokens introduced in the latest Dart Code update. https://dartcode.org/releases/v3-19/ I believe now you could do it.
> but I don't know should I make parameter be light white Red parameter is definitely not what I wanted On the previous picture everything is perfect - white parameter...
No I wanted it to be like  if it's possible
:( Then I don't know
Then it's better to left the parameter white
I tried it. Nothing changed for Flutter 1.22.6 (no null-safety version I use):  I upgraded to Flutter 2.0.4. Now it looks like: 
Yes, it actually does. I think it's worth mentioning in the manual. Because I broke all my head trying to understand the reason :)
Same here ``` D/EgretLoader(24654): EgretLoader(Context context) D/EgretLoader(24654): The context is not activity W/vn.moneycat(24654): Accessing hidden method Landroid/media/AudioManager;->getOutputLatency(I)I (greylist, reflection, allowed) W/cr_media(24654): Requires BLUETOOTH permission 2 W/ContentCatcher(24654): Failed to notify a...