Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blendthink/flutter-snippets
A collection of simple code snippets for Flutter.
https://github.com/blendthink/flutter-snippets
android-studio flutter intellij-plugin snippets
Last synced: 20 days ago
JSON representation
A collection of simple code snippets for Flutter.
- Host: GitHub
- URL: https://github.com/blendthink/flutter-snippets
- Owner: blendthink
- License: apache-2.0
- Created: 2022-03-24T22:57:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T04:51:35.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T16:18:33.713Z (8 months ago)
- Topics: android-studio, flutter, intellij-plugin, snippets
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/18867
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Snippets
![Build](https://github.com/blendthink/flutter-snippets/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/18867.svg)](https://plugins.jetbrains.com/plugin/18867)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/18867.svg)](https://plugins.jetbrains.com/plugin/18867)A collection of simple code snippets for Flutter.
For detailed usage, please click [here](https://github.com/blendthink/flutter-snippets/blob/main/docs/DESCRIPTION.md).
## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "flutter-snippets" >
Install Plugin
- Manually:Download the [latest release](https://github.com/blendthink/flutter-snippets/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...---
Plugin based on the [IntelliJ Platform Plugin Template][template].[template]: https://github.com/JetBrains/intellij-platform-plugin-template