Bug reporting SDK for Flutter apps.

Overview

Shake for Flutter

Flutter plugin for Shake.

How to use

Install Shake

Add Shake to your pubspec.yaml file.

dependencies:
      shake_flutter: ^15.0.0

Install package by running command in terminal.

flutter packages get

Start Shake

Add Shake import.

import 'package:shake_flutter/shake_flutter.dart';

Call Shake.start() method in the main.dart file.

void main() {
  WidgetsFlutterBinding.ensureInitialized();

  Shake.setInvokeShakeOnShakeDeviceEvent(true);
  Shake.setShowFloatingReportButton(false);
  Shake.setInvokeShakeOnScreenshot(false);

  Shake.start('client-id', 'client-secret');

  runApp(MyApp());
}

Replace client-id and client-secret with the actual values you have in your workspace settings.

Documentation

Visit documentation for more details.

You might also like...

Projeto do curso Criação de Apps Android e iOS com Flutter 2021-Crie 14 Apps. Professor: Daniel Ciolfi

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

Nov 25, 2021

This is an apps that implements fundamental features of Flutter (Android Apps Only)

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

Dec 28, 2021

Github-apps-flutter - Github Apps Build Using bloc 8.0 and Github API

Github-apps-flutter - Github Apps Build Using bloc 8.0 and Github API

Github_apps Inspiration This app is made to build using bloc 8.0 and github API.

Apr 14, 2022

Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.

Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.

Official Flutter packages for Stream Chat Quick Links Register to get an API key for Stream Chat Flutter Chat SDK Tutorial Chat UI Kit Sample apps Thi

Dec 25, 2022

Flutter-Udemy - - A Udemy clone using Flutter sdk and dart.

Flutter-Udemy - - A Udemy clone using Flutter sdk and dart.

udemy_clone A new Flutter project. Below are some images : Getting Started This project is a starting point for a Flutter application. A few resources

Apr 24, 2022

The LoginRadius Flutter SDK will let you integrate LoginRadius' customer identity platform with your Flutter application(s).

TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them. Features TODO: List w

Feb 3, 2022

Flutter Version Management: A simple cli to manage Flutter SDK versions.

fvm Flutter Version Management: A simple cli to manage Flutter SDK versions. Features: Configure Flutter SDK version per project or globally Ability t

Dec 18, 2022

[Flutter SDK V.2] - Youtube Video is a Flutter application built to demonstrate the use of Modern development tools with best practices implementation like Clean Architecture, Modularization, Dependency Injection, BLoC, etc.

[Flutter SDK V.2] - Youtube Video is a Flutter application built to demonstrate the use of Modern development tools with best practices implementation like Clean Architecture, Modularization, Dependency Injection, BLoC, etc.

[Flutter SDK V.2] - Youtube Video is a Flutter application built to demonstrate the use of Modern development tools with best practices implementation like Clean Architecture, Modularization, Dependency Injection, BLoC, etc.

Jan 2, 2023

This is the UI of Furniture App made using Flutter SDK. The original design was made by someone else in dribble and I tried to create the screens of that UI using Flutter

This is the UI of Furniture App made using Flutter SDK. The original design was made by someone else in dribble and I tried to create the screens of that UI using Flutter

Furniture App - Responsive Flutter UI Watch it on YouTube Responsive UI Fetch Data From API Custom Loading Indicator Packages we are using: flutter_sv

Dec 3, 2022
Releases(15.3.0)
  • 15.3.0(Jul 25, 2022)

    What's new

    The unread chat messages listener is now available in Shake. Anywhere in your app, you can show a user how many unread messages in Shake they have.

    Bug fixes

    Whoops! If you passed null to Shake user register or update methods, that would crash your app. Is crashing any good? No — so we knew what to do. Now everything works smoothly. While we were at it, we patched a few other obscure edge cases that you were not even aware of.

    Source code(tar.gz)
    Source code(zip)
  • 15.2.0(Jul 5, 2022)

    What's new

    The former Inspect screen has turned into an entire Inspect section. Your testers can now browse, filter and share ticket's Activity history, inspect every log, see Ticket metadata, User metadata and the stack trace — all without ever leaving your app.

    Bug fixes

    We fixed a few minor bugs that were causing problems. Shake is now more stable and runs even smoother.

    Source code(tar.gz)
    Source code(zip)
  • 15.1.0(Jan 13, 2022)

    What's new

    Chat, the most upvoted feature on our feedback list is now available!

    From now, you can reply to your users who report bugs, experience a crash, or send you feedback. Ask a user for bug details over the Dashboard and the user will receive a message notification. The user can reply to your question and provide you more details without leaving your app.

    Chat supports dark and light theme and is integrated with the white labeling to show it in your brand color.

    Bug fixes

    There were a few minor bugs that caused problems, like bugs do. We fixed those, and improved the SDK stability too.

    Source code(tar.gz)
    Source code(zip)
  • 15.0.0(Nov 29, 2021)

    What's new

    We've completely redesigned Shake to continue delivering you more and more options in a scalable manner. It also started supporting dark and light theme so it can beautifully fit into your app in either case.

    We've introduced Home screen where your users can see tickets they reported.

    This version now contains a Russian, Italian, Polish, Latvian, Estonian and Thai translation, which additionally extends the lists of languages Shake's been translated to. Your users whose default device language is set to one of these will automatically see Shake in their language.

    Source code(tar.gz)
    Source code(zip)
  • 14.1.2(Nov 29, 2021)

    What's new

    We migrated Shake SDK to null safety. Null safety helps you avoid a class of bugs that are often hard to spot, and as an added bonus enables a range of performance and stability improvements.

    Source code(tar.gz)
    Source code(zip)
  • 14.1.1(Nov 29, 2021)

  • 14.1.0(Nov 29, 2021)

    What's new

    You wanted us to get rid of Quick Facts (one long concatenated string) and introduce Metadata (useful key-value pairs) instead. So we did it.

    Not all of you love the default Shake color. Now, whenever users open it up, Shake can appear in your brand color and with your logo.

    Your users can at last attach their own files to a bug report! They can also remove any of them with a subtle long press. Neat.

    The Wrap-up screen is now a tiny bit more helpful than before. If your users want to, they can read how to report great bugs or recommend us.

    If you want to, our Activity history now allows you to send yourself any custom logs, and read the notifications users receive.

    Users can finally report different types of feedback: bugs, suggestions and questions.

    Screenshots are cool, but wouldn't it be even cooler if you could watch a short video of what a user did before reporting the bug? That's why we introduced Automatic screen recording.

    Your users can record an additional video of their screen or grab one or two more extra screenshots and attach them to the feedback they're submitting — without ever leaving your app.

    Shake will now automatically redact sensitive data from your network requests and notifications so it never reaches Shake servers.

    Shake now allows you to manage sensitive data on the mobile device itself, so it never reaches the Shake servers. It can be used for notifications and network requests.

    We've added console logs to Activity history.

    You can now use the in-app Shake onboarding dialog to inform your users about Shake availability.

    We updated the start method. The configuration keys are now loaded via the method, and not with the values from the .plist and .xml files.

    Source code(tar.gz)
    Source code(zip)
  • 10.0.0(Nov 29, 2021)

    What's new

    You can now use Shake Flutter SDK in the Flutter applications. Check Setup guide and follow step by step guide to integrate Shake SDK into your Flutter application.

    Source code(tar.gz)
    Source code(zip)
Owner
Shake
Fix reported bugs 50x faster automatically
Shake
Mobile App for posting and reporting incidents around your area.

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

John Philip Dela Vega 1 Dec 8, 2021
:bug: Flutter debug helper widget with common and custom actions

Debug Friend Flutter debug helper widget with common and custom actions This helps you reduce the development and testing time of new features Show so

Stanislav Ilin 43 Dec 7, 2022
A tool to help cli package authors make raising issues like bug reports more interactive for their users.

issue A tool to help cli package authors make raising issues like bug reports more interactive for their users. Features Interactive file based prompt

Viren Khatri 3 Oct 18, 2022
Woocommerce SDK for Flutter. The Complete Woo Commerce SDK for Flutter.

woocommerce Woocommerce SDK for Flutter. Getting Started Add the package to your pubspec.yaml and import. import 'package:woocommerce/woocommerce.dart

RAY 105 Dec 6, 2022
A convenience wrapper for building Flutter apps with PDFTron mobile SDK.

About PDFTron Flutter PDFTron's Flutter PDF library brings smooth, flexible, and stand-alone document viewing and editing solutions using Flutter code

PDFTron Systems Inc. 157 Dec 26, 2022
Widgets for Digital Health - Use the Flutter(tm) SDK to build healthcare apps fast.

Faiadashu™ FHIRDash — Widgets for Digital Health Mission Build beautiful healthcare apps fast — use the Flutter™ SDK and follow the HL7® FHIR® standar

Tilo 22 Dec 19, 2022
🚗 Apple CarPlay for Flutter Apps. Aims to make it safe to use apps made with Flutter in the car by integrating with CarPlay.

CarPlay with Flutter ?? Flutter Apps now on Apple CarPlay! flutter_carplay aims to make it safe to use iPhone apps made with Flutter in the car by int

Oğuzhan Atalay 156 Dec 26, 2022
[Example APPS] Basic Flutter apps, for flutter devs.

Show some ❤️ and star the repo to support the project This repository containing links of all the example apps demonstrating features/functionality/in

Pawan Kumar 17.9k Jan 2, 2023
Flutter-Apps-Collection: a collection of apps made in flutter for learning purpose

Flutter-Apps-Collection This is a repository of a collection of apps made in flutter for learning purpose Some Screenshots . . . Apps build in Flutter

Himanshu Singh 96 May 27, 2022
Projeto do curso Criação de Apps Android e iOS com Flutter 2021-Crie 14 Apps. Professor: Daniel Ciolfi

agenda_contatos Projeto do curso de Flutter Getting Started This project is a starting point for a Flutter application. A few resources to get you sta

Waldir Tiago Dias 0 Nov 27, 2021