stick_it 1.0.0 copy "stick_it: ^1.0.0" to clipboard
stick_it: ^1.0.0 copied to clipboard

outdated

A Null safety fork of flutter_simple_sticker_view. Added documentation and optional rotation for the stickers.

example/lib/main.dart

import 'package:example/routes.dart';
import 'package:example/screens/home.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Stick It Example App',
      theme: ThemeData(
        primarySwatch: Colors.pink,
      ),
      initialRoute: Home.routeName,
      routes: routes,
    );
  }
}
21
likes
0
pub points
82%
popularity

Publisher

unverified uploader

A Null safety fork of flutter_simple_sticker_view. Added documentation and optional rotation for the stickers.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, vector_math

More

Packages that depend on stick_it