Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

manga-easy/manga_easy_crashlytics_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

TODO: Essa lib server para coletar os erros do app em produção

Getting started

Adicione o package como depenencia no pubspec

manga_easy_crashlytics_service:
   git: 
    url: https://github.com/manga-easy/manga_easy_crashlytics_service.git
    ref: v1.0.0

Usage

void main(List<String> args) {
  final CrashlyticsService crashlyticsService = CrashlyticsGoogleService();
  try {
    throw Exception('Error qualquer');
  } catch (e, s) {
    if (e is Exception) {
      crashlyticsService.recordError(e: e, tag: 'Exemple', stack: s);
    }
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages