Skip to content

Commit

Permalink
[ci] Only run with min and max supported Flutter SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Aug 12, 2024
1 parent 6321add commit 195fcff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.7.0'
repositories {
google()
mavenCentral()
Expand Down
1 change: 1 addition & 0 deletions lib/iris_method_channel_web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import 'package:flutter_web_plugins/flutter_web_plugins.dart';

// ignore: avoid_classes_with_only_static_members
/// A web implementation of the IrisMethodChannelPlatform of the IrisMethodChannel plugin.
class IrisMethodChannelWeb {
/// Constructs a IrisMethodChannelWeb
Expand Down

0 comments on commit 195fcff

Please sign in to comment.