menu
ulink_cli package
documentation
import/fdl_parser.dart
import/fdl_parser.dart
dark_mode
light_mode
import/fdl_parser
library
Classes
FdlParser
FDL export parsing. All static — mirrors the module-level JS functions.
Functions
clean
(
Map
<
String
,
dynamic
>
obj
)
→
Map
<
String
,
dynamic
>
Remove null / empty-string / empty-map entries (shallow). Mirrors the JS
clean()
so mapping + parity stay byte-for-byte equivalent to the TS source.
Exceptions / Errors
FdlParseError
Thrown for any malformed or unrecognized FDL export input.
ulink_cli package
documentation
import/fdl_parser.dart
ulink_cli
package
Libraries
api/sdk_links_client
api/ulink_api_client
auth/auth_service
auth/browser_auth_service
auth/config_manager
auth/local_auth_server
commands/domain_verify_command
commands/fix_command
commands/import_command
commands/login_command
commands/logout_command
commands/project_command
commands/resolve_command
commands/verify_command
config/constants
config/project_config_manager
config/version
import/fdl_mapper
import/fdl_parser
import/import_parity
models/auth_config
models/platform_config
models/project_config
models/project_list_item
models/target_info
models/verification_result
parsers/android_parser
parsers/flutter_parser
parsers/gradle_parser
parsers/ios_parser
parsers/package_swift_parser
parsers/podfile_parser
parsers/project_detector
parsers/react_native_parser
reporters/report_generator
testers/android_runtime_tester
testers/ios_runtime_tester
testers/well_known_tester
ulink_cli
utils/console_style
utils/progress_spinner
utils/update_checker
validators/android_validator
validators/config_validator
validators/ios_validator
validators/sdk_package_validator
fdl_parser library