flutter_glass 0.0.8 copy "flutter_glass: ^0.0.8" to clipboard
flutter_glass: ^0.0.8 copied to clipboard

A flutter package that adds the possibility of making glass containers to your app.

Screenshot

Flutter Glass plugin #

A flutter package that adds the possibility of making glass containers to your app.

Screenshot

Installation #

To use this plugin, add flutter_glass in your pubspec.yaml

dependencies:
  flutter_glass: ^0.0.8

Or install automatically using this command

$ flutter pub add flutter_glass

Super simple to use #

import 'package:flutter_glass/flutter_glass.dart';

...
    GlassContainer(
        children: [
            Padding(
                padding: const EdgeInsets.all(48.0),
                child: Text("Sample Text"),
            ),
        ],
    ),
...

And bonus widget 🎉 #

import 'package:flutter_glass/flutter_glass.dart';

...
    GradiantContainer(
      child:  // Something ...It can be a glass container ! ,
    ),
...

License #

This SDK is available under the MIT license.

10
likes
140
pub points
51%
popularity

Publisher

verified publisherea2.dev

A flutter package that adds the possibility of making glass containers to your app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_glass