outline_gradient_button 2.0.1 copy "outline_gradient_button: ^2.0.1" to clipboard
outline_gradient_button: ^2.0.1 copied to clipboard

OutlineGradientButton package developed to create buttons with gradient outline.

example/main.dart

import 'package:flutter/material.dart';

import 'body.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      theme: Theme.of(context).copyWith(useMaterial3: true),
      home: Scaffold(
        appBar: AppBar(
          title: Text('Outline gradient buttons demo'),
        ),
        backgroundColor: Colors.white,
        body: const Body(),
      ),
    );
  }
}
96
likes
150
points
13
downloads

Publisher

verified publisherkalaganov.dev

Weekly Downloads

OutlineGradientButton package developed to create buttons with gradient outline.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on outline_gradient_button