catcher
Flutter error catching & handling plugin. Handles and reports exceptions in your app!
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- ci.yml
- maven-wrapper.jar
- maven-wrapper.properties
- BackendApplication.java
- ReportLog.java
- ReportLogController.java
- ReportLogService.java
- reports.html
- application.properties
- BackendApplicationTests.java
- .gitignore
- mvnw
- mvnw.cmd
- pom.xml
- AndroidManifest.xml
- MainActivity.kt
- launch_background.xml
- launch_background.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- styles.xml
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- build.gradle
- gradle-wrapper.jar
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- AppFrameworkInfo.plist
- Debug.xcconfig
- Release.xcconfig
- Contents.json
- Icon-App-1024x1024@1x.png
- Icon-App-20x20@1x.png
- Icon-App-20x20@2x.png
- Icon-App-20x20@3x.png
- Icon-App-29x29@1x.png
- Icon-App-29x29@2x.png
- Icon-App-29x29@3x.png
- Icon-App-40x40@1x.png
- Icon-App-40x40@2x.png
- Icon-App-40x40@3x.png
- Icon-App-60x60@2x.png
- Icon-App-60x60@3x.png
- Icon-App-76x76@1x.png
- Icon-App-76x76@2x.png
- Icon-App-83.5x83.5@2x.png
- Contents.json
- LaunchImage.png
- LaunchImage@2x.png
- LaunchImage@3x.png
- README.md
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- Info.plist
- Runner-Bridging-Header.h
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- RunnerTests.swift
- .gitignore
- basic_example.dart
- change_custom_parameters_example.dart
- crashlytics_example.dart
- cupertino_example.dart
- custom_logger_example.dart
- custom_navigator_key_example.dart
- custom_report_mode_example.dart
- discord_handler_example.dart
- email_manual_handler_example.dart
- error_widget_example.dart
- excluded_parameters_example.dart
- explicit_error_report_handler_map_example.dart
- explicit_error_report_mode_map_example.dart
- file_example.dart
- filter_example.dart
- http_handler_update_headers_example.dart
- local_notification_example.dart
- localization_example.dart
- main.dart
- occurences_timeout_example.dart
- report_modes_example.dart
- screenshot_example.dart
- sentry_example.dart
- slack_handler_example.dart
- snackbar_handler_example.dart
- update_config_example.dart
- .gitignore
- CMakeLists.txt
- main.cc
- my_application.cc
- my_application.h
- app_icon_1024.png
- app_icon_128.png
- app_icon_16.png
- app_icon_256.png
- app_icon_32.png
- app_icon_512.png
- app_icon_64.png
- Contents.json
- MainMenu.xib
- AppInfo.xcconfig
- Debug.xcconfig
- Release.xcconfig
- Warnings.xcconfig
- AppDelegate.swift
- DebugProfile.entitlements
- Info.plist
- MainFlutterWindow.swift
- Release.entitlements
- IDEWorkspaceChecks.plist
- Runner.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- RunnerTests.swift
- .gitignore
- Icon-192.png
- Icon-512.png
- Icon-maskable-192.png
- Icon-maskable-512.png
- favicon.png
- index.html
- manifest.json
- CMakeLists.txt
- generated_plugin_registrant.cc
- generated_plugin_registrant.h
- generated_plugins.cmake
- app_icon.ico
- CMakeLists.txt
- flutter_window.cpp
- flutter_window.h
- main.cpp
- resource.h
- runner.exe.manifest
- Runner.rc
- utils.cpp
- utils.h
- win32_window.cpp
- win32_window.h
- .gitignore
- CMakeLists.txt
- .gitignore
- .metadata
- analysis_options.yaml
- pubspec.yaml
- README.md
- application_profile_manager.dart
- catcher.dart
- catcher_screenshot.dart
- catcher_screenshot_manager.dart
- base_email_handler.dart
- console_handler.dart
- discord_handler.dart
- email_auto_handler.dart
- email_manual_handler.dart
- file_handler.dart
- http_handler.dart
- sentry_handler.dart
- slack_handler.dart
- snackbar_handler.dart
- toast_handler.dart
- dialog_report_mode.dart
- page_report_mode.dart
- report_mode_action_confirmed.dart
- silent_report_mode.dart
- application_profile.dart
- catcher_options.dart
- http_request_type.dart
- localization_options.dart
- platform_type.dart
- report.dart
- report_handler.dart
- report_mode.dart
- toast_handler_gravity.dart
- toast_handler_length.dart
- catcher_error_widget.dart
- catcher_logger.dart
- catcher_utils.dart
- catcher.dart
- 1.png
- 3.png
- 4.png
- 5.png
- 6.png
- 7.png
- 8.png
- 9.png
- logo.png
- .gitignore
- .metadata
- analysis_options.yaml
- catcher.iml
- CHANGELOG.md
- LICENSE
- platform_support.md
- pubspec.yaml
- README.md
π Installation Guide
git clone https://github.com/jhomlala/catcher
Downloads the entire project code from GitHub to your computer.
cd catcher
Moves into the project folder you just downloaded.
2. CMake
Medium Recommendedcd example/linux
This project's files live in a subfolder, so move into it first.
mkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
3. Maven (Java)
Medium- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
cd backend
This project's files live in a subfolder, so move into it first.
mvn clean install
Installs dependencies and builds the project using Maven.
4. Gradle (Java/Kotlin)
Medium- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd example/android/app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
