bouncing_character 1.1.0 copy "bouncing_character: ^1.1.0" to clipboard
bouncing_character: ^1.1.0 copied to clipboard

Helps you to make elegant illustation of bouncing charater on flutter web .

example/lib/main.dart

import 'package:bouncing_character_example/home_page.dart';
import 'package:flutter/material.dart';
import 'package:bouncing_character/bouncing_character.dart';

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

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: HomePage()
    );
  }
}
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Helps you to make elegant illustation of bouncing charater on flutter web .

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on bouncing_character