Skip to content

Commit

Permalink
feat 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kauemurakami committed Dec 13, 2020
1 parent cefe3ec commit 0384483
Show file tree
Hide file tree
Showing 4 changed files with 346 additions and 4 deletions.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ dependencies:
```yaml
- /app
- /data
- /services
- my_service.dart
- /repository
- my_repository.dart
- /model
Expand All @@ -45,7 +47,7 @@ dependencies:
- my_binding.dart
- /widgets
- reusable_module_widget.dart
- /widgets
- /global_widgets
- reusable_global_widget.dart
- /routes
- my_routes.dart
Expand All @@ -54,6 +56,10 @@ dependencies:
- text_theme.dart
- color_theme.dart
- app_theme.dart
- /utils
- /values
- /strings
- /keys
- main.dart
# proposed by william Silva

Expand Down Expand Up @@ -311,6 +317,7 @@ wait for the snippet, set the variable and function name and you're done !
### More awesome Snippets
getsplash
getService
getBinding
getSplashPage
Expand All @@ -332,6 +339,23 @@ getOffAll
getStorage
getStorageWrite
getStorageRead
getfirebaseInstance
getfirebaseAuthState
getfirebaseLoginAnonymous
getfirebaseRegistrationEmailAndPassword
getfirebaseLoginEmailAndPassword
getfirebaseVerifyExistsEmail
getfirebaseSendEmailVerification
getfirebaseEmailVerification
getfirebaseSignOut
getfirebaseCurrentUser
getfirebaseDeleteUser
getfirebaseReauthenticateUser
getfirebaseLoginSocialGoogle
getfirebaseLoginSocialFacebook
getfirebaseLoginSocialApple
getfirebaseLoginSocialTwitter
getfirebaseLoginSocialGithub
**Enjoy!**
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "get-snippets",
"displayName": "GetX Snippets",
"description": "An extension to accelerate the process of developing applications with flutter, aimed at everyone using the Get package.",
"version": "3.1.7",
"version": "3.1.8",
"publisher": "get-snippets",
"engines": {
"vscode": "^1.2.0"
Expand Down
Loading

0 comments on commit 0384483

Please sign in to comment.