Skip to content

Commit

Permalink
Revert flutter version change
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Nov 4, 2023
1 parent 6b541cc commit 9216519
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/example/testnami/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=2.18.2 <3.0.0'

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
2 changes: 1 addition & 1 deletion sdk/lib/paywall/nami_purchase_success.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:nami_flutter/paywall/nami_sku.dart';

sealed class NamiPurchaseSuccess {
abstract class NamiPurchaseSuccess {
NamiSKU product;

NamiPurchaseSuccess(this.product);
Expand Down
2 changes: 1 addition & 1 deletion sdk/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://www.namiml.com/
repository: https://github.com/namiml/nami-flutter/

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=2.13.0 <3.0.0'
flutter: ">=1.20.0"

dependencies:
Expand Down

0 comments on commit 9216519

Please sign in to comment.