based_dock_scaffold 1.0.3 based_dock_scaffold: ^1.0.3 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! 』
Latest update: 2023-07-25 23:54:08
📚 Introduction #
A Based Dock Scaffold Widget, Which Helps You Create A Scaffold With A IPad-Like Dock
📸 Screenshots #
Or try out live example app
📦 How to use #
-
Follow Installing to add
based_dock_scaffold
to yourpubspec.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 ofdockChild
Like the widget tree at example, you can't find the
BasedDockScaffoldState
-
Since
BasedDockScaffold
is actually NOT aScaffold
widget, you can't get theScaffoldState
by usingBasedDockScaffold.of(context)
Instead, you should useScaffold.of(context)
to getScaffoldState
🧑💻 Contributor #
🔦 Declaration #
This project is licensed under the terms of the MIT
license. See LICENSE for more details