Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nepaul/flutter-dart-snippets
Flutter and Dart Snippets. All in One. Try it ⬇️🔗
https://github.com/nepaul/flutter-dart-snippets
dart flutter snippets vscode vscode-extension vscode-settings
Last synced: 8 days ago
JSON representation
Flutter and Dart Snippets. All in One. Try it ⬇️🔗
- Host: GitHub
- URL: https://github.com/nepaul/flutter-dart-snippets
- Owner: nepaul
- License: mit
- Created: 2022-07-05T02:47:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T02:43:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T05:31:14.616Z (7 months ago)
- Topics: dart, flutter, snippets, vscode, vscode-extension, vscode-settings
- Homepage: https://marketplace.visualstudio.com/items?itemName=xsnepaul.flutter-dart-snippets
- Size: 72.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter and Dart Snippets
## Snippets
### Flutter related snippets
| Snippet | Description |
| -------------- | -------------------------------------------------------------------------------- |
| `StatefulW` | FlutterStateful Widget |
| `StatelessW` | Flutter Stateless Widget |
| Layout Widget |
| `Row` | Flutter Row widget snippet |
| `Column` | Flutter Column widget snippet |
| `Stack` | Flutter Stack widget snippet |
| `Align` | [A widget that aligns its child within itself and optionally sizes itself based on the child's size.](https://api.flutter.dev/flutter/widgets/Align-class.html) |
| |
| `Container` | Flutter Container widget snippet |
| `Expanded` | Flutter Expand widget snippet |
| |
| `GestureD` | FlutterGestureDetector Widget |
| `OutlinedB` | Flutter ElevatedButton snippet |
| `ElevatedB` | Flutter OutlinedButton snippet |
| `IconB` | Flutter IconButton snippet |
| Desktop & WEB |
| `MouseR` | Flutter MouseRegion snippet |### Import Snippets
|Import|Package|Description|
| ----- | ---- | --------- |
| `importM` | material Package | Import Material package|## Thanks
> Inspired by [Flutter Widget Snippets](https://marketplace.visualstudio.com/items?itemName=alexisvt.flutter-snippets) & [Flutter Snippets](https://marketplace.visualstudio.com/items?itemName=MarufHassan.flutter-snippets)