Flip widget - A Simple Flip widget For Flutter

Overview

flip_widget

Flip your widget.

screenrecord

Usage

FlipWidget(
    key: _flipKey,
    child: Container(
        color: Colors.blue,
        child: Center(
            child: Text("hello"),
        ),
    ),
)
You might also like...

Kc - A Simple App Solution for Calculation Fraction (Kali) size of a Lehenga. this is very useful for Fashion designers and tailors. Simple UI with best User Experience.

kc A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is yo

Jan 8, 2022

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter. Need help? Please do not submit an issue for a "

Jan 8, 2023

Flutter plugin to display a simple steps indicator line widget

Flutter plugin to display a simple steps indicator line widget

steps_indicator A simple steps indicator widget Installation Add steps_indicator: ^1.3.0 in your pubspec.yaml dependencies. And import it: import 'pac

Oct 18, 2022

A flutter library provide a simple roulette widget which usually used for lottery

A flutter library provide a simple roulette widget which usually used for lottery

This is a library provide a simple roulette widget which usually used for lottery. Features Quickly build roulettes Build roulettes with different par

Apr 6, 2022

simple flutter bottom navigation bar widget

simple flutter bottom navigation bar widget

bmnav A very flexible Flutter implementation of the Bottom Navigation Bar. Get Started Add bmanv to your pubspec.yaml file: dependencies: bmnav: ^0.

Oct 8, 2022

A simple, smart and powerful Flutter calculator widget.

A simple, smart and powerful Flutter calculator widget.

Flutter Calculator Widget A simple, smart and powerful Flutter calculator widget. Features Basic arithmetic: plus, minus, multiply, divide, %, bracket

Nov 9, 2022

A simple slide-to-unlock widget for Flutter inspired by the Android Slide To Act.

A simple slide-to-unlock widget for Flutter inspired by the Android Slide To Act.

Flutter Slide To Act A simple slide-to-unlock widget for Flutter inspired by the Android Slide To Act. Getting started Add slide_to_act to your pubspe

Dec 25, 2022

A simple widget that renders BBCode in Flutter.

A simple widget that renders BBCode in Flutter.

A simple display for BBCode in Flutter. Supports custom tags and styles. Features Render BBCode into human readable text. Support for custom tags Prev

Nov 15, 2022

Practice code of simple flutter app to explain how provider works as across the widget state management.

vdo A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is y

Nov 7, 2022
Comments
  • Previous page (Left to right) flip effect

    Previous page (Left to right) flip effect

    Thank you for this great library @gsioteam .

    How to achieve the same flip effect but from the opposite direction which is from bottom left to the bottom right direction (previous page flip effect).

    opened by M144-Coder 3
  • Web support

    Web support

    First, thanks for your great job @gsioteam. Could you please consider adding support for the web platform? It might be possible using dart:web-gl library instead of native code. If the answer is yes, I would be glad to combine forces and create an enhanced reusable book widget.

    enhancement 
    opened by doradsoft 2
  • Build error

    Build error

    After I added flip_widget to my project it does not build anymore and I face the error below:

    FAILURE: Build failed with an exception.

    • What went wrong: Execution failed for task ':gl_canvas:buildCMakeDebug[arm64-v8a]'. Build command failed. Error while executing process /home/soheil/Android/Sdk/cmake/3.18.1/bin/ninja with arguments {-C /home/soheil/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/gl_canvas-1.0.6/android/.cxx/Debug/5y31325o/arm64-v8a gl_canvas} ninja: Entering directory /home/soheil/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/gl_canvas-1.0.6/android/.cxx/Debug/5y31325o/arm64-v8a' [1/1] Linking CXX shared library /home/soheil/Desktop/projects/bubbu/frontend/build/gl_canvas/intermediates/cxx/Debug/5y31325o/obj/arm64-v8a/libgl_canvas.so FAILED: /home/soheil/Desktop/projects/bubbu/frontend/build/gl_canvas/intermediates/cxx/Debug/5y31325o/obj/arm64-v8a/libgl_canvas.so : && /home/soheil/Android/Sdk/ndk/21.4.7075529/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android21 --gcc-toolchain=/home/soheil/Android/Sdk/ndk/21.4.7075529/toolchains/llvm/prebuilt/linux-x86_64 --sysroot=/home/soheil/Android/Sdk/ndk/21.4.7075529/toolchains/llvm/prebuilt/linux-x86_64/sysroot -fPIC -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -O0 -fno-limit-debug-info -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libgcc_real.a -Wl,--exclude-libs,libatomic.a -static-libstdc++ -Wl,--build-id -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments -shared -Wl,-soname,libgl_canvas.so -o /home/soheil/Desktop/projects/bubbu/frontend/build/gl_canvas/intermediates/cxx/Debug/5y31325o/obj/arm64-v8a/libgl_canvas.so CMakeFiles/gl_canvas.dir/gl_canvas.cpp.o -lEGL -lGLESv2 -lGLESv1_CM -landroid -llog -latomic -lm && : CMakeFiles/gl_canvas.dir/gl_canvas.cpp.o: In functionstd::_Rb_tree<long, std::pair<long const, CacheInfo*>, std::_Select1st<std::pair<long const, CacheInfo*> >, std::less, std::allocator<std::pair<long const, CacheInfo*> > >::_M_erase_aux(std::_Rb_tree_const_iterator<std::pair<long const, CacheInfo*> >)': /snap/flutter/current/usr/include/c++/9/bits/stl_tree.h:2513: undefined reference to std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)' CMakeFiles/gl_canvas.dir/gl_canvas.cpp.o: In functionstd::_Rb_tree_const_iterator<std::pair<long const, CacheInfo*> >::operator++(int)': /snap/flutter/current/usr/include/c++/9/bits/stl_tree.h:374: undefined reference to std::_Rb_tree_increment(std::_Rb_tree_node_base const*)' CMakeFiles/gl_canvas.dir/gl_canvas.cpp.o: In functionstd::_Rb_tree<long, std::pair<long const, CacheInfo*>, std::_Select1st<std::pair<long const, CacheInfo*> >, std::less, std::allocator<std::pair<long const, CacheInfo*> > >::_M_insert_node(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node<std::pair<long const, CacheInfo*> >)': /snap/flutter/current/usr/include/c++/9/bits/stl_tree.h:2366: undefined reference to std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)' CMakeFiles/gl_canvas.dir/gl_canvas.cpp.o: In functionstd::_Rb_tree_iterator<std::pair<long const, CacheInfo> >::operator--()': /snap/flutter/current/usr/include/c++/9/bits/stl_tree.h:302: undefined reference to std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' CMakeFiles/gl_canvas.dir/gl_canvas.cpp.o: In functionstd::_Rb_tree_iterator<std::pair<long const, CacheInfo*> >::operator++()': /snap/flutter/current/usr/include/c++/9/bits/stl_tree.h:287: undefined reference to std::_Rb_tree_increment(std::_Rb_tree_node_base*)' clang++: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed.

    I used flutter clean but it didn't help.

    flip_widget version: 0.1.11 Flutter 3.0.1 • channel stable • https://github.com/flutter/flutter.git Framework • revision fb57da5f94 (6 months ago) • 2022-05-19 15:50:29 -0700 Engine • revision caaafc5604 Tools • Dart 2.17.1 • DevTools 2.12.2

    opened by soheilqk 0
Owner
null
A flutter app for image and text, rotate, resize and flip

image_demo A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if th

null 0 Jan 4, 2022
A simple detailed flutter widget that looks almost the same as the real instagram mention widget.

Instagram Mention Widgets 'small details do matter' ❤️ This package provides simple and almost the same UI details that the real Instagram mention wid

AbdulMuaz Aqeel 20 Oct 10, 2022
Widget to count the amount of nested widget tree, useful in the dynamic construction of the interface when it is important to know the depth of widget.

widget_tree_depth_counter Widget Tree Depth Counter WidgetTreeDepthCounter is a simple widget to count the amount of nested widget tree, useful in the

Riccardo Cucia 4 Aug 1, 2022
MindInventory 15 Sep 5, 2022
Flutter simple image crop - A simple and easy to use flutter plugin to crop image on iOS and Android

Image Zoom and Cropping plugin for Flutter A simple and easy used flutter plugin to crop image on iOS and Android. Installation Add simple_image_crop

null 97 Dec 14, 2021
Simple Chat UI - This template is a simple chat ui build with flutter ui toolkit.

Simple Chat UI This template is a simple chat ui build with flutter ui toolkit. TODO dark mode support image support gif, video, ... web mode desktop

null 2 Apr 24, 2022
Simple calulator - A Simple Flutter Calculator project

simple_calulator A Simple Flutter Calculator project. Screen Shot

Alok Dubey 6 Sep 13, 2022
Simple-Calculator-App - Simple Calculator App using Flutter

Simple Calculator App I created this calculator using Flutter. I took inspiratio

Harshitha Devi Ganajala 0 Jan 26, 2022
A simple project that will help you learn how to build a simple face filter app with Flutter and Deep AR

flutter_deepar This is a simple project that will help you learn how to build a simple face filter app with Flutter and Deep AR You can read an articl

mobile software engineer and team leader 3 Mar 11, 2022
Simple WebRTC for flutter (similar to the simple-peer project)

Simple WebRTC. Wraps flutter_webrtc similar to simple-peer IMPORTANT: Right now this library only supports data channels (and not media). Contribution

Simon Bengtsson 6 Nov 24, 2022