Skip to content

[E] NoSuchMethodError: The method 'split' was called on null #15

@easazade

Description

@easazade

I get the following error when i run fontify

[I]  Using config fontify.yaml
[E]  NoSuchMethodError: The method 'split' was called on null.
Receiver: null
Tried calling: split(RegExp: pattern=[\s|,] flags=)

This is my config file

fontify:
  input_svg_dir: "cityapp/"
  output_font_file: "cityapp/fonts/my_icons_font.otf"
  
  output_class_file: "cityapp/my_icons.dart"
  class_name: "MyIcons"
  indent: 4
  package: my_font_package

  font_name: "My Icons"
  normalize: true
  ignore_shapes: true

  recursive: true
  verbose: false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions