https://github.com/Dart-Code/Flutter
Flutter support for VS Code
https://github.com/Dart-Code/Flutter
Last synced: 8 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: 2024-10-31T13:09:42.000Z (over 1 year ago)
- Last Synced: 2024-10-31T14:18:58.682Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://dartcode.org/
- Size: 505 KB
- Stars: 304
- Watchers: 16
- Forks: 32
- 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).