Skip to content

Commit

Permalink
dart format applied
Browse files Browse the repository at this point in the history
  • Loading branch information
RunTerror committed Feb 22, 2024
1 parent 4d7f627 commit 2114ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android:label="Beacon"
android:icon="@mipmap/launcher_icon"
android:usesCleartextTraffic="true">
<meta-data android:name="com.google.android.geo.API_KEY" android:value="add your key here"/>
<meta-data android:name="com.google.android.geo.API_KEY" android:value="your maps api key"/>
<activity
android:name="io.flutter.embedding.android.FlutterActivity"
android:launchMode="singleTop"
Expand Down
2 changes: 1 addition & 1 deletion lib/components/hike_screen_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class HikeScreenWidget extends ChangeNotifier {
// All the neccessary info should be here.
//Will be used as subject if shared via email, else isnt used.
// await Share.shareXFiles([XFile(imageFile.path)],
// text: textToShare, subject: subjectToShare);
// text: textToShare, subject: subjectToShare);
//hide after sharing.
await mapController.hideMarkerInfoWindow(MarkerId("1"));
return;
Expand Down

0 comments on commit 2114ac2

Please sign in to comment.