With VSCode, you can easily move your Dart classes and functions to a different file (this is very useful when refactoring). https://codewithandrea.com/tips/move-to-file-vscode-assist/
Autentifică-te pentru a adăuga comentarii
Alte posturi din acest grup
![Wildcard Variables in Dart 3.7](https://www.cdn5.niftycent.com/a/1/N/O/m/a/R/wildcard-variables-in-dart-3-7.webp)
Since Dart 3.7, the _ character is a wildcard variable and you can use it more than once in your code, without causing name collisions. https://codewithandrea.com/tips/wildcard-variables-dart-3-7/
![New Formatting Style in Dart 3.7](https://www.cdn5.niftycent.com/a/e/j/B/7/5/Y/new-formatting-style-in-dart-3-7.webp)
Dart 3.7 introduces a new formatter that automatically adds or removes trailing commas, based on the max line length. https://codewithandrea.com/tips/new-formatting-style-dart-3-7/
![There's a New Formatting Style in Dart 3.7 (Here's What It Means for You)](https://www.cdn5.niftycent.com/a/e/4/w/p/m/Q/there-s-a-new-formatting-style-in-dart-3-7-here-s-what-it-means-for-you.webp)
Dart 3.7 introduces a new formatter that changes how your Flutter code is formatted. Learn what’s new and how to prepare your codebase. https://codewithandrea.com/articles/new-formatting-style-dart-3-
![Wildcard Variables in Dart 3.7](https://www.cdn5.niftycent.com/a/D/O/q/V/J/R/wildcard-variables-in-dart-3-7.webp)
Since Dart 3.7, the _ character is a wildcard variable and you can use it more than once in your code, without causing name collisions. https://codewithandrea.com/tips/wildcard-variables-dart-3.7/
![Hotkeys with CallbackShortcuts](https://www.cdn5.niftycent.com/a/1/x/K/N/b/Y/hotkeys-with-callbackshortcuts.webp)
The CallbackShortcuts widget makes it easy to add keyboard shortcuts to your Flutter app. Here's how to use it. https://codewithandrea.com/tips/hotkeys-callback-shortcuts/
![Responsive Split View in Flutter](https://www.cdn5.niftycent.com/a/k/l/6/a/9/L/responsive-split-view-in-flutter.webp)
Here's how to create a responsive split-view widget that works on mobile, desktop and web. https://codewithandrea.com/tips/responsive-split-view-flutter/
![GitHub Self-Hosted Runners](https://www.cdn5.niftycent.com/a/e/L/5/Y/J/N/github-self-hosted-runners.webp)
If you're using GitHub Actions for your CI/CD needs, you can setup a self-hosted runner to cut your build times and save money. https://codewithandrea.com/tips/github-self-hosted-runners/