Skip to content

updated dependencies #79

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion example/macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import FlutterMacOS
import Foundation

import package_info_plus_macos
import package_info_plus
import url_launcher_macos

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: app_review_example
description: Demonstrates how to use the app_review plugin.

environment:
sdk: '>=2.12.0-259.8.beta <3.0.0'
sdk: ">=2.16.0 <4.0.0"

dependencies:
flutter:
sdk: flutter

cupertino_icons: ^0.1.0
cupertino_icons: ^1.0.3

dev_dependencies:
flutter_test:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ environment:
flutter: ^1.10.0

dependencies:
http: ^0.13.5
package_info_plus: ^4.0.2
url_launcher: ^6.1.6
http: ^1.1.0
package_info_plus: ^4.1.0
url_launcher: ^6.1.14
flutter:
sdk: flutter

Expand Down