Skip to content

Country data not showing up #7

@afijal

Description

@afijal

Describe the bug
Country data always says no data, did anyone manage to make it work?

Screenshot 2023-06-14 at 09 57 32

Here is how I create an event

return event(
      name: eventName,
      page: eventPage,
      referrer: 'referrerPage',
      props: {
        'app_version': packageInfo.version,
        'app_platform': Platform.operatingSystem,
        'app_locale': Platform.localeName,
        'app_theme': MediaQuery.of(context).platformBrightness.toString(),
      },
    );```

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