Skip to content

farhanfadila1717/flutter_board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cover

flutter badge paypal badge linktree
A Simply create introduction board in Flutter, create [Boading] based on parent key.


Example

_boardingController.showBoarding(
  context,
  content: BoardingContent(
    items: <BoardingWidget>[
      BoardingWidget(
        leading: Row(
          mainAxisSize: MainAxisSize.min,
          children: [
            Icon(
              Icons.access_alarm,
              color: Colors.white,
            ),
            const SizedBox(width: 10),
            Text(
              "Boarding 1",
              style: TextStyle(
                color: Colors.white,
                fontSize: 18,
                fontWeight: FontWeight.bold,
              ),
            ),
          ],
        ),
        boardingItem: [
          BoardingItem(
            icon: Icon(
              Icons.group,
              size: 18,
            ),
            message:
                "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
          ),
          BoardingItem(
            icon: Icon(
              Icons.history,
              size: 18,
            ),
            message:
                "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
          ),
        ],
      ),
      BoardingWidget(
        leading: Row(
          mainAxisSize: MainAxisSize.min,
          children: [
            Icon(
              Icons.access_alarm,
              color: Colors.white,
            ),
            const SizedBox(width: 10),
            Text(
              "Boarding 2",
              style: TextStyle(
                color: Colors.white,
                fontSize: 18,
                fontWeight: FontWeight.bold,
              ),
            ),
          ],
        ),
        boardingItem: [
          BoardingItem(
            icon: Icon(
              Icons.group,
              size: 18,
            ),
            message:
                "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
          ),
          BoardingItem(
            icon: Icon(
              Icons.history,
              size: 18,
            ),
            message:
                "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
          ),
        ],
      ),
      BoardingWidget(
        leading: Row(
          mainAxisSize: MainAxisSize.min,
          children: [
            Icon(
              Icons.access_alarm,
              color: Colors.white,
            ),
            const SizedBox(width: 10),
            Text(
              "Boarding 3",
              style: TextStyle(
                color: Colors.white,
                fontSize: 18,
                fontWeight: FontWeight.bold,
              ),
            ),
          ],
        ),
        boardingItem: [
          BoardingItem(
            icon: Icon(
              Icons.group,
              size: 18,
            ),
            message:
                "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
          ),
          BoardingItem(
            icon: Icon(
              Icons.history,
              size: 18,
            ),
            message:
                "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
          ),
        ],
      ),
    ],
    keys: _keys,
  ),
);

🚧 Maintener

account avatar
Farhan Fadila
📫 How to reach me: farhan.fadila1717@gmail.com

❤️ Suport Maintener

badge paypal badge linktree

About

A Simply create introduction board in Flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages