Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishak15 committed Sep 27, 2023
1 parent c940f7c commit 1e7b045
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/screens/main_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class _MainScreenState extends State<MainScreen>
void initState() {
//
super.initState();
Provider.of<ReverseGeoCodingProvider>(context, listen: false).saveTime();
// Provider.of<AltitudeApiProvider>(context, listen: false)
// .fetchAltitudeData(context);
Provider.of<ReverseGeoCodingProvider>(context, listen: false).saveTime();
Expand Down Expand Up @@ -156,7 +157,9 @@ class _MainScreenState extends State<MainScreen>
height: MediaQuery.of(context).size.height,
blur: 10,
width: MediaQuery.of(context).size.width,
borderWidth: 0.0,
borderWidth: 0.1,
color: Colors.transparent,

borderGradient: const LinearGradient(
colors: [
Colors.white,
Expand All @@ -168,7 +171,7 @@ class _MainScreenState extends State<MainScreen>
end: Alignment.bottomRight,
stops: [0.0, 0.39, 0.40, 1.0],
),
color: Colors.white.withOpacity(0.1),
// color: Colors.white.withOpacity(0.1),
),
Column(
mainAxisAlignment: MainAxisAlignment.center,
Expand Down

0 comments on commit 1e7b045

Please sign in to comment.