What this package is like to depend on
Last release 4 years ago
no release in 18 months
Ships unpredictably
gaps range from 9 days to 1.2 years
Some releases are documented
notes for 7 of 24 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
24 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
24 releases · Aug 2021 to Nov 2022Releases
latest 24-
1.1.907 Nov 2022 -
1.1.821 Oct 2022 -
1.1.721 Oct 2022 -
1.1.621 Oct 2022Nothing published for this version
-
1.1.420 Aug 2021 -
1.1.320 Aug 2021Nothing published for this version
-
1.1.212 Aug 2021Nothing published for this version
-
1.1.112 Aug 2021Nothing published for this version
-
1.1.012 Aug 2021Release notes
Open source →- 增加对
int以及double类型的值的支持 - 现在可以填写以下类型的
json了
{ "key1": 123, "key2": 123.123, "key3": "value3", "key4": [ //这是需要隐藏的值,必须在第一位,支持 int double 和 String 1, //这是其他的会添加到注释行的东西(可以添加任何类型,但会被 toString()) "additions" ], "key5": { //这是需要隐藏的值,key 必须为 `value`,支持 int double 和 String 类型 "value": 123, //这是 value 的类型,可选的,key 必须为 `type`,如果不填,会取 value 的值的类型 "type": "int", "additions": "addition_value" } } - 增加对
-
1.0.812 Aug 2021Nothing published for this version
-
1.0.712 Aug 2021Nothing published for this version
-
1.0.612 Aug 2021Nothing published for this version
-
1.0.512 Aug 2021Nothing published for this version
-
1.0.412 Aug 2021Nothing published for this version
-
1.0.312 Aug 2021Nothing published for this version
-
1.0.212 Aug 2021Nothing published for this version
-
1.0.111 Aug 2021Release notes
Open source →- 修改使用方式:
- 在 pubspec.yaml 添加顶级节点 april_assets_hide ,这个节点与 flutter 节点平级
- 在该节点下添加 assets_json_dir 节点,用于填写资源映射 json 文件的文件夹路径,例如:lib/jsons ,这个文件夹必须实际存在
- 再次添加 generated_file_dir 节点,用于填写自动生成的文件所在文件夹,例如:lib/output ,这个文件夹如果不存在,会自动创建
- 添加第三个节点 generated_file_name ,用于填写自动生成的 Dart 文件的名字,不需要后缀,例如:AppAssets
- 最终效果如下
april_assets_hide: assets_json_dir: lib/configuration/AssetsJsons generated_file_dir: lib/configuration generated_file_name: AppAssets -
1.0.010 Aug 2021Release notes
Open source →- 使用手册:
- 在项目 lib 目录下创建文件夹 assets_hide
- 创建子文件夹 jsons ,用于放置资源路径映射文件 xxx.json 等
- terminal 中运行命令:flutter pub global activate april_assets_hide 以激活插件
- terminal 中运行命令:flutter pub global run april_assets_hide:generate 以生成最终代码文件 最终的代码会输出到 jsons 文件夹同级的 outputs 目录,其文件名为 AssetsHidden.dart
-
0.0.610 Aug 2021Nothing published for this version
-
0.0.510 Aug 2021Nothing published for this version
-
0.0.410 Aug 2021Nothing published for this version
-
0.0.310 Aug 2021Nothing published for this version
-
0.0.210 Aug 2021Nothing published for this version
-
0.0.110 Aug 2021Nothing published for this version