Skip to content

Commit

Permalink
fix: fix flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Jan 12, 2022
1 parent 2b6e213 commit 355b035
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
nodeVersion: "16"
cmakeVersion: "3.22.x"
flutterVersion: "2.2.3"
flutterVersion: "2.5.3"

jobs:
build_android-app_in_macos:
Expand Down
2 changes: 0 additions & 2 deletions kraken/example/macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ import Foundation

import connectivity_macos
import kraken
import kraken_websocket
import shared_preferences_macos

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
KrakenPlugin.register(with: registry.registrar(forPlugin: "KrakenPlugin"))
KrakenWebsocketPlugin.register(with: registry.registrar(forPlugin: "KrakenWebsocketPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}
4 changes: 2 additions & 2 deletions kraken/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ environment:
dependencies:
flutter:
sdk: flutter
kraken: ^0.7.2
kraken_websocket: ^2.0.0-rc.1
kraken: ^0.10.0
kraken_websocket: ^2.0.0-rc.0

# When depending on this package from a real application,
# you should remove the following overrides.
Expand Down

0 comments on commit 355b035

Please sign in to comment.