based_dock_scaffold 1.0.3+1 copy "based_dock_scaffold: ^1.0.3+1" to clipboard
based_dock_scaffold: ^1.0.3+1 copied to clipboard

A Based Dock Scaffold Widget, Which Helps You Create A Scaffold With A IPad-Like Dock

based_dock_scaffold

γ€Ž based_dock_scaffold - Based Dock Scaffold! 』

πŸ“š Introduction

πŸ“Έ Screenshots

πŸ“¦ How to use

⏳ Rate of progress

πŸ“Œ Cautions

πŸ§‘β€πŸ’» Contributor

πŸ”¦ Declaration


πŸ“š Introduction #

A Based Dock Scaffold Widget, Which Helps You Create A Scaffold With A IPad-Like Dock

πŸ“Έ Screenshots #

screenshots

Or try out live example app

πŸ“¦ How to use #

  • Follow Installing to add based_dock_scaffold to your pubspec.yaml

  • See the example code at example

⏳ Rate of progress #

Done, but it will revise if necessary

πŸ“Œ Cautions #

  • DO NOT import any file below src folder:

    import 'package:based_dock_scaffold/src/*.dart';
    
  • DO NOT use BasedDockScaffold.of(context) in the subtree of dockChild

    Like the widget tree at example, you can't find the BasedDockScaffoldState

    widget_tree

  • Since BasedDockScaffold is actually NOT a Scaffold widget, you can't get the ScaffoldState by using BasedDockScaffold.of(context) Instead, you should use Scaffold.of(context) to get ScaffoldState

πŸ§‘β€πŸ’» Contributor #

contributors

πŸ”¦ Declaration #

License

This project is licensed under the terms of the MIT license. See LICENSE for more details

5
likes
150
points
4
downloads

Publisher

verified publishernote-of-me.top

Weekly Downloads

A Based Dock Scaffold Widget, Which Helps You Create A Scaffold With A IPad-Like Dock

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on based_dock_scaffold