All Projects → AndreBaltazar8 → Flutter_animated_background

AndreBaltazar8 / Flutter_animated_background

Licence: mit
Animated Backgrounds for Flutter.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter animated background

Flutter Calculator Demo
Example project - how to build a simple calculator in Flutter
Stars: ✭ 49 (-65%)
Mutual labels:  mobile-development
Kivystudio
A Software development environment for software developers
Stars: ✭ 97 (-30.71%)
Mutual labels:  mobile-development
Model2app
Turn your Swift data model into a working CRUD app.
Stars: ✭ 118 (-15.71%)
Mutual labels:  mobile-development
Api Debugger
🔨A like Postman API debugger that supports custom encryption. 一个类似Postman的支持自定义加密传输的后台API接口调试工具.
Stars: ✭ 63 (-55%)
Mutual labels:  mobile-development
Qa Best Practices
This is a summary of QA practices Futurice uses and recommends to be used.
Stars: ✭ 88 (-37.14%)
Mutual labels:  mobile-development
Boden
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
Stars: ✭ 1,394 (+895.71%)
Mutual labels:  mobile-development
Ionic4
This repo contains example code for ionic4. Get Step by Step tutorial of this repo examples using https://ampersandacademy.com/tutorials/ionic-framework-4
Stars: ✭ 37 (-73.57%)
Mutual labels:  mobile-development
Here Android Sdk Examples
Java-based projects using the HERE SDK for Android.
Stars: ✭ 127 (-9.29%)
Mutual labels:  mobile-development
Flutter Mvvm Provider Demo
Stars: ✭ 89 (-36.43%)
Mutual labels:  mobile-development
Privacyflash Pro
Generate a privacy policy for your iOS app
Stars: ✭ 114 (-18.57%)
Mutual labels:  mobile-development
Nativescript Ionic Template
📱 🖥 Create Mobile First apps, Web and Native sharing the code with Angular 🎉
Stars: ✭ 65 (-53.57%)
Mutual labels:  mobile-development
Drawer Menu Swift
Drawer menu implementation in Swift 4
Stars: ✭ 74 (-47.14%)
Mutual labels:  mobile-development
Mvvm Reddit
A companion project for our blog post on better Android software development using MVVM with RxJava.
Stars: ✭ 106 (-24.29%)
Mutual labels:  mobile-development
Here Ios Sdk Examples
Objective-C and Swift projects using the HERE SDK for iOS.
Stars: ✭ 52 (-62.86%)
Mutual labels:  mobile-development
React Native Tutorials
Repo for React Native tutorials from the Cheetah Coding YouTube Channel
Stars: ✭ 118 (-15.71%)
Mutual labels:  mobile-development
Codenameone
Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.
Stars: ✭ 992 (+608.57%)
Mutual labels:  mobile-development
Cloudbase Framework
🏆 腾讯云开发 ☁️ 云原生一体化部署工具 🚀 CloudBase Framework:一键部署,不限框架语言,云端一体化开发,基于Serverless 架构。A front-end and back-end integrated deployment tool 🔥 One-click deploy to serverless architecture. https://docs.cloudbase.net/framework
Stars: ✭ 1,389 (+892.14%)
Mutual labels:  mobile-development
Kaiui
React component library for KaiOS apps
Stars: ✭ 139 (-0.71%)
Mutual labels:  mobile-development
Petshop
Pet Shop is an e-commerce application for Android built with Flutter (iOS to come soon).
Stars: ✭ 127 (-9.29%)
Mutual labels:  mobile-development
Reactnativeauth
Mobile user authentication flow with React Native, Expo, and AWS Amplify: Sign In, Sign Up, Confirm Sign Up, Forget Password, Reset Password.
Stars: ✭ 108 (-22.86%)
Mutual labels:  mobile-development

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'),
);
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].