getx_snippets_extension icon indicating copy to clipboard operation
getx_snippets_extension copied to clipboard

An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.

Results 7 getx_snippets_extension issues
Sort by recently updated
recently updated
newest added

When I wrap the following widget with Obx, it modifies the code ```dart FocusTraversalOrder( order: LexicalFocusOrder('$colIdx'), child: Container(), ) ``` becomes ```dart Obx(() => FocusTraversalOrder( order: LexicalFocusOrder(''), child: Container(), )),...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

On Mac, option+enter does not come out. Wrap option Flutter and Dart are both the latest versions VS code is also the latest version

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.2. Commits d97731b 2.1.2 fd1634e symlink tweak from main See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar-fs&package-manager=npm_and_yarn&previous-version=2.1.1&new-version=2.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies
javascript

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.0 to 6.0.2 Release notes Sourced from serialize-javascript's releases. v6.0.2 fix:...

dependencies