start implement talker logger for cherrypick

This commit is contained in:
Sergey Penkovsky
2025-08-10 21:48:23 +03:00
parent 6924ccd07b
commit d153ab4255
9 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// TODO: Put public facing types in this file.
/// Checks if you are awesome. Spoiler: you are.
class Awesome {
bool get isAwesome => true;
}

View File

@@ -0,0 +1,8 @@
/// Support for doing something awesome.
///
/// More dartdocs go here.
library;
export 'src/talker_cherrypick_logger_base.dart';
// TODO: Export any libraries intended for clients of this package.