You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**IDE Integration:** Optionally uses `dart:developer`'s `log` function for a richer experience in some IDEs.
29
32
-**Extensible:** Add custom callbacks to integrate with other services (e.g., crash reporting).
30
33
34
+
## 📸 Screenshot
35
+
36
+
<imgsrc="https://raw.githubusercontent.com/dev-cetera/df_log/main/doc/assets/example.png"alt="Visual Studio Code Terminal"width="600">
37
+
31
38
## 🚀 Getting Started
32
39
33
40
For an introduction, please refer to this article:
@@ -36,11 +43,6 @@ For an introduction, please refer to this article:
36
43
-**DEV.TO**[Dart Logging: Your New Best Friend](https://dev.to/dev_cetera/dart-logging-your-new-best-friebd-ae1)
37
44
-**GITHUB**[Dart Logging: Your New Best Friend](https://github.com/dev-cetera/df_log/blob/main/ARTICLE.md)
38
45
39
-
40
-
## 📖 Usage
41
-
42
-
<imgsrc="https://raw.githubusercontent.com/dev-cetera/df_log/main/doc/assets/screenshot2.png"alt="Visual Studio Code Terminal"width="600">
43
-
44
46
### 💡 1. Categorized Logs
45
47
46
48
The package comes with a few default log types that you can use creatively.
@@ -151,7 +153,7 @@ void main() {
151
153
152
154
---
153
155
154
-
☝️ Please refer to the [API reference](https://pub.dev/documentation/df_log/) for more information.
156
+
🔍 For more information, refer to the [API reference](https://pub.dev/documentation/df_log/).
155
157
156
158
---
157
159
@@ -161,7 +163,6 @@ This is an open-source project, and we warmly welcome contributions from everyon
161
163
162
164
### ☝️ Ways you can contribute
163
165
164
-
-**Buy me a coffee:** If you'd like to support the project financially, consider [buying me a coffee](https://www.buymeacoffee.com/dev_cetera). Your support helps cover the costs of development and keeps the project growing.
165
166
-**Find us on Discord:** Feel free to ask questions and engage with the community here: https://discord.gg/gEQ8y2nfyX.
166
167
-**Share your ideas:** Every perspective matters, and your ideas can spark innovation.
167
168
-**Help others:** Engage with other users by offering advice, solutions, or troubleshooting assistance.
@@ -178,6 +179,6 @@ If you're enjoying this package and find it valuable, consider showing your appr
This project is released under the [MIT License](https://raw.githubusercontent.com/dev-cetera/df_log/main/LICENSE). See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_log/main/LICENSE) for more information.
0 commit comments