Skip to content

Commit

Permalink
Clarified ResponsiveScaffold docs
Browse files Browse the repository at this point in the history
and added constants to gitignore
  • Loading branch information
BraydenKO committed Oct 25, 2023
1 parent 2cf459d commit 268f74a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions firebase/firestore-py/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
__pycache__
admin.json
constants.yaml
3 changes: 2 additions & 1 deletion firebase/firestore/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ node_modules/
package-lock.json

# Misc
node/temp.dart
node/temp.dart
constants.yaml
2 changes: 1 addition & 1 deletion lib/src/widgets/responsive_scaffold/scaffold.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import "responsive_builder.dart";
///
/// | Screen Size | Drawer | Side Sheet | Navigation |
/// |--------|--------|--------|--------|
/// | [DeviceType.desktop] | Standard | Standard | Hidden |
/// | [DeviceType.desktop] | Standard | Standard | [NavigationDrawer] |
/// | [DeviceType.tabletLandscape] | Modal | Standard | [NavigationRail] |
/// | [DeviceType.tabletPortrait] | Modal | Modal | [NavigationRail] |
/// | [DeviceType.desktop] | Modal | Modal | [NavigationBar] |
Expand Down

0 comments on commit 268f74a

Please sign in to comment.