-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 📝 Editing Pubspec.yaml * 📝 changing author in pubspec
- Loading branch information
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
name: instabug_flutter | ||
description: A new flutter plugin project. | ||
version: 0.0.1 | ||
author: | ||
homepage: | ||
version: 0.0.1-alpha.1 | ||
description: >- | ||
Instabug is an in-app feedback and bug reporting tool for mobile apps. | ||
With just a simple shake, your users or beta testers can report bugs or | ||
send in-app feedback and the SDK will capture an environment snapshot of | ||
your user's device including all console logs, server-side network requests | ||
and bug reproduction steps compiling all these details in one organised dashboard | ||
to help you debug and fix bugs faster. | ||
author: Instabug <[email protected]> | ||
homepage: https://github.com/Instabug/Instabug-Flutter#readme | ||
documentation: https://github.com/Instabug/Instabug-Flutter#readme | ||
|
||
environment: | ||
sdk: ">=2.0.0-dev.68.0 <3.0.0" | ||
|