https://github.com/dart-code/flutter
Flutter support for VS Code
https://github.com/dart-code/flutter
Last synced: 10 months ago
JSON representation
Flutter support for VS Code
- Host: GitHub
- URL: https://github.com/dart-code/flutter
- Owner: Dart-Code
- License: mit
- Created: 2018-04-17T11:06:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T17:25:00.000Z (about 1 year ago)
- Last Synced: 2025-03-03T18:31:45.827Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://dartcode.org/
- Size: 575 KB
- Stars: 309
- Watchers: 17
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
This [VS Code](https://code.visualstudio.com/) extension adds support for
effectively editing, refactoring, running, and reloading [Flutter](https://flutter.dev/)
mobile apps. It depends on (and will automatically install) the
[Dart extension](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code)
for support for the [Dart](https://dart.dev/) programming language.
Note: Projects should be run using `F5` or the `Debug` menu for full debugging functionality. Running from the built-in terminal will not provide all features.
## Installation
[Install from the Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter) or by [searching within VS Code](https://code.visualstudio.com/docs/editor/extension-gallery#_search-for-an-extension). The Dart extension will be installed automatically, if not already installed.
## Documentation
Please see the [Flutter documentation for using VS Code](https://docs.flutter.dev/development/tools/vs-code).
## Reporting Issues
Issues for both Dart and Flutter extensions should be reported in the [Dart-Code issue tracker](https://github.com/Dart-Code/Dart-Code/issues).