Just Logcat

Overview

Just Logcat

Features

Log.i, Log.d, Log.w, Log.e

Getting started

flutter pub add just_logcat
flutter pub get

Usage

Info log

...
import 'package:just_logcat/just_logcat.dart';
...

const tag = 'main.dart';

void main() {
  Log.i(tag, 'Before running MyApp()');
  try {
    ...
  } catch (error, stackTrace) {
    Log.i(tag, 'Error: $error', stackTrace: stackTrace);
  }
  runApp(const MyApp());
  }
}

...

Debug log

...
import 'package:just_logcat/just_logcat.dart';
...

const tag = 'main.dart';

void main() {
  Log.d(tag, 'Before running MyApp()');
  try {
    ...
  } catch (error, stackTrace) {
    Log.d(tag, 'Error: $error', stackTrace: stackTrace);
  }
  runApp(const MyApp());
  }
}

...

Warning log

...
import 'package:just_logcat/just_logcat.dart';
...

const tag = 'main.dart';

void main() {
  Log.w(tag, 'Before running MyApp()');
  try {
    ...
  } catch (error, stackTrace) {
    Log.w(tag, 'Error: $error', stackTrace: stackTrace);
  }
  runApp(const MyApp());
  }
}

...

Error log

...
import 'package:just_logcat/just_logcat.dart';
...

const tag = 'main.dart';

void main() {
  Log.e(tag, 'Before running MyApp()');
  try {
    ...
  } catch (error, stackTrace) {
    Log.e(tag, 'Error: $error', stackTrace: stackTrace);
  }
  runApp(const MyApp());
  }
}

...

Additional information

Just logcat

You might also like...

a software to connect you and your friends and others, are you guys also just tensed over the overuse of social media so we have a solution, appx (name not decided yet)

appx a software to connect you and your friends and others, are you guys also just tensed over the overuse of social media so we have a solution, appx

Jun 9, 2022

Just a jellyfin client made in flutter (side project quality code)

Just a jellyfin client made in flutter (side project quality code)

jellyflut A jellyfin client made in Flutter It's a beta, it works okay. You can : Play a video Read a book Listen Music Look photos SQLite to have log

Jan 4, 2023

A collection of Screens and attractive UIs built with Flutter ready to be used in your applications. No external libraries are used. Just download, add to your project and use.

A collection of Screens and attractive UIs built with Flutter ready to be used in your applications. No external libraries are used. Just download, add to your project and use.

Flutter Screens A collection of Login Screens, Buttons, Loaders and Widgets with attractive UIs, built with Flutter, ready to be used in your applicat

Dec 31, 2022

✨ Recognize all contributors, not just the ones who push code ✨

✨ Recognize all contributors, not just the ones who push code ✨

Call for translators! We're looking for translators to help translate this spec for everyone! Read this documentation in the following languages 한국어 中

Jan 4, 2023

😀 improve your productivity and long-term happiness in just 21 days.

😀 improve your productivity and long-term happiness in just 21 days.

Quick Links The Well app is available for download! 🥳 🚀 iOS/macOS: Search for "well: reboot your mindset" on the iOS app store. Web: Visit https://w

Dec 28, 2022

A flutter package that developers have pretty logs instead just printing everything like a newbie

A flutter package that developers have pretty logs instead just printing everything like a newbie. Features Makes it easy to log to console without us

Nov 28, 2021

a software to connect you and your friends and others, are you guys also just tensed over the overuse of social media so we have a solution, sociio

APPX A software that will allow you to connect with your friends and family ! Are you guys also tensed over the over-use of social media ?? We have a

Jun 9, 2022

Just a UI of a milk delivery app.

kdf A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

Nov 24, 2021

This is an auction application just like eBay. Using firebase as the backend for signup & sign-in functionality. In addition to that, it's a two pages application with user bid in input and count down view.

This is an auction application just like eBay. Using firebase as the backend for signup & sign-in functionality.  In addition to that, it's a two pages application with user bid in input and count down view.

Nilam This is an auction application just like eBay. Using firebase as the backend for signup & sign-in functionality. In addition to that, it's a two

Nov 9, 2022

Learn flutter threw my codes in just 10 days.

hello_world A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

Nov 24, 2021

just a flutter project called working_project that projects the project on the working.

just a flutter project called working_project that projects the project on the working.

Flutter & Firebase Realtime Apps This is a Shipper app that can be used as a shipper hooker using Flutter & Firebase. Go drawsql.app/c-5/diagrams/work

Jan 1, 2022

Just a practice slicing UI

tokopedia_ui A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if

Nov 24, 2021

Just an application that creates a photo gallery which integrates both Flutter for front-end and AWS Amplify for back-end.

flutter_amplify A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Nov 24, 2021

The Cat Vs Dog Scanner app will identify your dog's & cat's breed reliably in just a few seconds! Besides taking a picture, you can also record a video or upload an image from your gallery. The app is made with Flutter and TensorFlow Lite!

cat_vs_dog_detector A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you star

Nov 24, 2021

Layout of the flutter example.such as Row,Comlun,listview,Just for learning.

Layout of the flutter example.such as Row,Comlun,listview,Just for learning.

Just for learning ❤️ Star ❤️ the repo to support the project or 😄 Follow Me.Thanks! Facebook Page Facebook Group QQ Group Developer Flutter Open Flut

Nov 29, 2022

Just for learning.

Just for learning.

flutter-chart-http ❤️ Star ❤️ the repo to support the project or 😄 Follow Me.Thanks! Facebook Page Facebook Group QQ Group Developer Flutter Open Flu

Aug 1, 2021

App can detect COVID via X-Ray image, just use some sample image available in the listed links.

App can detect COVID via X-Ray image, just use some sample image available in the listed links.

Covid19detector : Detecting COVID-19 from X-Ray 😮 App can detect COVID via X-Ray image, just use some sample image available in the listed links. And

Jun 14, 2022

Integrate Razorpay payment gateway flutter in just 15 minutes

Integrate Razorpay payment gateway flutter in just 15 minutes

How to Integrate Flutter Payments with Razorpay Payment Gateway Learn how to integrate payment gateway with Razorpay in less than 15 minutes, other ti

Nov 25, 2022

I just designed this within 30 min after watching a video by tech school on YouTube.

I just designed this within 30 min after watching a video by tech school on YouTube.

nft_app A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

Dec 25, 2021
Owner
Rellik Jaeger
Learning is smart cheating 🧩
Rellik Jaeger
Snake-Game - A flutter based classic snake game with nothing just and just a feel to have play

snake_game This is a simple snake Game under development made with the help of y

Shubham Kumar 2 Mar 22, 2022
A fluid design slider that works just like the Slider material widget.

Fluid Slider for Flutter Inspired by a dribbble by Virgil Pana. A fluid design slider that works just like the Slider material widget. Used to select

Vamsi Krishna 311 Dec 30, 2022
It's a universal app template to have a great animated splash screen and liquid slider. Just change the animation if you want (rive) and change the images or colours according to your app.

liquid A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this i

Zikyan Rasheed 28 Oct 7, 2022
Draw dashed lines with any shape and style you want. Just like that.

dashed_line Draw dashed lines with any shape and style you want. Just like that. Usage Add the dependency to your pubspec.yaml (you can see the newest

LeanCode 16 Dec 20, 2022
Flutter plugin to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.

Agora UI Kit for Flutter Instantly integrate Agora video calling or video streaming into your Flutter application. Getting started Requirements An Ago

Agora.io Community 106 Dec 16, 2022
An application cum Game-based App built using Flutter that compose a mind-tricked word game, Just for fun.

destini_challenge A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you st

dev_allauddin 3 Feb 3, 2022
Wired Elements is a series of basic UI Elements that have a hand drawn look. These can be used for wireframes, mockups, or just the fun hand-drawn look.

wired_elements Wired Elements is a series of basic UI Elements that have a hand drawn look. These can be used for wireframes, mockups, or just the fun

Kevin Zhang 20 Dec 1, 2022
I developed this application just for learning purpose. There are over 20 screen variations.

Welcome to Flutter-Shopping-UI-Kit ?? Shopping UI design in Flutter Flutter-Shopping-UI-Kit Introduction I made an e-commerce UI concept in Flutter fo

Ali Anıl Koçak 591 Dec 26, 2022
A Flutter application for reading facts and information, just like a digital encyclopedia.

information_chest A Flutter application for reading facts and information, just like a digital encyclopedia. Getting Started Setup Git Set up flutter

OpenCode IIIT Allahabad 4 Dec 13, 2022
Music Player app made with Just audio library and Local database Hive.

Music Player app made with Just audio library and Local database Hive. Find the free and Royelty music with Happy Rock application. The app contains information about singers and you can make your own playlist with Songs.Happy rock App's features are same as the real music app like spotify, amazon music etc.

Ansh rathod 17 Dec 22, 2022