PackageTrack
Sign in Get early access

april_assets_hide

A toolkit that can hide strings

1.1.9 AAAAAApril/AssetsHide

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 2022
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 24
  1. 1.1.9 07 Nov 2022
    Release notes
    Open source →
  2. 1.1.8 21 Oct 2022
    Release notes
    • 调整 CHANGELOG.md 文字大小。
    Open source →
  3. 1.1.7 21 Oct 2022
    Release notes
    • 提高最低支持的 Dart 版本到 2.18.0。修改 CHANGELOG.md 文字大小。
    Open source →
  4. 1.1.6 21 Oct 2022

    Nothing published for this version

  5. 1.1.4 20 Aug 2021
    Release notes
    • 增加偏移量支持,增加生成类注释描述支持
    Open source →
  6. 1.1.3 20 Aug 2021

    Nothing published for this version

  7. 1.1.2 12 Aug 2021

    Nothing published for this version

  8. 1.1.1 12 Aug 2021

    Nothing published for this version

  9. 1.1.0 12 Aug 2021
    Release notes
    • 增加对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"
      }
    }
    
    Open source →
  10. 1.0.8 12 Aug 2021

    Nothing published for this version

  11. 1.0.7 12 Aug 2021

    Nothing published for this version

  12. 1.0.6 12 Aug 2021

    Nothing published for this version

  13. 1.0.5 12 Aug 2021

    Nothing published for this version

  14. 1.0.4 12 Aug 2021

    Nothing published for this version

  15. 1.0.3 12 Aug 2021

    Nothing published for this version

  16. 1.0.2 12 Aug 2021

    Nothing published for this version

  17. 1.0.1 11 Aug 2021
    Release notes
    • 修改使用方式:
    • 在 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
    
    Open source →
  18. 1.0.0 10 Aug 2021
    Release notes
    • 使用手册:
    1. 在项目 lib 目录下创建文件夹 assets_hide
    2. 创建子文件夹 jsons ,用于放置资源路径映射文件 xxx.json 等
    3. terminal 中运行命令:flutter pub global activate april_assets_hide 以激活插件
    4. terminal 中运行命令:flutter pub global run april_assets_hide:generate 以生成最终代码文件 最终的代码会输出到 jsons 文件夹同级的 outputs 目录,其文件名为 AssetsHidden.dart
    Open source →
  19. 0.0.6 10 Aug 2021

    Nothing published for this version

  20. 0.0.5 10 Aug 2021

    Nothing published for this version

  21. 0.0.4 10 Aug 2021

    Nothing published for this version

  22. 0.0.3 10 Aug 2021

    Nothing published for this version

  23. 0.0.2 10 Aug 2021

    Nothing published for this version

  24. 0.0.1 10 Aug 2021

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive