{"id":19598332,"url":"https://github.com/dotupnet/dotup_flutter_logger","last_synced_at":"2026-05-14T17:38:02.075Z","repository":{"id":61973144,"uuid":"390950295","full_name":"dotupNET/dotup_flutter_logger","owner":"dotupNET","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-06T09:53:02.000Z","size":20754,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T07:46:30.155Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotupNET.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"custom":["https://www.paypal.com/paypalme/dotup"]}},"created_at":"2021-07-30T06:03:24.000Z","updated_at":"2024-04-08T02:49:20.000Z","dependencies_parsed_at":"2024-03-29T12:48:50.780Z","dependency_job_id":null,"html_url":"https://github.com/dotupNET/dotup_flutter_logger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotupNET%2Fdotup_flutter_logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotupNET%2Fdotup_flutter_logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotupNET%2Fdotup_flutter_logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotupNET%2Fdotup_flutter_logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotupNET","download_url":"https://codeload.github.com/dotupNET/dotup_flutter_logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240876855,"owners_count":19871903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T09:05:49.713Z","updated_at":"2025-11-19T17:03:42.468Z","avatar_url":"https://github.com/dotupNET.png","language":"Dart","funding_links":["https://www.paypal.com/paypalme/dotup"],"categories":[],"sub_categories":[],"readme":"# dotup_flutter_logger\n\n## Take a look at [dotup.de](https://dotup.de) or on [pub.dev](https://pub.dev/packages?q=dotup)\n\n\nFlutter widgets for [dotup_dart_logger](https://github.com/dotupNET/dotup_dart_logger)\n\n\n\u003cimg src=\"https://raw.githubusercontent.com/dotupNET/dotup_flutter_logger/master/screenshots/dotup_flutter_logger_1.png\" width=300\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/dotupNET/dotup_flutter_logger/master/screenshots/dotup_flutter_logger_2.png\" width=300\u003e\n\n\u003cvideo src=\"https://raw.githubusercontent.com/dotupNET/dotup_flutter_logger/master/screenshots/dotup_flutter_logger_3.mp4\" autoplay width=300\u003e\n\n## Example with SqfLite\n\n```dart\nFuture\u003cvoid\u003e example() async {\n\n  var dir = await getApplicationDocumentsDirectory();\n  final dbFolder = dir.path;\n\n  if (!await Directory(dbFolder).exists()) {\n    await Directory(dbFolder).create(recursive: true);\n  }\n\n  final databaseFile = '$dbFolder/logging.db';\n\n  // Initialize log writer\n  final sqfLiteLogWriter = SqfLiteLogWriter(LogLevel.All);\n  await sqfLiteLogWriter.initialize(databaseFile);\n  // Add to logger manager\n  LoggerManager.addLogWriter(sqfLiteLogWriter);\n\n  runApp(MyApp());\n\n\n  // Use it everywhere\n  final logger = Logger('Nice');\n  logger.warn('Oh');\n  logger.info('Ah');\n\n  // Get all entries from database\n  final repo = sqfLiteLogWriter.repository;\n  final all = await repo.readAll();\n  for (var item in all) {\n    print(item.message);\n  }\n\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotupnet%2Fdotup_flutter_logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotupnet%2Fdotup_flutter_logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotupnet%2Fdotup_flutter_logger/lists"}