-
Notifications
You must be signed in to change notification settings - Fork 415
Update toolchain versions and build quality config #477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
2dc2517
8d4aadb
a9780c9
d11fd9b
4183bcd
db44f15
ec672fd
e7b0566
bc46bee
e808df0
06d1299
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| include: package:flutter_lints/flutter.yaml |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| # Preserve Facebook App Events SDK classes used by this plugin. | ||
| # Without this rule, R8 in the host app may strip classes that are only | ||
| # referenced reflectively by the Facebook SDK, causing runtime crashes. | ||
| -keep class com.facebook.appevents.** { *; } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| org.gradle.parallel=true | ||
| org.gradle.caching=true | ||
| android.nonTransitiveRClass=true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,8 +5,8 @@ version: 0.25.0 | |
| homepage: https://github.com/oddbit/flutter_facebook_app_events | ||
|
|
||
| environment: | ||
| sdk: '>=2.12.0 <4.0.0' | ||
| flutter: '>=2.0.0' | ||
| sdk: '>=3.3.0 <4.0.0' | ||
| flutter: '>=3.19.0' | ||
|
Comment on lines
7
to
+9
|
||
|
|
||
| dependencies: | ||
| flutter: | ||
|
|
@@ -15,6 +15,7 @@ dependencies: | |
| dev_dependencies: | ||
| flutter_test: | ||
| sdk: flutter | ||
| flutter_lints: ^5.0.0 | ||
|
|
||
| flutter: | ||
| plugin: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.