Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.