Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
marandaneto committed Nov 20, 2020
commit 510071f203976ce0dc9d0c8e5539bc5116111f9b
1 change: 1 addition & 0 deletions flutter/example/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableR8=true
1 change: 1 addition & 0 deletions flutter/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class _MyAppState extends State<MyApp> {
appBar: AppBar(title: const Text('Sentry Flutter Example')),
body: Column(
children: [
const Center(child: Text('Trigger an action:\n')),
RaisedButton(
child: const Text('Dart: try catch'),
onPressed: () => tryCatch(),
Expand Down
2 changes: 1 addition & 1 deletion flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ flutter:
pluginClass: SentryFlutterPlugin
web:
pluginClass: SentryFlutterWeb
fileName: src/sentry_flutter_web.dart
fileName: sentry_flutter_web.dart