Skip to content

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

License

Notifications You must be signed in to change notification settings

esmaeil-ahmadipour/flutter_glass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages