Skip to content

Shift isDebug check to dart_core lib #10

@apgapg

Description

@apgapg
bool get isDebug {
  bool inDebugMode = false;
  assert(inDebugMode = true);
  return inDebugMode;
}

this should be in fa_dart_core as this doesnt have any flutter dependency

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions