based_dock_scaffold 1.0.3+1
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! γ
π 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_scaffoldto 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
srcfolder:import 'package:based_dock_scaffold/src/*.dart'; -
DO NOT use
BasedDockScaffold.of(context)in the subtree ofdockChildLike the widget tree at example, you can't find the
BasedDockScaffoldState
-
Since
BasedDockScaffoldis actually NOT aScaffoldwidget, you can't get theScaffoldStateby 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