ddlog 0.0.6 copy "ddlog: ^0.0.6" to clipboard
ddlog: ^0.0.6 copied to clipboard

outdated

flutter log info "[DateTime fileNmae className line ...](iOS && android && linux && macOS && windows && fuchsia).

ddlog #

Super simple log printing
//DateTime.now() + fileName + className + selectorName + [line *]:

example #

//...
ddlog(_counter);
//...

//flutter: 2021-07-23 14:35:09.545758 main.dart, _MyHomePageState [line 40]: 1

//flutter: 2021-07-23 14:35:09.669128 main.dart, _MyHomePageState [line 40]: 2

//flutter: 2021-07-23 14:35:09.843914 main.dart, _MyHomePageState [line 40]: 3

Getting Started #

dependencies:
  flutter:
    sdk: flutter

  cupertino_icons: ^1.0.2

  ddlog: ^0.0.6

1
likes
0
points
72
downloads

Publisher

unverified uploader

Weekly Downloads

flutter log info "[DateTime fileNmae className line ...](iOS && android && linux && macOS && windows && fuchsia).

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ddlog