Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash when a key containing periods doesn't exist. Fixed shared preferences null exception during unit tests #341

Merged
merged 2 commits into from
Feb 20, 2021

Conversation

acoutts
Copy link
Contributor

@acoutts acoutts commented Feb 19, 2021

No description provided.

@@ -20,11 +32,12 @@ class Translations {
if (value is Map<String, dynamic>) value = value[keys[i]];
}

if (value == null) {
throw Exception('Cannot cache a key that is not nested.');
Copy link
Contributor Author

@acoutts acoutts Feb 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem with this throw is it's an uncaught exception so it crashes the entire app. I think its ok to fail silently here since the get method returns a nullable string anyways, so it won't matter if we return null here as we'll try and look it up in the base map too.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah agreed with u 💯

SharedPreferences.setMockInitialValues({});
await EasyLocalization.ensureInitialized();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes the test failure due to the shared preferences null exception. Have to initialize shared preferences mock first.

Copy link
Owner

@aissat aissat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@acoutts 💯

@@ -20,11 +32,12 @@ class Translations {
if (value is Map<String, dynamic>) value = value[keys[i]];
}

if (value == null) {
throw Exception('Cannot cache a key that is not nested.');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah agreed with u 💯

@acoutts
Copy link
Contributor Author

acoutts commented Feb 19, 2021

LGTM! 😄

@Overman775 Overman775 merged commit 3b5b783 into aissat:null-safety.3 Feb 20, 2021
@Overman775
Copy link
Collaborator

@acoutts thanks for PR, merget 🚀

aissat added a commit that referenced this pull request Feb 20, 2021
commit ec93188ddca08231e4043394ee06053bf2d47d8d
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Feb 20 13:55:34 2021 +0100

    [pub] version 3.0.0

commit 33aee740a8b575a9bc8c2c75d6a414786c60d9a5
Merge: bc8f6da 05b9e28
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Feb 20 13:37:48 2021 +0100

    Merge branch 'null-safety.3' into develop

commit 05b9e283e8421bf83985a6cc94d731e528d6223c
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 20 15:54:50 2021 +0500

    upper easy logger setting in tests

commit c5454cf4287ee806097ca15ebc594aa4f44a299f
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 20 15:53:51 2021 +0500

    remove missed context from tr() and plural()

commit bfc7707992d3f9a89d44d22ca9b90c3dd0e42971
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 20 15:48:58 2021 +0500

    update example

commit 2ef586d5e4fa0be25de6e545dd0bb2066efe52f0
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 20 15:48:20 2021 +0500

    remove missed context from tr() and plural()

commit 6da8badf951c274095c37f7f52548b9423f093ea
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 20 15:45:16 2021 +0500

    update readme

commit c09be0eb340b9c17a31ddeffe8145af2358a36a2
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 20 15:43:06 2021 +0500

    remove context from tr() and plural()

commit c8501dbc2f1adcbdcaf61efdc8836601c9748456
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 20 14:29:11 2021 +0500

    added info about fallback locale keys redirection

commit 9fe03e916f3213c58edf12d3ba0b97766504b6ae
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 20 14:14:36 2021 +0500

    fix easy_logger depence

commit 3b5b783defb7b8a3ce282a5056438a1c5091badf
Merge: 96a3707 5883c34
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sat Feb 20 14:53:32 2021 +0500

    Merge pull request #341 from bottlepay/null-safety.3

    Fix crash when a key containing periods doesn't exist. Fixed shared preferences null exception during unit tests

commit 5883c340b95b09ec1dbd0b39435501d7030ae7bd
Author: Andrew Coutts <andrewjohncoutts@gmail.com>
Date:   Fri Feb 19 09:42:43 2021 -0500

    easy_logger from pub so it's a valid import again

commit ac76815b8e94e03dc91b364846aa9147c3ae6d0e
Author: Andrew Coutts <andrewjohncoutts@gmail.com>
Date:   Fri Feb 19 09:36:12 2021 -0500

    Fix crash when a key containing periods doesn't exist. Fixed shared preferences null exception during unit tests

commit 96a3707fdb0856dd38348e94cca0aac271ff6f8b
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Wed Feb 17 15:47:38 2021 +0500

    fix bug empty _translations in null safety

commit e44dd4ea79e7e01e2751b3ac95bbbcca31b87599
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Wed Feb 17 13:56:35 2021 +0500

    update icons and disable easy_localization_loader

commit e4293411a25efaea2c691c632124799f7204481b
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Wed Feb 17 13:43:57 2021 +0500

    fixed null safety and grammar

commit 26314e38dceb8b65efdf583b8ac95d623584f522
Author: aissat <mr.aissat@gmail.com>
Date:   Wed Feb 17 00:39:10 2021 +0100

     format files

commit b60b34cabac4546b64d7340f7902342d6f23fd3a
Author: Miran Kamal <32594520+MiranKm@users.noreply.github.com>
Date:   Tue Feb 16 17:03:12 2021 +0300

    fixes a typo in readme, makes it more clear (#320)

    * fixes a typo in readme, makes it more clear

    * fixes a mistake in the documentation

    Co-authored-by: Alexey Z <47769319+Overman775@users.noreply.github.com>

commit 0a9ea0b0e6e90346930907fdd6a1d4eeaa67626f
Author: aissat <mr.aissat@gmail.com>
Date:   Wed Feb 17 00:26:58 2021 +0100

    fixed deprecated_member_use issue

commit 2eb4137da3215ef0da9ceac7b6978c3ca7adccd1
Author: aissat <mr.aissat@gmail.com>
Date:   Wed Feb 17 00:21:52 2021 +0100

    [example] add linux project

commit dc094073f1eeb2fd442b2fb05c86d1df2282694c
Author: aissat <mr.aissat@gmail.com>
Date:   Wed Feb 17 00:20:27 2021 +0100

    [TESTES] update testes context and widget

commit 788b9ffececa2ed7a21513ccd0fee902c61ae45c
Author: aissat <mr.aissat@gmail.com>
Date:   Wed Feb 17 00:17:31 2021 +0100

    addded plural_rules and  clean code

commit 243f8cfeb541b6c798c8bc599847a39199bd1ae7
Author: xurei <dominion1987@gmail.com>
Date:   Tue Feb 16 15:01:24 2021 +0100

    [Null-Safety] Fallback translations support  (#333)

commit bc8f6dab42471aad703a6e221a304e07d2f10022
Author: Miran Kamal <32594520+MiranKm@users.noreply.github.com>
Date:   Tue Feb 16 17:03:12 2021 +0300

    fixes a typo in readme, makes it more clear (#320)

    * fixes a typo in readme, makes it more clear

    * fixes a mistake in the documentation

    Co-authored-by: Alexey Z <47769319+Overman775@users.noreply.github.com>

commit 3a57534151084d741d5d9ae725bd06bceb8cf80a
Author: xurei <dominion1987@gmail.com>
Date:   Tue Feb 16 15:01:24 2021 +0100

    Fallback translations support (#333)

commit 842853d61a5aa101860795100f9a8fa6c1e51c61
Author: aissat <mr.aissat@gmail.com>
Date:   Mon Feb 15 22:49:24 2021 +0100

    [pub] migrating to null safety

commit 3e932d1ffa8506a31fc098405120d658bfacb3e1
Author: aissat <mr.aissat@gmail.com>
Date:   Mon Feb 15 22:47:31 2021 +0100

    migrate easy_logger  to null safety

commit 86d0c36cbc1ee8d300160f69703949b8499f2024
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Wed Feb 10 00:58:12 2021 +0500

    update readme

commit 225533dbee33217b2376bea5d93152f4f3781fb0
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 20:16:10 2021 +0500

    change debug color on logger

commit f31dd9e32ed6d804fbff86cd0929ea44db4d2081
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 20:14:23 2021 +0500

    update logs

commit 5c34ffcd88d61ad34bae95c3e636bdb11321fdd7
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 20:10:29 2021 +0500

    update example

commit cc7450316a4283b45bdcdd50263df3b5e903a352
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 19:54:13 2021 +0500

    extensions helpers

commit 7737b6c529272c54640e576b84e616b8ace1db23
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 19:05:48 2021 +0500

    rename vars

commit 7b8dcffb2042e89f0e1e10d7fd5d8f6c529a4fc4
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 19:02:18 2021 +0500

    update changelog

commit 52e6f04f2293848755bb7023238ecf6240966cea
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 18:59:46 2021 +0500

    update readme

commit 5032e711b335aac4f66f9bf5300c0e4333df7411
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 18:47:19 2021 +0500

    fix extensions, add tests

commit bac88371bf77b0f465594da8ba8ecab549f789f6
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 18:23:33 2021 +0500

    update example

commit 56aba08daef09c272a1a3786d362fabfd19c9188
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 15:17:14 2021 +0500

    add more logger

commit 820f4311766edaa1896b5aeec4a00798e46195b5
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 15:00:12 2021 +0500

    deviceLocale and resetLocale functions

commit f20c22c0433f8939c05436963a1defc423e1d983
Merge: 4e0ab31 c9dcb82
Author: Aye7 <mr.aissat@gmail.com>
Date:   Sun Feb 14 01:48:35 2021 +0100

    Merge pull request #315 from aissat/alexey

commit c9dcb8261d5c2ec046e71cd2c34fe4d971e763ef
Merge: 4b3e9fe 4e0ab31
Author: Aye7 <mr.aissat@gmail.com>
Date:   Sun Feb 14 01:38:27 2021 +0100

    Merge branch 'develop' into alexey

commit 4e0ab311fa0ed54b9e94d44fb433b6fc8e8148f7
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 13:47:02 2021 +0500

    update readme files

commit c9184036b6ba7a8e03c57ae7168962f917a2ffc8
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 6 19:25:21 2021 +0500

    update readme

commit e926df9792b7b2667781a9955f64b5ae3c41420f
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 6 19:05:42 2021 +0500

    update readme

commit 02a203d192d3ef96e5e8363c2964b19dc68d5b8d
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 6 18:49:41 2021 +0500

    easy logger tests

commit 659e176521a3249d4a273c3c466ec8986333eec7
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 17 00:53:23 2021 +0500

    format

commit 81291ecb2ecf8b9953f05d2105bf1067a90e3ee4
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 17 00:48:01 2021 +0500

    fix tests

commit 295c16bf1ef718676f02a4d387e53df9b2fba157
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 17 00:26:22 2021 +0500

    update linter EasyLogger

commit f2cc8b1481636a3c58f7bc4fac7f3cd41933b534
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 17 00:21:58 2021 +0500

    update tests

commit e6e072e4f1e8f325357312f045eadafd8902d815
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Jan 16 22:18:29 2021 +0500

    fix printer

commit c2ee809d131aa520ad8da80e6dbe3f0803dc7563
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Jan 16 20:25:26 2021 +0500

    update printer

commit 7dcb4abe4be77cb8ad6d46dc72d2dbd6224094d1
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Mon Jan 11 15:22:51 2021 +0500

    update Ease logger readme

commit 6b3eeb5e764a6addad68cc35105d69b75b13b0fe
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Mon Jan 11 15:11:11 2021 +0500

    update readme

commit af2ef4800ca332002549d519a50d7f3281d97713
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Mon Jan 11 15:08:56 2021 +0500

    add info about Easy logger in readme file

commit 52f8bee39a7f9b5acc41f0c568c35e35c57e9ab8
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Mon Jan 11 14:45:52 2021 +0500

    EasyLoger documentation

commit 9b6fb8467eabf1ba7df5684c5f841a4f0b7c762c
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 10 17:33:01 2021 +0500

    integrating new logger system

commit 801898f9832374575b8b10c8e6a9530b72d448aa
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 10 17:20:49 2021 +0500

    fix logger

commit 42e4c4c886158af4712d5d1ef5b6de6a2e138efe
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 10 16:40:25 2021 +0500

    EasyLogger package

commit b1a82a284d7ad60d41cedf14fec43d72c32964f5
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Wed Feb 10 00:58:12 2021 +0500

    update readme

commit db3ad0eac500d4fdc849da49cc12ff9b4244dddb
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 20:16:10 2021 +0500

    change debug color on logger

commit 38ba44ce3306165af8ea7889759764ccbe8256b2
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 20:14:23 2021 +0500

    update logs

commit 6f283e48d9d4ed75f7dceee342a606be5a79279e
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 20:10:29 2021 +0500

    update example

commit 010fd5431b69c867daacd3f49515d3357f50a110
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 19:54:13 2021 +0500

    extensions helpers

commit e43cd64c002f327a3382282639dfe32f0fd53380
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 19:05:48 2021 +0500

    rename vars

commit 5a40847bf059ef1760a8968bb8fdcf7724df4ebb
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 19:02:18 2021 +0500

    update changelog

commit 93f09a8c1df9e7cfd3a9b21560ad90cb7e6b65ab
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 18:59:46 2021 +0500

    update readme

commit ee493c7f5e99f4d61e666d334ff69f6ff1f4065f
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 18:47:19 2021 +0500

    fix extensions, add tests

commit a381a0d1ab6da5ddaf92bd2d7b184f7b81a356fa
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 18:23:33 2021 +0500

    update example

commit 5f029f5d7cb6dadcb5c9d4f2deaa0c46e8f2c193
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 15:17:14 2021 +0500

    add more logger

commit 06296a2a24e80b50687b024cac0370358dd8d250
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 15:00:12 2021 +0500

    deviceLocale and resetLocale functions

commit 8957898cbbff0221218cff2552538d2a6eea40b2
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 13:47:02 2021 +0500

    update readme files

commit 240f6ba659e9fec591a9a4ab084b631337a5635a
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 6 19:25:21 2021 +0500

    update readme

commit 36f1142fed79fd06906f589c814e3d55a8958861
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 6 19:05:42 2021 +0500

    update readme

commit 61d48a25bb64e8d32d1d0e2103c36268294a2ced
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 17 00:53:23 2021 +0500

    format

commit 79fb542bbf4329849f66c4188f4c149082347e1d
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 17 00:21:58 2021 +0500

    update tests

commit d078e1deacaa4ad2591bf3b2015a47d93a17d526
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Mon Jan 11 15:08:56 2021 +0500

    add info about Easy logger in readme file

commit 223eb5695b176932a4ad621c173e141fecc4b21a
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 10 17:33:01 2021 +0500

    integrating new logger system

commit b40be38f3307a3f8a4f924820156e24e8e622bad
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 6 18:49:41 2021 +0500

    easy logger tests

commit 4dbe8fd1b57fc9d2bb4edbca55df03653afed352
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 17 00:48:01 2021 +0500

    fix tests

commit a5df3dd341468c931e7c8d5eb949703526286095
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 17 00:26:22 2021 +0500

    update linter EasyLogger

commit ddc4ae5a2728f68c7a23f3efd516dfdf106c27e3
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 17 00:21:58 2021 +0500

    update tests

commit 559355301c0fd37f26a77b56c6a4f83c7ab9960a
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Jan 16 22:18:29 2021 +0500

    fix printer

commit 0a5e6ddbfa1b96992fc4ac279543058775c5353f
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Jan 16 20:25:26 2021 +0500

    update printer

commit 838a868df68ce72de872355bebac39bba2ffcbc9
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Mon Jan 11 15:22:51 2021 +0500

    update Ease logger readme

commit c38e1676a2593cf641e924e79386f8da2bdc3ac1
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Mon Jan 11 15:11:11 2021 +0500

    update readme

commit c05086750d0223889035213f4fc3697e00bbdfa8
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Mon Jan 11 14:45:52 2021 +0500

    EasyLoger documentation

commit d1859f13dd85577d9fb3257baaaeaa8d7c98ab73
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 10 17:20:49 2021 +0500

    fix logger

commit d34795f549be3f492cf6d197ffd77a7b691f606d
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 10 16:40:25 2021 +0500

    EasyLogger package

commit 4b3e9fe997ea022e36fb87fe708cfa1ba452eca9
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Feb 7 13:47:02 2021 +0500

    update readme files

commit 2b6405d15b0bd39b708da5bdff62e4e167fcaf16
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 6 19:25:21 2021 +0500

    update readme

commit 8d8c57fdec539e6ab7f1bd5eb83ea6dd3b289beb
Merge: d80da15 de8013c
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 6 19:24:56 2021 +0500

    Merge branch 'develop' of https://github.com/aissat/easy_localization into alexey

commit d80da151fe213a8eb6aaf111a676e27724c00068
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 6 19:05:42 2021 +0500

    update readme

commit 6ba5d69202fb22cafcedbea614557c6d9ac27090
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Feb 6 18:49:41 2021 +0500

    easy logger tests

commit de8013c5246c0d42ba7187d2f89eab71029519d9
Author: Aye7 <mr.aissat@gmail.com>
Date:   Sun Jan 31 12:27:37 2021 +0000

    [gitpod] config change flutter channel to stable

commit 4b3ac3405b02b75af8a3bea0854a4d02b0f78806
Author: Aye7 <mr.aissat@gmail.com>
Date:   Sun Jan 31 12:21:42 2021 +0000

    [README] added gitpod button

commit e76f9d7dcd94ae37fc861f51cc4a92aa226c5626
Author: Aye7 <mr.aissat@gmail.com>
Date:   Sun Jan 31 13:07:04 2021 +0100

    Create .gitpod.Dockerfile

commit 18c4a0dc88400a5ff698f35b9e2b72a2270a6b13
Author: Aye7 <mr.aissat@gmail.com>
Date:   Sun Jan 31 13:05:54 2021 +0100

    Create .gitpod.yml

commit 161a9004c5933e9f596a372897cad1f24fa01d51
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 17 00:53:23 2021 +0500

    format

commit a2475e18e07da6eacdfce7a44a3b220594e843e0
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 17 00:48:01 2021 +0500

    fix tests

commit 7ef3e09ece10576335bb1617ba91765115c49257
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 17 00:26:22 2021 +0500

    update linter EasyLogger

commit d6781aab593806338f528c236f685c3417e86951
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 17 00:21:58 2021 +0500

    update tests

commit be037c1c571a5846d7d744ddee85cf4a89a8a36a
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Jan 16 22:18:29 2021 +0500

    fix printer

commit 6002be3780062bf695bb819f4fe303feb1eeb15f
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sat Jan 16 20:25:26 2021 +0500

    update printer

commit d276bb2c740526554bdf33075de63f5f643db2bb
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Mon Jan 11 15:22:51 2021 +0500

    update Ease logger readme

commit 52ad5e307302ee737255636e14f25b00769b5161
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Mon Jan 11 15:11:11 2021 +0500

    update readme

commit dab85b5d734dc6e00746f1548c444e000625e1cf
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Mon Jan 11 15:08:56 2021 +0500

    add info about Easy logger in readme file

commit 8d52eb85a4a2c5cbf870d531c49e0d79739a35c8
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Mon Jan 11 14:45:52 2021 +0500

    EasyLoger documentation

commit ef3f4c88c8582ad5ebd00afa3b1a996ee7ca4d15
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 10 17:33:01 2021 +0500

    integrating new logger system

commit 93e285fbd41b21a55ba0217218f64112ab500407
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 10 17:20:49 2021 +0500

    fix logger

commit 762b7458ba522f64496c4d8421e61c235a951465
Author: Alexey Zdorovykh <overman775@users.noreply.github.com>
Date:   Sun Jan 10 16:40:25 2021 +0500

    EasyLogger package

commit 83cadb37733b4953983ddcb708d52090f8af3f4e
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Jan 9 05:59:01 2021 +0100

    🖊  updated changelog

commit de20d32a369b2cf41bcd1c7f571a7a0e60fa1d48
Author: aissat <mr.aissat@gmail.com>
Date:   Fri Jan 8 14:50:00 2021 +0100

    fixed  ensureInitialized() returns future  #314

commit 39907c5a43cf8d75276b926b69e90c1e7b1febde
Author: aissat <mr.aissat@gmail.com>
Date:   Fri Jan 8 14:12:19 2021 +0100

    ⚠ fixed Analyzing code warning

commit a4f18f2a0349b2fe29459c01d76d3c8cd6d2b5b3
Author: aissat <mr.aissat@gmail.com>
Date:   Fri Jan 8 14:04:14 2021 +0100

    🏗  added analyze the project's Dart code

commit 31aeb7a837fa8b3c14f22f75f52a72321e62f0ed
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Jan 7 17:49:49 2021 +0100

    ⚠  added dart format code, fixed  warnigs  lints  issues

commit 0957032d31ee94b62a4780114b8b135a4fb453be
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Jan 7 17:24:35 2021 +0100

    📦 [pub] version 3.0.0-dev.1

commit fbc6c6f08ed56778c1d23eedb72986f5da0429f5
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Jan 7 17:21:16 2021 +0100

    🚀 change flutter channel to stable

commit a4d41065da77626f7662b6551a30f2d260deb97a
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Jan 7 17:16:24 2021 +0100

    🔥 removed null safety from dependencies

commit f06c42ac3e75c8a6c58a3a1da6764e6bca3e08c4
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Jan 7 12:18:51 2021 +0100

    📦  [pub] version 3.0.0-dev.0

commit 48f4baafad8e0f469dee1d21603feb493e5a38fb
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Jan 7 12:17:44 2021 +0100

    🛎 updated changelog

commit dbdef7679577ef5be6ee0f1f756519bcd5a0bb90
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Jan 7 12:03:31 2021 +0100

    🚀 upadated README

commit a630aa2a2347ca2811261f0dd70fc73c42826a2b
Merge: 4a2593d 63765bb
Author: Aye7 <mr.aissat@gmail.com>
Date:   Thu Jan 7 11:42:59 2021 +0100

    Merge pull request #308 from kyle-seongwoo-jun/develop

    Added args to plural()

commit 63765bbe326aed366c5c9c6f5f6dcc611e94b5cd
Author: Kyle Seongwoo Jun <njk230@gmail.com>
Date:   Thu Jan 7 10:52:34 2021 +0900

    Add missing args paramter

commit cde1126f7d3d9e7ea09a65c7193e6808075b9f0f
Author: Kyle Seongwoo Jun <njk230@gmail.com>
Date:   Thu Jan 7 10:32:34 2021 +0900

    Update README.md

commit 226e07fcb80046a1b4380a3a75e10207748ff804
Merge: 3806e99 4a2593d
Author: Aye7 <mr.aissat@gmail.com>
Date:   Tue Jan 5 06:09:46 2021 +0100

    Merge branch 'develop' into develop

commit 4a2593db6206f99ecac74660d0b6f92d26422f74
Merge: b4e88c2 2aa54dd
Author: Aye7 <mr.aissat@gmail.com>
Date:   Tue Jan 5 06:02:15 2021 +0100

    Merge pull request #306 from spiritinlife/develop_sync_init

    feat: ensureInitialized

commit 3806e99ea2013a7ceecdb1f923047b9f3ba41846
Merge: b1958b2 b4e88c2
Author: Aye7 <mr.aissat@gmail.com>
Date:   Tue Jan 5 06:01:22 2021 +0100

    Merge branch 'develop' into develop

commit 2aa54dd1145e70c0c4668e7dd70beb2c534b2d0b
Merge: 63ed80d b4e88c2
Author: Aye7 <mr.aissat@gmail.com>
Date:   Tue Jan 5 05:37:14 2021 +0100

    Merge branch 'develop' into develop_sync_init

commit b4e88c26fd7a0a6dba80caec6b5050e092e2930d
Author: George Chailazopoulos <george.chailazopoulos@gmail.com>
Date:   Sun Jan 3 17:20:58 2021 +0200

    Update library version to 3.0.0

commit 1bb7306a1156fd5b529cbb82b324f5f41cccf112
Author: George Chailazopoulos <george.chailazopoulos@gmail.com>
Date:   Sun Jan 3 17:16:58 2021 +0200

    Minor changes
     - Rename EasyLocalizationState to EasyLocalizationController
     - Add deprecated notice for locale setter
     - Add WidgetsFlutterBinding.ensureInitialized(); to readme's example

commit 8489db272666976d66e71be6902e30b42521c908
Author: George Chailazopoulos <george.chailazopoulos@gmail.com>
Date:   Wed Dec 30 20:51:59 2020 +0200

    feat: ensureInitialized

commit b1e3b7486c39a964ccbcfabc38c95707d769a255
Author: aissat <mr.aissat@gmail.com>
Date:   Tue Jan 5 04:54:33 2021 +0100

    🚀 updated Test and Publish jobs

commit b1958b2b3c0ea5fa8f51830cd7de0216530ea166
Author: Kyle Seongwoo Jun <njk230@gmail.com>
Date:   Tue Jan 5 13:02:47 2021 +0900

    Update README.md of plural()

commit 326fd9826fd23e48ae606a3964d7469622ca97d7
Merge: acd474c 9d3a31c
Author: Kyle Seongwoo Jun <njk230@gmail.com>
Date:   Tue Jan 5 12:32:26 2021 +0900

    Merge branch 'develop' into develop

commit acd474c218b8ebecda260972605a22b45c5a2549
Author: Kyle Seongwoo Jun <njk230@gmail.com>
Date:   Tue Jan 5 12:27:14 2021 +0900

    Update test code (plural() with args)

commit 9d3a31cedce7c9a58a40feac010540eb4647b102
Author: aissat <mr.aissat@gmail.com>
Date:   Tue Jan 5 04:24:11 2021 +0100

    🐧 fixed The workflow is not valid.

commit 63c3e87e8281a7a91d7ddaef215cf6aa3c5456f1
Author: aissat <mr.aissat@gmail.com>
Date:   Tue Jan 5 04:16:24 2021 +0100

    📦 added run publish job when a git tag

commit 7b1fb1107b0d2aeebac3edec66192e845fcbcf5e
Author: aissat <mr.aissat@gmail.com>
Date:   Tue Jan 5 03:42:22 2021 +0100

    🏗  added Publish workflow

commit fe2a4db5cb6f8a8c2558d6ffc86ea141e64df591
Author: Kyle Seongwoo Jun <njk230@gmail.com>
Date:   Mon Jan 4 11:46:33 2021 +0900

    Added args to plural()

commit 63ed80d88581c8df51b05041c315ed9411d0c3d6
Author: George Chailazopoulos <george.chailazopoulos@gmail.com>
Date:   Sun Jan 3 17:20:58 2021 +0200

    Update library version to 3.0.0

commit e38857f3b061910593e4d366fa36e2a0cc13e4d6
Merge: 9087b54 b9f407b
Author: George Chailazopoulos <george.chailazopoulos@gmail.com>
Date:   Sun Jan 3 17:18:57 2021 +0200

    Merge branch 'develop_sync_init' of https://github.com/spiritinlife/easy_localization into develop_sync_init

commit 9087b54b2b9d0a740c51e9756e568a3ffd094f44
Author: George Chailazopoulos <george.chailazopoulos@gmail.com>
Date:   Sun Jan 3 17:16:58 2021 +0200

    Minor changes
     - Rename EasyLocalizationState to EasyLocalizationController
     - Add deprecated notice for locale setter
     - Add WidgetsFlutterBinding.ensureInitialized(); to readme's example

commit b9f407b641a4684f7bcd7e637c65a1c99e4f0d84
Merge: 3e2d483 f81b4b9
Author: George Chailazopoulos <george.chailazopoulos@gmail.com>
Date:   Wed Dec 30 20:56:11 2020 +0200

    Merge branch 'develop' into develop_sync_init

commit 3e2d4830d67f0710fbd3d2295f15c489329d477d
Author: George Chailazopoulos <george.chailazopoulos@gmail.com>
Date:   Wed Dec 30 20:51:59 2020 +0200

    feat: ensureInitialized

commit f81b4b9dd5cb85b86ec191e63648b56e82a5f244
Author: aissat <mr.aissat@gmail.com>
Date:   Wed Dec 23 22:34:11 2020 +0100

    👨‍🚒 updated dependencies version

commit 7724030820284810389ef0492eecee639831ea57
Merge: 779847f 325402c
Author: Aye7 <mr.aissat@gmail.com>
Date:   Sat Nov 28 21:16:51 2020 +0100

    Merge pull request #280 from HatEmU/develop

    Added linked locale messages feature.

commit 325402ca995edcaee853b61d576dd2c6d3a8eadc
Author: Hatem <hab.ziggie@gmail.com>
Date:   Sat Nov 28 22:10:44 2020 +0200

    Apply suggestions from code review

    Co-authored-by: Aye7 <mr.aissat@gmail.com>

commit b06c3fb53cfb47adb75044114717dd6100fac121
Author: Hatem <abusettahatem@gmail.com>
Date:   Fri Nov 27 16:43:31 2020 +0200

    Added usage description & examples.

commit 542534c4cd7b33bad2e758ddedbc1abaa8fa0443
Author: HatEmU <abusettahatem@gmail.com>
Date:   Wed Nov 25 11:35:09 2020 +0200

    Satisfy code coverage.

commit 074a9a4e355ec576b23c4641d978db8f4af7b3ff
Author: Hatem <abusettahatem@gmail.com>
Date:   Tue Nov 24 23:14:15 2020 +0200

    Small fixes and the formatter doing its thing.

commit b8893d7583771732cd37ffabe9652be18dfd5c39
Author: HatEmU <abusettahatem@gmail.com>
Date:   Tue Nov 24 17:51:52 2020 +0200

    Added error logging for modifier names.

    Easing the debugging process.

commit 298482dc6d09b7b0aa5c79a6af2ee667867f0d8c
Author: HatEmU <abusettahatem@gmail.com>
Date:   Tue Nov 24 12:44:01 2020 +0200

    added test for Lower modifier.

commit 899ea945f24f36e02f528cf134477d3e0012e6d9
Author: HatEmU <abusettahatem@gmail.com>
Date:   Tue Nov 24 12:32:30 2020 +0200

    Added linked locale messages feature.

    I also added tests for the stuff I made and everything works fine :)

commit 779847f0b7c1ec5f31cb3131d20abb197a6dbeca
Merge: b706a15 71e7366
Author: Aye7 <mr.aissat@gmail.com>
Date:   Sun Oct 4 21:28:36 2020 +0100

    Merge pull request #253 from Joran-Dob/custom-error-widget

    Option for custom error widget on easy localisation widget.

commit 71e7366cf8fd01a327036a579fb896c28d996c5a
Merge: 0684eba b706a15
Author: Aye7 <mr.aissat@gmail.com>
Date:   Sun Oct 4 21:25:10 2020 +0100

    Merge branch 'develop' into custom-error-widget

commit b706a15508144fae177548e52a45e287e9b99b6c
Merge: c4cd179 b94ff01
Author: Aye7 <mr.aissat@gmail.com>
Date:   Sun Oct 4 21:24:43 2020 +0100

    Merge pull request #252 from Joran-Dob/changed-dutch-german

    Changed Dutch to German as it's incorrect currently.

commit 0684ebab3803fbaf0d647230a6a1d902c8b30e88
Author: Joran Dob <joran998@gmail.com>
Date:   Fri Sep 25 18:09:55 2020 +0200

    Added information about the custom error widget option to the readme.

    Added information about the custom error widget option to the readme.

commit b94ff016e9030455361d841c1779d58f654eb860
Author: Joran Dob <joran998@gmail.com>
Date:   Fri Sep 25 17:54:36 2020 +0200

    Changed Dutch to German as it's incorrect currently.

    Changed Dutch to German as it's incorrect currently. The language in the localisation file is German, and not Dutch

commit ebd98d785f50ebcaae27e02da0d0d70a8dae2973
Author: Joran Dob <joran998@gmail.com>
Date:   Fri Sep 25 17:48:31 2020 +0200

    Added possibility to show a custom error widget instead of the default

    Added possibility to show a custom error widget instead of the default widget

commit c4cd1799ad01b9ed5ba3639910659b76f9b44959
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Aug 8 14:39:51 2020 +0100

    updated version to 2.3.3

commit 3135a8e337280caa27fa0960c92f76d71b156b80
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sat Jul 11 16:41:17 2020 +0500

    downgrade sdk version

commit add7df284c7835b3f723ca4bb442a54712b5a4d3
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sat Jul 11 16:34:50 2020 +0500

    Updated pubspec, Added argument in codegen

commit 09fa8332e9f26c5a5f2df0fa211df2a2a5e04a48
Merge: 661327d 8db69f8
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sat Jul 11 15:35:54 2020 +0500

    Merge pull request #203 from Aqua-Ye/option_to_change_default_file

    Added option to change the default file for code generation

commit 8db69f8f3f4915ab87f01395f6c3566d61dd5e74
Author: Frederic Ye <yefrederic@gmail.com>
Date:   Thu Jun 11 17:21:28 2020 +0200

    Code generation: added option to change the default file to use for generation (instaed of first one)

commit 661327d9a2338ac1342380381967b4021ebe773b
Author: aissat <mr.aissat@gmail.com>
Date:   Fri May 15 13:56:00 2020 +0100

    🚀 updated  fallbackLocale desc

commit 7637563dbbc484c0546f9ef3c5aa5d55dd30f52b
Author: aissat <mr.aissat@gmail.com>
Date:   Fri May 15 13:49:11 2020 +0100

    🚀updated some sentences

commit 5bd98e90be1a42c328b7907d37864154e765189b
Author: aissat <mr.aissat@gmail.com>
Date:   Fri May 15 13:34:07 2020 +0100

    🐛fixed some sentences

commit c0f033401aec1f8a8a5555cafe914f7c3a3925eb
Author: aissat <mr.aissat@gmail.com>
Date:   Fri May 15 13:06:57 2020 +0100

    🐞flutter format

commit d2a43763801f4a53024f2e99dd9bfaaa36dbe7f1
Author: aissat <mr.aissat@gmail.com>
Date:   Fri May 15 01:36:42 2020 +0100

    📖 added utils API doc

commit 7ccaf77ec990ad0d2a00055c54170979a81fc5e4
Author: aissat <mr.aissat@gmail.com>
Date:   Fri May 15 00:34:35 2020 +0100

    🚀 added `tr()`and `plural()`  docs  @macro

commit 2cc0421586ad1f0cb5f8da9a4b20549c3efe0191
Author: aissat <mr.aissat@gmail.com>
Date:   Thu May 14 23:46:14 2020 +0100

    📖added public static  func `tr()` and `plural()`

commit 4e6b759fc0a1544ebb02997edcb9bc4575f3d1e6
Author: aissat <mr.aissat@gmail.com>
Date:   Thu May 14 23:44:25 2020 +0100

    📖 added public  extension API doc

commit 45bf9f04c6b8fa80ac825fccc22b7190336774b9
Author: aissat <mr.aissat@gmail.com>
Date:   Thu May 14 22:19:04 2020 +0100

    📖 added Easy localization widget API doc

commit 4f141a1a4ff4b791928089afe67dbddeb627ee58
Merge: 5de90be 5f322b4
Author: Aye7 <mr.aissat@gmail.com>
Date:   Fri May 15 19:37:00 2020 +0100

    Merge pull request #184 from dodaithach/dev

    Flatten json files the right way.

commit 5f322b4dad3ab24f1cc69d3269d34d382baa4df9
Author: Thach Do <ddthach95@gmail.com>
Date:   Fri May 15 13:53:46 2020 +0800

    Resolve discussion.

commit 5de90bedd0086c1dbbb9ea9c2d72a4a93b3e44b8
Author: aissat <mr.aissat@gmail.com>
Date:   Thu May 14 21:54:26 2020 +0100

    💵 updated funding.yml

commit cb3e7d0430799f09940576e2e5ac1499ee1890e3
Author: Thach Do <ddthach95@gmail.com>
Date:   Fri May 15 02:09:06 2020 +0800

    Flatten json files the right way.

commit 586177aa950e97672d048d5e9a11c94540462c86
Author: aissat <mr.aissat@gmail.com>
Date:   Wed May 13 02:27:45 2020 +0100

     👨‍🚒 fixed logo ur land and screenshots table

commit b24bbc5442bf6a3fa7d032c7937390df73aec375
Author: aissat <mr.aissat@gmail.com>
Date:   Wed May 13 02:12:53 2020 +0100

    🔥updated Open Collective badge

commit 07991511ebcf5b51459bf8e9c96c7f1e3ce053ed
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Wed May 13 05:50:18 2020 +0500

    add more info

commit bbc5c56862223960e037828dc6df2a26ca17f359
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Wed May 13 05:38:25 2020 +0500

    fix assetLoader

commit 1240f1527acb770eae7e6df122735319ec1b409d
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Wed May 13 04:43:50 2020 +0500

    minifi logo

commit 4dd975de9df2ceb2aade520b063797f7fd59d764
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Wed May 13 04:33:09 2020 +0500

    fix readme migration

commit 5d92a961a493f0d9bba05cfabf209f93e67aac64
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Wed May 13 04:31:45 2020 +0500

    update readme and codegen

commit ca5850a84740c28fad3e1e8f97df7f8c981a5e8a
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sat May 9 23:39:00 2020 +0500

    update merge

commit 4cc09ad7623e9d407c0057f0f875db44073136b8
Author: Erlend Fagerheim <erlendf80@gmail.com>
Date:   Fri May 8 01:49:30 2020 +0200

    add 'Example' before iOS note

commit 97a5929d0b527894962c6a422c0e8dcb3ecf0ef4
Author: Erlend Fagerheim <erlendf80@gmail.com>
Date:   Thu May 7 16:56:49 2020 +0200

    fix assets folder

commit ca9995dc8aef09a567738ada75a825930ac3530d
Author: Erlend Fagerheim <erlendf80@gmail.com>
Date:   Thu May 7 16:51:36 2020 +0200

    rename simple example header

commit cd9032e4e53a8f95eee7bc9e27c833030343ecba
Author: Erlend Fagerheim <erlendf80@gmail.com>
Date:   Thu May 7 14:01:54 2020 +0200

    lots of simplification

commit 6f9507b6d5c8cee36fd5d2840576b9a68aa20eab
Author: Erlend Fagerheim <erlendf80@gmail.com>
Date:   Thu May 7 13:01:20 2020 +0200

    simplify features and header

commit 81987be853bc58393b2a96d7076c36b1e4940e91
Author: Erlend Fagerheim <erlendf80@gmail.com>
Date:   Thu May 7 11:55:17 2020 +0200

    add note on iOS | remove changelog and add link to changelog and example folder

commit c1f0e8bd44b578bb476d601449950ae68d5d5d9c
Author: aissat <mr.aissat@gmail.com>
Date:   Thu May 7 01:15:56 2020 +0100

    added EasyLocalization doc

commit 7d920e936c551c20eb66e8f8c0cba819defbd49a
Author: aissat <mr.aissat@gmail.com>
Date:   Mon May 11 17:29:40 2020 +0100

    changed plural 'value' type dynamic->num

commit aa670cf8753be60d840d1d18ff233d332e64c409
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon May 11 20:43:53 2020 +0500

    utils test

commit 4c1cf25938ce3dc47c63325acdbc9c3b9eacfe6c
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon May 11 19:58:47 2020 +0500

    fix grammar

commit 3065a4e7451e5ada9f714294959a34dee7e32ddf
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon May 11 19:53:14 2020 +0500

    update logs

commit 5256779893243f6c85fb36852959968e930109c5
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon May 11 19:35:56 2020 +0500

    changelog

commit 5d0e8bf5703b9693b72b6205621972a1c0813371
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon May 11 19:29:42 2020 +0500

    update prints, plural logic,  _resolve loging

commit 804cdc7a87c55df2139f69f20bdde74fe17d88e2
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon May 11 19:24:34 2020 +0500

    update expect printLog

commit 37f90cee8b6d3a9ce154224946c56f35062b8cd0
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon May 11 19:12:27 2020 +0500

    add print utils

commit d2757cbb70baf71487574fb133bee8b8dbb66409
Author: aissat <mr.aissat@gmail.com>
Date:   Sun May 10 21:38:10 2020 +0100

    fixed gender() other param

commit cc5072e809a95eac9cbf81d8656bde03ca1eb639
Author: aissat <mr.aissat@gmail.com>
Date:   Sun May 10 20:58:58 2020 +0100

    added 'namedArgs' on StringTranslateExtension

commit a90fc99b930c81cedfb415f0b7c2ad8783b70c41
Author: aissat <mr.aissat@gmail.com>
Date:   Mon May 4 16:02:12 2020 +0100

    updated example

commit d2f67d29f09d533e704a5d9390d374b8bf80ec7e
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon May 4 04:06:28 2020 +0500

    update version and shared_preferences

commit 704c4d9e4e821949586add9ac8923a547de67be4
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon May 4 04:00:10 2020 +0500

    update example sdk version

commit 4c22aefca962a0d2a9f4af66829799894a76dfc9
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon May 4 03:55:32 2020 +0500

    BuildContext extension method + readme +example +tests

commit 7db8f14d5b115716926c841e8df490df990fc0ec
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon May 4 01:39:02 2020 +0500

    add missed start locale getter

commit 200b5872e6dcfd8857242534aa46139856db55ff
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun May 3 01:39:20 2020 +0500

    litl refactroring preloaderWidget

commit 61fd577bb7e1789fa85f5213f6dae3a026661828
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun May 3 01:32:23 2020 +0500

    add preloaderWidget #142

commit 452a8f97e44399cd7f50a30aaa2cb9f101dae40b
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun May 3 01:20:06 2020 +0500

    fix #159

commit 97f3dcf9136fc3f4329602e71144388b898032c5
Merge: 284d486 b8d2333
Author: Aye7 <mr.aissat@gmail.com>
Date:   Fri May 1 20:51:16 2020 +0100

    Merge pull request #158 from aissat/overman-develop

    Update example and readme

commit b8d23330fc9673abecf61b07e1a8ca847a48dd32
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri May 1 23:52:14 2020 +0500

    add code generation info, fix #150

commit b7f72d807431b26d6b33a86a62ac6144404d371d
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri May 1 23:18:20 2020 +0500

    add srartLocale example

commit 5df50a38e7e6c9d30c6670e6b0b023660f771177
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri May 1 23:15:59 2020 +0500

    delete old info

commit 284d48685e846b1a42b773506c3ef73530a93382
Merge: 9878ab1 2f7b6d5
Author: Aye7 <mr.aissat@gmail.com>
Date:   Fri May 1 16:10:40 2020 +0100

    Merge pull request #157 from aissat/aissat-dev

    Aissat dev

commit 2f7b6d5a4b5e18508f805e056ac87b79b37eacae
Author: aissat <mr.aissat@gmail.com>
Date:   Fri May 1 15:49:44 2020 +0100

    added test check EasyLocalization  child = null

commit 9878ab1c77bdd1030b5947c8abb945f936013538
Author: aissat <mr.aissat@gmail.com>
Date:   Fri May 1 15:35:21 2020 +0100

    add test check null saved loacale without country code

commit 2d813d3fb66503c87ff0afe4d055cbdf10ea1334
Author: aissat <mr.aissat@gmail.com>
Date:   Fri May 1 15:03:49 2020 +0100

    fixed #152

commit b54b4bc5b35439023ec5a55ab12414731d43689d
Author: aissat <mr.aissat@gmail.com>
Date:   Fri May 1 15:35:21 2020 +0100

    add test check null saved loacale without country code

commit 636ad4830c6e2e9005127a4867032af9908cd138
Author: aissat <mr.aissat@gmail.com>
Date:   Fri May 1 15:03:49 2020 +0100

    fixed #152

commit 4069697fba7615287be9fb5880992779fcea8820
Merge: 8c298e5 42aecb2
Author: Aye7 <mr.aissat@gmail.com>
Date:   Sat Apr 25 16:58:46 2020 +0100

    Merge pull request #148 from aissat/aissat-dev

    Added `startLocale`  #145

commit 42aecb25b3b026a2d33478950e9597e9a73f088d
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 25 16:55:29 2020 +0100

    fixed  args version

commit 2c75e1e5327d1aeddd86cb20db4140062a393be8
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 25 05:53:31 2020 +0100

    updated assetLoader arg

commit 980c3e956b6e53b35a2ee6378f1e7eda99161371
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 25 04:00:39 2020 +0100

    update readme

commit 8c298e51de642caa96090f569d259c900b8efe4a
Merge: 5e70759 e0d46b6
Author: Aye7 <mr.aissat@gmail.com>
Date:   Sat Apr 25 03:26:28 2020 +0100

    Merge pull request #149 from Tahateber95/develop

    Update README.md

commit e0d46b664cbfc2386b0165d18067d216e6caa9cb
Merge: 6f6f438 5e70759
Author: Aye7 <mr.aissat@gmail.com>
Date:   Sat Apr 25 03:25:22 2020 +0100

    Merge branch 'develop' into develop

commit 5e7075965b9bc6aee93c32ea9bea6b8798359e45
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 25 03:24:11 2020 +0100

    updated ReadMe

commit 6f6f438333dbe724577a29a37013c693acd53577
Author: Teber Mohammed Tahar <38567078+Tahateber95@users.noreply.github.com>
Date:   Sat Apr 25 03:12:08 2020 +0100

    Update ReadMe.md

commit cbfa560cf48a0623bf919440f5f4a5be8a8411c1
Author: Teber Mohammed Tahar <38567078+Tahateber95@users.noreply.github.com>
Date:   Sat Apr 25 02:47:37 2020 +0100

    Update README.md

commit 087bf52a51d550d981ab597b771b8ceb57d6f0aa
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 25 01:53:13 2020 +0100

    Added `startLocale`  #145

commit 7832967c6d219a9b1e61f0dcea6ca0f993115a19
Author: aissat <mr.aissat@gmail.com>
Date:   Fri Apr 24 22:21:40 2020 +0100

    ubdated readMe, changelog

commit 494e928addfad3e83102ae687d8bd964e1a10386
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Wed Apr 22 00:00:50 2020 +0500

    fix yaml

commit 93211d6fbd9da6e57f27ad2824d36f6c284bc184
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Tue Apr 21 23:57:04 2020 +0500

    update readme

commit f53dd3da82e682d04c65023830030331ede9dbed
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Tue Apr 21 23:20:20 2020 +0500

    xml support

commit 1ba42d5c9e68598a53e78afd272d0db23d45b331
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Tue Apr 21 04:13:51 2020 +0500

    add yaml loader for single file

commit 1b1ca823ecd0294a3262b5e0599fe7b13f2725df
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon Apr 20 22:44:59 2020 +0500

    update changelog and readme

commit 8e432fba4a31fc7c9ad5eb043918fae18ab19b35
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon Apr 20 22:40:55 2020 +0500

    yaml example

commit 68585ac69c5e3c1256fa8001414d2ccaaed651e3
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon Apr 20 22:40:28 2020 +0500

    update readme example

commit 03fd0a60b0a37e6a4f27bc29126e647aba6338ca
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon Apr 20 22:39:37 2020 +0500

    update readme

commit d05f640d467da4843c6981649ec91c1ae7e36e92
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun Apr 19 04:57:25 2020 +0500

    example migrate to easy_localization_loader

commit 9a2ed679983de7d8709927686077b34b0b8d66a7
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 18 11:33:05 2020 +0100

    update Readme and changelog

commit 4218a0142bfbe9163a1189f0d6be81a834809f17
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 18 11:00:34 2020 +0100

    flutter format file

commit 9f5f4ff94d7f72031319aeda6c83a31c2efad714
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 18 04:22:49 2020 +0100

    tested localeFromString

commit 99c28742384a609ac6e756a2f262f3552be87867
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 18 03:41:58 2020 +0100

    updated tests

commit 303139cfcf9803d0792d51176fcdaf9a8de15216
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 18 03:20:08 2020 +0100

    collect all  localizationsDelegates in [delegates]

commit efc53dfd7f0410e92ffb3f9291ad84efb0f6f4d9
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 18 02:13:47 2020 +0100

    useed CsvAssetLoader

commit 534819db4a39644b4ecb601276c3eea8f19a422b
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 18 01:38:55 2020 +0100

    renamed generated class
    	modified:   ../bin/generate.dart
    	renamed:    lib/generated/codegen.g.dart -> lib/generated/locale_keys.g.dart
    	modified:   lib/main.dart

commit 7d2000a878d7aa40695ed1bb6e5d21adac05bab1
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 18 00:11:55 2020 +0100

    remove csv pkg

commit 4c5aca112a4275fce750453636c6e087f7a65916
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 18 00:11:02 2020 +0100

    updated example with static keys

commit 7eea8b26857262bb36b211cb648f92b2b82c5ce4
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 18 00:10:03 2020 +0100

    added static key genertor

commit 26a8d9a09e4d131d0f250cb79a47acd2a1d5a0f5
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 18 00:08:03 2020 +0100

    	moved:    ../lib/src/csv_parser.dart -> lib/csv_parser.dart

commit c52f5d8df58d104043bddc5282fbbcf60e0c4515
Author: aissat <mr.aissat@gmail.com>
Date:   Sat Apr 18 00:07:39 2020 +0100

    update locals file

commit aef15edf13c71b34c17a56c67fb825a758ceb7fd
Merge: b27d3d0 9868fd8
Author: Aye7 <mr.aissat@gmail.com>
Date:   Fri Apr 17 16:54:12 2020 +0100

    Merge pull request #143 from Overman775/codegen

    Codegen

commit 9868fd8a7a265591f8c947b136a3e916dfce098b
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 17 02:34:14 2020 +0500

    update readme

commit e5de350c92aab51063bddffabdc2b045e26e763f
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 17 01:55:52 2020 +0500

    codegen allowed formats

commit b7b97de1e204544deaa033cd589da679294b6d98
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 17 01:51:41 2020 +0500

    colored print

commit 2be802197471d9b5facfd7171147c2740eb54c15
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 17 01:14:40 2020 +0500

    update example, clean code

commit a97d5a7f2a1f7c448c7a04086be721177d037abb
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 17 01:13:46 2020 +0500

    update pub

commit dac73baa0f5f7251c8812abe7c5044cedfc38e36
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 17 01:13:35 2020 +0500

    update readme, changelog

commit 93894ad082dee8dad9da43411f7558d0815f6f48
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 17 00:03:38 2020 +0500

    refactoring csv loader

commit 35bb24a48490b9b1129dbc8c963f9f2a2fc23b29
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Thu Apr 16 23:55:56 2020 +0500

    update csv

commit 4de7958a010214c50d725c87da7c370e99e97a0b
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Thu Apr 16 20:51:36 2020 +0500

    generate format, generate csv parser

commit a4bcd055817a8d9dadab31de42c94a139f97a59a
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Thu Apr 16 20:51:07 2020 +0500

    csv parser

commit 2efdd480e20337e6329db784d4406513d462810d
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Thu Apr 16 16:31:46 2020 +0500

    format

commit 1b04efb2467ec03d500a3cfbac7d5bc6a838a6a7
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Thu Apr 16 16:29:01 2020 +0500

    output file name var

commit cf1719b06d3619e46b478a456efe3af0827d9350
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Thu Apr 16 05:52:58 2020 +0500

    codegen

commit 3d8389f344375f7034607fd32c2fd9a5421a9f4a
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Thu Apr 16 05:52:31 2020 +0500

    update gitignore

commit 3e9b78a6089994d7d26255f86465806510272a4f
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Thu Apr 16 05:44:48 2020 +0500

    update git ignore

commit b27d3d0e6744351623c3efb08151df4ad4444938
Author: aissat <mr.aissat@gmail.com>
Date:   Mon Apr 13 18:01:17 2020 +0100

    pass "Easy localization" as args

commit 43e8cd01d6dbc12b68817999dfca3ab2816dad7c
Author: Ade Anom A <adeanom@yahoo.com>
Date:   Mon Apr 13 22:11:53 2020 +0700

    code refactor

commit 144e85158b086343e611d00f3a650ed73b5177e8
Author: Ade Anom A <adeanom@yahoo.com>
Date:   Mon Apr 13 21:03:50 2020 +0700

    switch to single curly braces for named arguments

commit 4f564914f50fd52db1368e6f050be7f0f37de161
Author: Ade Anom A <adeanom@yahoo.com>
Date:   Sun Apr 12 20:29:55 2020 +0700

    update named args localization text sample

commit 0bc97729932eaf63b2822b987e5a851a547bfa6b
Author: Ade Anom A <adeanom@yahoo.com>
Date:   Sun Apr 12 01:55:59 2020 +0700

    named arguments support

commit 8cf39deeab23aa4ea7d41e0d86281d5e5cb431dd
Author: aissat <mr.aissat@gmail.com>
Date:   Sun Apr 12 00:35:32 2020 +0100

    updated loadTranslations()

commit 2821faf64ecd09f1b785402085d44b80e836375f
Merge: e78a3ee 5bfa297
Author: Aye7 <mr.aissat@gmail.com>
Date:   Sun Apr 12 00:13:38 2020 +0100

    Merge pull request #136 from Overman775/scriptCode

    Script code

commit 5bfa297c6e28ef757729c0a130597615f7e6b3ac
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun Apr 12 03:59:37 2020 +0500

    change import

commit 2dc1738f41ae1c9e32217b66ce5001f281441042
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sat Apr 11 19:38:14 2020 +0500

    add missed params in example and readme

commit 88a72672cc6f04481769d5479c85770b166909ee
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sat Apr 11 19:33:10 2020 +0500

    refactoring utils, add support Locale scriptCode, update readme and example

commit 26fdd8f2b4ffa1ff4b586b6b6db74f9a75ea8fe7
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sat Apr 11 18:54:09 2020 +0500

    fix useOnlyLangCode

commit e78a3ee55f7f38f7b080d64d2d93dc4fe6d06bb6
Author: aissat <mr.aissat@gmail.com>
Date:   Fri Apr 10 22:26:02 2020 +0100

    hidden easy_localization_bloc

commit f7979b3b5cebd30a2ba04dfa129c7d1bb9b1f20e
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Apr 9 02:52:05 2020 +0100

    updated ReadMe

commit 2d8a991b307c355ffb647d3e83cbe22e18a6acb8
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Apr 9 02:26:02 2020 +0100

    added csv asset loader

commit 5e52b247dccfc63bf8d6f001457bd54aa2c13ac9
Author: aissat <mr.aissat@gmail.com>
Date:   Wed Apr 8 19:30:03 2020 +0100

    updated project

commit 0fe5c15b1086c53ca204c3c24694b9c8d9edd5ac
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Wed Apr 8 19:12:23 2020 +0500

    fix missed asset

commit a8cc1585a527cb7772404cf02f3161b855c1b3a5
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Wed Apr 8 18:44:48 2020 +0500

    nested flutter_localizations from package

commit a52ab9ed4e4f24ca3b893bf2a4b533e2cb6b92f9
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Wed Apr 8 18:36:51 2020 +0500

    clean main pubspec

commit 0b9c52b90b14f1fd60d7792a03a703ba2bfa1f44
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Wed Apr 8 17:49:14 2020 +0500

    add pedantic linter rulles. fix warning

commit cebc5b58ffc6af66bc21b489698ebf9805a49ee6
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Wed Apr 8 17:40:36 2020 +0500

    fix dependencies

commit b39b20d66b5a9f8596d4b2593253ab0276210324
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sat Apr 4 19:30:47 2020 +0500

    conditional imports findSystemLocale

commit 28bca208ed4a2a99d319f92f2a945cb6d7f39638
Author: aissat <mr.aissat@gmail.com>
Date:   Fri Apr 3 00:03:53 2020 +0100

    comment onError()

commit 9853b1de212bf2960f9f6a3f9a2c40381d7f4665
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Apr 2 23:50:40 2020 +0100

    updated screenshots url

commit 6b50b5dce0e5783dd70e270632d7b036897aee92
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Apr 2 23:32:44 2020 +0100

    updated screenshots

commit 4459ec5caca90093e5426fec98086d4ce59277b1
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Apr 2 23:32:24 2020 +0100

    updated Readme, changelog

commit 3341a8465d98092b4c859c8d207749d9c7c64a8d
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Apr 2 23:24:16 2020 +0100

    added new screenshots

commit 50dfa6ae06ea7abf430d05d1b5e7597cba1dae7b
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Apr 2 23:23:00 2020 +0100

    remove "getLocalePath()"

commit c4907b8903c00e6209bccf7291670027298502f2
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Apr 2 22:18:15 2020 +0100

    removed catch error Asset loader from EasyLocalization

commit 3b2c4132142dc98dfac8f9f7661f1b4274a151d1
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Apr 2 22:13:40 2020 +0100

    removed localeExists

commit 5563a52e06b45107e666b7b8a0121ad66af27711
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 3 02:38:36 2020 +0500

    minor tweaks

commit c6171626f119de2b252bcc73035db585b6725b1c
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 3 02:25:25 2020 +0500

    minor tweak getLocalePath

commit 56b9392254e0c99030959bd62d122398ab8601a4
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 3 02:16:15 2020 +0500

    update log

commit b4f773420842dd281cf99c5bc2400443ff4645b6
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 3 02:14:14 2020 +0500

    clean code

commit 08d9f0b61c1edad6d52cf34bd40dfc618bd58a9d
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 3 02:12:32 2020 +0500

    clean code

commit dea0601b938b2a894313b3dc749d8668316cabe7
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 3 02:09:42 2020 +0500

    fix return NetworkAssetLoader

commit 989e5a6f91943c8d071cb6bc2d5c3f60c3ff074c
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 3 02:04:57 2020 +0500

    Catch network exceptions in NetworkAssetLoader

commit 4acce8831308fd6ec45d087a52dd354af6fc78df
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 3 01:28:51 2020 +0500

    refactoring catch error json loader

commit ad7c954e38e584cbae1da1b9e02c3cb8c3a54b2c
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 3 00:48:58 2020 +0500

    correct grammar

commit ddf58915395c89e90c193a822f1c5213e5614091
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Fri Apr 3 00:45:00 2020 +0500

    Catch error from json parse/load

commit 799ede8fe065f69715366b622b066ded82eaad6e
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Thu Apr 2 23:55:07 2020 +0500

    add log _EasyLocalizationProvider

commit f160dbe4ccd25384f5ea1c4afb12a622ecfe1b16
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Thu Apr 2 23:53:23 2020 +0500

    _EasyLocalizationDelegate add log

commit 9d31c614d0aa6966f6c0b20a53a02eede66b59fd
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Thu Apr 2 23:46:08 2020 +0500

    add log to RootBundleAssetLoader

commit 7ea0508b70005c62fbec73e95f4c9cc78c946dd3
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Thu Apr 2 23:41:58 2020 +0500

    fix set locale old check

commit 5e220b7283a3dca9735c6d93dc041490b10629fd
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Thu Apr 2 23:33:37 2020 +0500

    rename res to returnWidget

commit bd66625883dd008e9717f1d10866a78f3543355e
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Thu Apr 2 23:28:29 2020 +0500

    delete log, add falback locale

commit 0bca91b7f01b72751240b0ca7b8328b6ed4fe2e7
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Apr 2 08:27:15 2020 +0100

    resolve conflict

commit 7b4098047ae00c967b6cfcd4c7bdd9de908117a8
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Apr 2 07:44:52 2020 +0100

    clean code

commit 6ec747c5cb781b296369f9eb273dc942e9b12364
Author: aissat <mr.aissat@gmail.com>
Date:   Thu Apr 2 07:37:17 2020 +0100

    dispose stream

commit c8e2bee379eeb210f373113094574f2172e5bc9e
Author: aissat <mr.aissa@gmail.com>
Date:   Thu Apr 2 07:19:33 2020 +0100

    format files

commit 97d8cb12afd213dff028221001d290bb7f30d500
Author: aissat <mr.aissa@gmail.com>
Date:   Thu Apr 2 07:04:53 2020 +0100

    fixed tests

commit df9ce3c055dd9d22f5f4a062a9476d390cfc4a1f
Author: aissat <mr.aissa@gmail.com>
Date:   Thu Apr 2 06:43:47 2020 +0100

    updated gitignore file

commit 1957442c92950ea8e742d12330599f3c55a5c47d
Author: aissat <mr.aissa@gmail.com>
Date:   Thu Apr 2 06:41:42 2020 +0100

    remove async load

commit a6f2ae1595ba81f2a9c583589c3555d56e9cda10
Author: aissat <mr.aissa@gmail.com>
Date:   Thu Apr 2 06:39:35 2020 +0100

    added Resource class

commit 8f6fe0d237c9ce839e0616494b4f949c6f3c19f3
Author: aissat <mr.aissa@gmail.com>
Date:   Thu Apr 2 06:04:53 2020 +0100

    fixed tests

commit ead2e73da45189ffb5002e28ae36704a4f727866
Author: aissat <mr.aissa@gmail.com>
Date:   Wed Apr 1 22:59:21 2020 +0100

    added stream Error

commit 3574edc0793187a130c9fb6a409fd42d3debba8b
Author: aissat <mr.aissa@gmail.com>
Date:   Wed Apr 1 22:49:40 2020 +0100

    updated widget error

commit 8aaa1acfdc54e7bf63df9fd0718ddca655ed3c29
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Mon Mar 30 18:01:39 2020 +0500

    single stream, fix hotreload

commit 8ac14fab6c57ec8c430f25cc4a4e27bfd90a2ea1
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun Mar 29 23:18:02 2020 +0500

    return broadcast... hot reload bug

commit 2c3c25549f2c93076aee688cd2abe8067ea6aa35
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun Mar 29 21:14:24 2020 +0500

    add assert check to required params

commit 5a70e6bb9c0546f8121b9a67b22f319375db7f6b
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun Mar 29 20:51:46 2020 +0500

    clean example

commit f83492973c7f62da78b572f4c12fc4036cc0b443
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun Mar 29 20:29:33 2020 +0500

    check old locale

commit a3147d6465468377fac537c414d3fa73a0eae5e3
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun Mar 29 18:22:22 2020 +0500

    add preloaderColor param

commit bc2bdf419a34041c2ac331b5e707503cc55381bb
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun Mar 29 18:04:42 2020 +0500

    disable loadSavedLocale if saveLocale false

commit 2808e18cf8980394d759725be6ae8cd5e5724e71
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun Mar 29 17:36:29 2020 +0500

    minor tweaks

commit ee3f68fe75e86a9b24a06f6d0fd0b6c0d1059408
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun Mar 29 17:21:39 2020 +0500

    update pub

commit 9393f737c4d65702faa9de25fab5a650fff5acdf
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun Mar 29 17:17:27 2020 +0500

    delete broadcast from stream controller

commit d744e68d7d14fa7e8b5017ba1854f23905b28637
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun Mar 29 17:15:03 2020 +0500

    check controller in _handleLogic

commit 10109f5ed47cded3df111bf7df34ca2698ece13e
Author: Alexey Z <47769319+Overman775@users.noreply.github.com>
Date:   Sun Mar 29 17:12:08 2020 +0500

    fix test lang warning

commit 7e95776d2b07e52a06bf4ea04718d85ad68850a1
Author: aissat <mr.aissat@gmail.com>
Date:   Tue Mar 24 22:53:20 2020 +0100

    updated EasyLocalization app

commit 86f0ea1fa6cd8e03333793012a72cd919028225e
Author: aissat <mr.aissat@gmail.com>
Date:   Tue Mar 24 22:15:13 2020 +0100

    optimized BloC

commit 6bbb6c35c590613badf4488a8bdea56cd51d86e6
Author: aissat <mr.aissat@gmail.com>
Date:   Tue Mar 24 22:09:22 2020 +0100

    	deleted:    lib/src/bloc/easy_localization_locale.dart

commit ce4ca511511c4ea7bc9a974849bba4e70d3f0e40
Author: aissat <mr.aissat@gmail.com>
Date:   Tue Mar 24 22:07:21 2020 +0100

    updated language setting

commit 73c855d9132022f12bf745dc5f36d5d296dddf8e
Author: aissat <mr.aissat@gmail.com>
Date:   Tue Mar 24 22:06:35 2020 +0100

    fixed tests

commit f31b4c5db8816c8efb74b5ae791e7d375546eda9
Author: aissat <mr.aissat@gmail.com>
Date:   Tue Mar 24 18:10:15 2020 +0100

    added transform validator

commit 80395eb5d998af450eaf9fb91cae481647528e6e
Author: aissat <mr.aissat@gmail.com>
Date:   Tue Mar 24 08:49:33 2020 +0100

    create easy_localization_locale.dart

commit 636f0a9d72a2a79f9e22b817ae570e3fdf5090fb
Author: aissat <mr.aissat@gmail.com>
Date:   Tue Mar 24 08:17:48 2020 +0100

    added easy_localization_bloc

commit 6168ead92408c3c6578ee75cbfcca8f7c55964a7
Author: Moritz <morgenroth@twigbit.com>
Date:   Wed Mar 25 00:06:07 2020 +0100

    Fix delay loading override issue

commit 31a0a673ba33e36a64ffa61372d95fbc23d4fd36
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 22:42:37 2020 +0100

    Fixes

commit b94162cee436ac6ea13e64c6da9d43d32f601d75
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 22:32:57 2020 +0100

    Add preference tests

commit 7b6668ce6661f36a9354891fb1bd67e96d7f6dfe
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 22:17:39 2020 +0100

    Fix loader interruption issue, finalize delegate

commit f18d707e72d37f300d02e9de5c02fc52801ab583
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 18:18:56 2020 +0100

    Fix loader function

commit b3395b52edf74542f3c352e228a8c6ea052cb636
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 18:09:08 2020 +0100

    Adjust shared preference param

commit 0147605410b6da2d280ebb9f6ffc7c63315a157e
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 18:08:56 2020 +0100

    Fix test

commit 905e9897e837ac77e3bb124cc202acf699f7b67e
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 17:42:29 2020 +0100

    Fix new test

commit 22b1b1e3aeda18ae6c53049959a7bfffdac863a8
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 17:37:37 2020 +0100

    Remove dead fallback locale test

commit 7ab97694a25f8eef525e7a04901d1357d5b21b9c
Merge: 52bee84 28ceb9a
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 17:21:31 2020 +0100

    Merge remote-tracking branch 'upstream/develop' into develop

commit 52bee8429c717d9b05cff4346bfa19818845843c
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 17:19:23 2020 +0100

    Bump version

commit 03afaa6e9e9738144f488796cbf7a3a1693f6bcb
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 17:18:19 2020 +0100

    Always rebuild on local change

commit 6152fdc06ba8049c7d91179d7feeb7a095e40999
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 17:17:50 2020 +0100

    Comment out intl tests

commit b5a6f3ab66656a437bdf0810cffe9138291f3106
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 17:17:40 2020 +0100

    Remove dead dependencies

commit 62070dda1c067547a96a4a4e388cb1f46159c97e
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 16:03:36 2020 +0100

    Remove outdated fields

commit 1990905851638f1325eb90c784450eeeda4f6c25
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 16:02:40 2020 +0100

    Remove fallback locale

commit feb234fff2c2b44b3ba119ba1eaeb17457210d03
Author: Moritz <morgenroth@twigbit.com>
Date:   Tue Mar 24 16:02:00 2020 +0100

    Rebuild the language provider wrapper widget

commit 28ceb9af7db3864e788ac282e3662c98f1c4807f
Author: aissat <mr.aissat@gmail.com>
Date:   Mon Mar 23 23:55:18 2020 +0100

    added _localeFromString() test when useOnlyLangCode true

commit ff4057bce2bcbb3899dcb55198199f3a610b020a
Author: aissat <mr.aissat@gmail.com>
Date:   Mon Mar 23 23:29:30 2020 +0100

    added SharedPreferences deleteSaveLocale() test

commit be0a90eac3de803d2c7c84417a8078cf8b5603d7
Author: aissat <mr.aissat@gmail.com>
Date:   Mon Mar 23 23:03:58 2020 +0100

    updated FutureErrorWidget()

commit b5a6e2771099ae8a52411d25ed08bd360c463819
Author: aissat <mr.aissat@gmail.com>
Date:   Mon Mar 23 22:44:21 2020 +0100

    added  test assets

commit 57607ada12b84570bc9292f6b3b22fa831ee7f3c
Author: aissat <mr.aissat@gmail.com>
Date:   Mon Mar 23 22:42:43 2020 +0100

    fixed init app locale

commit 315e30d068…
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.

None yet

3 participants