/title_bar

status bar color for go-flutter

Primary LanguageDartMIT LicenseMIT

title_bar

pub package License: MIT 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/zephylac/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.