Skip to content

Feat/find dart files from directory#10

Open
iandis wants to merge 5 commits into
kiwi-bop:masterfrom
iandis:feat/find-dart-files-from-directory
Open

Feat/find dart files from directory#10
iandis wants to merge 5 commits into
kiwi-bop:masterfrom
iandis:feat/find-dart-files-from-directory

Conversation

@iandis
Copy link
Copy Markdown

@iandis iandis commented Feb 11, 2022

Motivation

I recently refactored a code base that has localization and it's now becoming larger. Now, the main localization.dart file has become a monolith that contains all localized words that have different context. So I decided to split them by feature in mixins. However, both extract_to_arb and generate_from_arb does not support generating arb file from directory containing all the .dart files.

Goal

This PR gives this library the ability to find all dart files from directories given by user.

@jaumard
Copy link
Copy Markdown

jaumard commented Jun 8, 2022

Hey, sorry for the delay. Look like interesting addition, could you add some tests for the uses case you added?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants