
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@localey/flutter
Advanced tools
Flutter and Dart adapter for Localey.
The @localey/flutter package provides localization support for mobile applications developed with Flutter. It utilizes a robust pattern-matching engine designed specifically for Dart's declarative UI syntax.
Unlike the web-based adapters that use full AST parsers, the Flutter adapter utilizes specialized regular expression patterns tuned for the Dart programming language. This provides high performance and reliable detection for common Flutter widget patterns.
Text("...") constructors.labelText, hintText, title, tooltip, and message.When a string is extracted, the adapter replaces the literal with a call to the Localey Dart SDK.
"Hello" -> Localey.t("hello")This adapter is automatically engaged when the flutter framework is specified in your localey.config.json. It scans files with the .dart extension and prepares them for use with the shared JSON-based translation files used by the rest of the Localey ecosystem.
FAQs
Flutter and Dart adapter for Localey.
We found that @localey/flutter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.