Skip to content

Commit

Permalink
rm dup line, add satellites in setextras bundle of location as sugges…
Browse files Browse the repository at this point in the history
…ted by peter mousley
  • Loading branch information
ykasidit committed Oct 24, 2021
1 parent 5c55618 commit 762c0a3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
Binary file not shown.
16 changes: 16 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,22 @@ class ScrollableTabsDemoState extends State<ScrollableTabsDemo> with SingleTicke
),
],
),
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: <Widget>[
Text(
'N satellites used:',
style: Theme.of(context).textTheme.body2
),
Text(
_param_map["n_sats_str"] ?? WAITING_DEV,
style: Theme.of(context).textTheme.body1
),
],
),
Padding(
padding: const EdgeInsets.all(5.0),
),
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: <Widget>[
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Connect and get accurate location data from Bluetooth GPS, Galileo,
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.29+29
version: 1.0.30+30

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit 762c0a3

Please sign in to comment.