• Stars
    star
    175
  • Rank 218,059 (Top 5 %)
  • Language
    Dart
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Animated Backgrounds for Flutter.

Animated Backgrounds for Flutter

pub package

Animated Backgrounds for Flutter. Easily extended to paint whatever you want on the canvas.

Screenshot Screenshot

Note: These examples are laggy because they were recorded from the emulator. Other examples available in the screenshots folder.

How to use

In your pubspec.yaml:

dependencies:
  animated_background: ^1.0.5

In your Dart file:

import 'package:animated_background/animated_background.dart';

Use in a Stateful Widget with mixin TickerProviderStateMixin or pass a ticker provider in vsync.

AnimatedBackground(
  behaviour: RandomParticleBehaviour(),
  vsync: this,
  child: Text('Hello'),
);

More Repositories

1

obsidian-canvas-conversation

A plugin for Obsidian that allows you to create a canvas conversation using ChatGPT.
TypeScript
97
star
2

flutter_gestures

Custom Gesture Detector for Flutter. Empower your users with custom gestures.
Dart
12
star
3

flutter_dev

Dev tools and widgets for Flutter applications.
Dart
4
star
4

AndreBaltazar8

3
star
5

gonuntius

Go
3
star
6

ablac

Programming language that allows arbitrary compile-time code execution
Kotlin
3
star
7

animated_background_example

Example of how to create an Animated Background.
Dart
3
star
8

fabu_utils

Extensions and other utilities for Dart and Flutter projects.
Dart
2
star
9

fabu_mvvm

Dart
2
star
10

flutter_stash

Flutter Code Stash
Dart
2
star
11

autorpc

Simple RPC library that allows to expose native functions to be called remotely and also allows to call remote functions easily.
Go
2
star
12

datawrappers

PHP
1
star
13

gonuntius-chat

Go
1
star
14

autorpc-js

Simple RPC library that allows to expose functions to be called remotely and also allows to call remote functions easily.
JavaScript
1
star
15

keeper

Simple and flexible state storage mediator for Flutter applications.
Dart
1
star
16

savegogo

A multiplayer game where everyone contributes to keep a dog (Gogo) alive.
HTML
1
star
17

go-pubsub

Go
1
star
18

outofspace

Multiplayer Game for Ludum Dare - Running Out of Space
HTML
1
star
19

xlmfederation-php

Simple Stellar Federation server for your personal website.
PHP
1
star
20

StrandedInSpace

Unity game, made in less than 48 hours for Ludum Dare
C#
1
star
21

flutter_assessment

Coin Detector app. Flutter sample app.
Dart
1
star
22

gonuntius-server

Go
1
star
23

nuntius-js

JavaScript
1
star