native_scaffold 1.0.2 copy "native_scaffold: ^1.0.2" to clipboard
native_scaffold: ^1.0.2 copied to clipboard

This is a Popular, Simple and Easy to use Flutter Package to create Native Scaffold for both Android and iOS.

flutter-native-scaffold-intro

How to get started❓ πŸ€” #

You can simply add the dependency from cli like: flutter pub add native_scaffold

Or you can add it in your pubspec.yaml like:

dependencies:
  native_scaffold:
copied to clipboard

What is different? #

Title Scaffold CustomScaffold
Gives you basic AppBar and Scaffold functionalities βœ… βœ…
Easy to use and setup πŸ‘ŽπŸ» βœ…
Works differently for a better experiance in Android and iOS πŸ‘ŽπŸ» βœ…
Easy to add sliver scroll animation πŸ‘ŽπŸ» βœ…
Allows you to add a bottom floating bar πŸ‘ŽπŸ» βœ…
Can easily use onRefresh function πŸ‘ŽπŸ» βœ…

How to use❓ πŸ€” #

Using it is as easy as create a Container, Don't beleave? Let me show you:

NativeScaffold(
	title: "This is easy",
	child: ...,
);
copied to clipboard

Additional Params (Optional) #

  • title: The title for the app bar or navigation bar.

  • action: An action widget displayed at the end of the app bar or navigation bar.

  • leading: A leading widget displayed at the start of the app bar or navigation bar.

  • child: The main content of the scaffold.

  • showLoargeTitleInIOS: Whether to show a large title on iOS. This shall only be used on iOS.

  • sliverAppBarPinned: Whether to pin the SliverAppBar in place when scrolling. This shall only be used on Android.

  • onRefresh: A function to be called when the refresh gesture is triggered.

  • sliverAppBarWidget: A custom SliverAppBar widget. This shall only be used on Android.

  • appBarCenterWidget: A widget to be displayed in the center of the app bar.

  • sliverAppBarWidgetHeight: The height of the custom SliverAppBar widget.

  • bottomFloatingBar: A widget to be used as the bottom navigation bar.

  • backgroundColor: The background color of the scaffold.

  • appBarEnabled: Whether the app bar should be enabled.

This is what Zenzzen Team made for you specially 😊, Now it's your responsibility to make ground-breaking app that rocks 🀘🏻

Some Apps Made Using This 😎 #

other-apps-using-custom-scaffold

6
likes
160
points
28
downloads

Publisher

verified publisherzenzzen.com

Weekly Downloads

2024.09.26 - 2025.04.10

This is a Popular, Simple and Easy to use Flutter Package to create Native Scaffold for both Android and iOS.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on native_scaffold