Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 ⬇️🔗

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)