Skip to content

Example app cleanup #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Example app cleanup #96

wants to merge 7 commits into from

Conversation

TarekTolba1
Copy link
Collaborator

No description provided.

@TarekTolba1 TarekTolba1 changed the base branch from main to basemap-styles-cleanup May 28, 2025 13:41
Base automatically changed from basemap-styles-cleanup to main May 28, 2025 14:53
# Conflicts:
#	example/lib/basemap_style_example_page.dart
# Conflicts:
#	example/lib/basemap_style_example_page.dart
Comment on lines 429 to 440
_buildTile(
title: "Export Image Example",
onTap: () {
_navigateTo(context, ExportImageExamplePage());
},
),
_buildTile(
title: "Location Indicator Example",
onTap: () {
_navigateTo(context, LocationIndicatorExamplePage());
},
),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those features are not available on web, let's only show that on mobile 🤔

body: Stack(
drawer: isLargeScreen
? null
: NavigationDrawer(children: _buildTiles(context)),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then resizing the window on web you can see that the navbar can be opened but its already visible:

Screen.Recording.2025-05-28.at.17.04.05.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants