We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
thank you really much for this, i would really like to enjoy your ride 💯
There are some inconsitences using new or variable declaration (type inferences).
new
I would like to request to omit new overall and to omit type assignment where ever useful to shorten the code:
class _ConversationPageState extends State<ConversationPage> { // final GlobalKey<ScaffoldState> _scaffoldKey = new GlobalKey<ScaffoldState>(); final _scaffoldKey = GlobalKey<ScaffoldState>(); @override Widget build(BuildContext context) {
Good time to you ☺️
The text was updated successfully, but these errors were encountered:
Thanks for pointing it out @n8crwlr . Fixed with #13
Sorry, something went wrong.
No branches or pull requests
Hello,
thank you really much for this, i would really like to enjoy your ride 💯
There are some inconsitences using
new
or variable declaration (type inferences).I would like to request to omit
new
overall and to omit type assignment where ever useful to shorten the code:Good time to you☺️
The text was updated successfully, but these errors were encountered: