title_bar

package module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2020 License: MIT Imports: 3 Imported by: 0

README

title_bar

pub package Documentation

A Flutter plugin for go-flutter, available for MacOS. It will allow you to customize your title bar by changing the color, name, hiding it, etc.

Note: This plugin is still under development, and some APIs might not be available yet. Feedback welcome and Pull Requests are most welcome!

Getting started

Flutter side

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  ...
  flutter_slidable: "^0.2.0"

In your library add the following import:

import 'package:title_bar/title_bar.dart';

For help getting started with Flutter, view the online documentation.

go-flutter side

Import as:

import "github.com/zakiso/title_bar"

Then add the following option to your go-flutter application options:

flutter.AddPlugin(&title_bar.TitleBarPlugin{}),

Changelog

Please see the changelog page to know what's recently changed.

More info

If you want to check the current development status go check here

Contributions

Feel free to contribute to this project.

If you find a bug or want a feature, but don't know how to fix/implement it, please fill an issue. If you fixed a bug or implemented a feature, please send a pull request.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TitleBarPlugin

type TitleBarPlugin struct{}

TitleBarPlugin handles method calls to the plugins.flutter.io/titlebar channel.

func (*TitleBarPlugin) InitPlugin

func (p *TitleBarPlugin) InitPlugin(messenger plugin.BinaryMessenger) error

InitPlugin initializes the title bar plugin.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL