hidable
A widget that allows any statically positioned widget to hide on scroll.
File Explorer
- main.dart
- hidable_controller.dart
- hidable_widget.dart
- hidable.dart
- hidable_controller_test.dart
- hidable_widet_test.dart
- test_widget.dart
- .gitignore
- CHANGELOG.md
- LICENSE
- pubspec.lock
- pubspec.yaml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
flutter pub
View Details ▼
flutter pub
Flutter's package manager.
Note: Packages are available on <https://pub.dev>.
See also: `flutter`.
flutter pub get
Download/Update all packages specified in `pubspec.yaml`:
flutter pub add {{package1 package2 ...}}
Add a package dependency to an app:
flutter pub remove {{package1 package2 ...}}
Remove a package dependency from an app:
// repository documentation
Was this content helpful?
(0 ratings)
