zoom_sliver_app_bar 0.0.3 zoom_sliver_app_bar: ^0.0.3 copied to clipboard
An effortlessly implementable silver app bar. Simply import and it's ready to go. Its smoothly scaling animation and dynamic title font resizing enhance user-friendliness and convenience.
របារកម្មវិធី Zoom Sliver App Bar #
ទិញកាហ្វេអោយខ្ញុំ? Buy me a cup of coffee?
English language below
ភាសាខ្មែរ #
របារកម្មវិធីដែលអាចធ្វើបានយ៉ាងងាយស្រួល។ គ្រាន់តែនាំចូលហើយយកប្រើជាការស្រេច។ ចំណងជើងមានចលនាយ៉ាងរលូន និងការផ្លាស់ប្តូរទំហំពុម្ពអក្សរចំណងជើង។ #
អ្នកអាចប្រើវាបានដោយ៖
dart pub add zoom_sliver_app_bar
ឬ
flutter pub add zoom_sliver_app_bar
កូដគំរូ #
NestedScrollView(
headerSliverBuilder: (context, innerBoxIsScrolled) {
return [
const ZoomSliverAppBarWidget(
title: "....",
),
];
},
);
Khmer language above
English #
An effortlessly implementable silver app bar. Simply import and it's ready to go. Its smoothly scaling animation and dynamic title font resizing enhance user-friendliness and convenience. #
You can use it by:
dart pub add zoom_sliver_app_bar
Or
flutter pub add zoom_sliver_app_bar
Sample Code #
NestedScrollView(
headerSliverBuilder: (context, innerBoxIsScrolled) {
return [
const ZoomSliverAppBarWidget(
title: "....",
),
];
},
);
MIT License
Copyright (c) 2024 SIVHONG DEAB
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.