Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victoreronmosele/flutter_native_strings
A command-line tool that simplifies the task of adding native Android and iOS string resources to your Flutter app. (WIP)
https://github.com/victoreronmosele/flutter_native_strings
android command-line-tool dart flutter ios wip
Last synced: 26 days ago
JSON representation
A command-line tool that simplifies the task of adding native Android and iOS string resources to your Flutter app. (WIP)
- Host: GitHub
- URL: https://github.com/victoreronmosele/flutter_native_strings
- Owner: victoreronmosele
- License: mit
- Created: 2020-12-15T00:32:43.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-04-10T10:04:50.000Z (over 2 years ago)
- Last Synced: 2024-10-18T12:57:36.934Z (3 months ago)
- Topics: android, command-line-tool, dart, flutter, ios, wip
- Language: Dart
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Native Strings (WIP)
A command-line tool which simplifies the task of adding native Android and iOS string resources to your Flutter app.
## :briefcase: Use Case
A common use case for this is for implementing localized push notifications where the string resources are registered in the appropriate locations in the Android and iOS folders and keeping the two strings sources synced would be a pain.## :construction: Progress
The project is at its initial stage and I'm excited to work on it.