Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Aug 22, 2024
1 parent 518329b commit 11418bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions sdk/lib/nami.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import 'dart:async';

import 'package:flutter/foundation.dart';

import 'channel.dart';
import 'nami_configuration.dart';

Expand All @@ -15,7 +13,7 @@ class Nami {
var variableMap = {
'appPlatformIdApple': namiConfiguration.appPlatformIdApple,
"appPlatformIdAndroid": namiConfiguration.appPlatformIdAndroid,
"namiLogLevel": describeEnum(namiConfiguration.namiLogLevel),
"namiLogLevel": namiConfiguration.namiLogLevel.name,
"extraDataList": extraDataList
};
return channel
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: '>=2.13.0 <4.0.0'
sdk: '>=2.15.0 <4.0.0'
flutter: ">=1.20.0"

dependencies:
Expand Down

0 comments on commit 11418bd

Please sign in to comment.