Flutter Tutorial:
Flutter Widgets:
Flutter Advance
Flutter REST API
Advanced Concepts
Wrap vs Builder vs OverBarFlow
Circular progress conatin Icon
Flutter State management Comparison
Flutter Database
Flutter Token Expired Handling
Flutter Provider
Flutter GetX
Flutter with Native
Flutter Tips:
Interview Questions
Flutter 100 Interview Questions
Best plugins for VS code
- Dart: Official extension for Dart language support in VS Code.
- Flutter: Official extension for Flutter development, providing features like code snippets, IntelliSense, and debugging.
- Awesome Flutter Snippets: Provides a collection of useful Flutter code snippets.
- Dart Test Runner: Enables running Dart tests from within VS Code.
- Flutter SVG: Allows working with SVG files in Flutter projects.
- Pubspec Assist: Simplifies managing dependencies in the pubspec.yaml file.
- Dart Data Class Generator: Generates data classes with constructors, copy methods, and equality operators.
- Flutter Snippets: Offers a comprehensive collection of Flutter code snippets for various scenarios.
- Better Comments: Improves the way comments are displayed in code, making them more readable and organized.
- GitLens: Enhances Git integration in VS Code, providing inline Git blame annotations and other features.
- Code Spell Checker: Helps detect and correct spelling mistakes in your code and comments.
- VsCode Ruby: This extension provides improved syntax highlighting, language configuration, and snippets to Ruby and ERB files within Visual Studio Code.
- Flutter Files : This extension allows quickly scaffold flutter BLoC templates in VS Code project.
- Bracket Pair Colorization Toggler A VS Code extension that gives you a simple command to quickly toggle the global “Bracket Pair Colorization” setting added in VS Code v1.60.
- Dart Data Class Generator GitHub Stars Downloads Create dart data classes easily, fast and without writing boilerplate or running code generation.
- Indent-Rainbow A simple extension to make indentation more readable
- Rainbow Brackets for Visual Studio Code Provide rainbow colors for the round brackets, the square brackets and the squiggly brackets. This is particularly useful for Lisp or Clojure programmers, and of course, JavaScript, and other programmers.
- Git Blame Git Blame information in the status bar for the currently selected line. Quick link to open the latest commit on the current line in the most popular online git tools.
- Git Extension Pack : View git log, file or line history. Project Manager – Easily switch between projects. GitLens – GitLens supercharges the built-in Visual Studio Code Git capabilities. It helps you to visualize code authorship at a glance via inline Git blame annotations and code lens
- GitLab VS Code Extension View GitLab issues and merge requests. View issues, comments, merge requests, and changed files in the sidebar, or build a custom search to meet your needs.
To install these extensions, open Visual Studio Code and navigate to the Extensions view (click on the square icon on the left sidebar). Search for the names of the extensions listed above and click the Install button for each extension you want to use.
Other Articles :-