parallax_animation 0.0.1 copy "parallax_animation: ^0.0.1" to clipboard
parallax_animation: ^0.0.1 copied to clipboard

outdated

A new Flutter package project.

example/lib/main.dart

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

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

class ParallaxApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      debugShowCheckedModeBanner: false,
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: ParallaxRoute(),
    );
  }
}
85
likes
0
points
229
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package project.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on parallax_animation