based_dock_scaffold

γ€Ž based_dock_scaffold - Based Dock Scaffold! 』

δΈ­ζ–‡ Readme

Latest update: 2023-07-25 23:54:08

πŸ“š 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

πŸ”¦ Declaration

License

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