diff --git a/.run/main.dart.run.xml b/.run/main.dart.run.xml new file mode 100644 index 000000000..0d0028752 --- /dev/null +++ b/.run/main.dart.run.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/lib/ad_helper.dart b/lib/ad_helper.dart index 36c46d169..f3b990085 100644 --- a/lib/ad_helper.dart +++ b/lib/ad_helper.dart @@ -22,11 +22,11 @@ enum AdType { Google, CAS } const privacyPolicy = 'https://lantern.io/privacy'; const googleAttributes = { - 'provider': AdType.Google, + 'provider': "Google", }; const casAttributes = { - 'provider': AdType.CAS, + 'provider': "CAS", }; class AdHelper { diff --git a/pubspec.yaml b/pubspec.yaml index 8d5589b86..bb1ed964c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -144,9 +144,8 @@ flutter: # included with your application, so that you can use the icons in # the material Icons class. uses-material-design: true - - module: - androidX: true +# module: +# androidX: true # To add assets to your application, add an assets section, like this: assets: