All Projects → Tecode → flutter_widget

Tecode / flutter_widget

Licence: other
Flutter视频播放,自适应高度轮播图,视频作为背景的登录页面

Programming Languages

dart
5743 projects
swift
15916 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to flutter widget

react-swipe-component
Swipe bindings for react
Stars: ✭ 48 (+33.33%)
Mutual labels:  swipe
FavFighters
Xamarin.Forms goodlooking UI sample using the new SwipeView.
Stars: ✭ 32 (-11.11%)
Mutual labels:  swipe
Swipeable-View
Simple editActionsForRowAt functionality, written on SWIFTUI
Stars: ✭ 37 (+2.78%)
Mutual labels:  swipe
react-native-swipe-close-image
A React native swipe to close image
Stars: ✭ 18 (-50%)
Mutual labels:  swipe
gestures
A library for normalized events and gesture for desktop and mobile.
Stars: ✭ 31 (-13.89%)
Mutual labels:  swipe
skeleton-carousel
Carousel component. Horizontal and vertical swipe navigation
Stars: ✭ 31 (-13.89%)
Mutual labels:  swipe
nativescript-swipe-layout
🎆
Stars: ✭ 21 (-41.67%)
Mutual labels:  swipe
XamarinFormsGesture
Xamarin Form Gesture Effects
Stars: ✭ 85 (+136.11%)
Mutual labels:  swipe
react-native-viewpager-carousel
a flexible viewpager library with carousel functionality
Stars: ✭ 39 (+8.33%)
Mutual labels:  swipe
react-tinder-card
A npm react module for making react elements swipeable like in the dating app tinder.
Stars: ✭ 184 (+411.11%)
Mutual labels:  swipe
Flare
A full-fledged unofficial Angular-based Tinder web client
Stars: ✭ 23 (-36.11%)
Mutual labels:  swipe
vue-bottom-navigation
Vue bottom navigation
Stars: ✭ 56 (+55.56%)
Mutual labels:  swipe
slider-manager
simple wrapper to create sliders focused on animations
Stars: ✭ 28 (-22.22%)
Mutual labels:  swipe
drag-to-close
Android library that provides a view group which allows to finish an activity by dragging a view.
Stars: ✭ 69 (+91.67%)
Mutual labels:  swipe
keeporsweep.net
💻🔀🗑️ Randomly declutter your digital life!
Stars: ✭ 54 (+50%)
Mutual labels:  swipe
swipeablerecyclerview
SwipeableRecyclerView provides a wrapper class SwipeItemTouchHelperCallback which can be used to add Dragging capability to your RecyclerView items. You can make use of DataBinding to bind it via XML.
Stars: ✭ 16 (-55.56%)
Mutual labels:  swipe
XamarinItemTouchHelper
Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView for Xamarin
Stars: ✭ 35 (-2.78%)
Mutual labels:  swipe
react-gallery-carousel
Mobile-friendly gallery carousel 🎠 with server side rendering, lazy loading, fullscreen, thumbnails, touch, mouse emulation, RTL, keyboard navigation and customisations.
Stars: ✭ 178 (+394.44%)
Mutual labels:  swipe
swipe-keyboard
Swype type keyboard module for simple-keyboard
Stars: ✭ 32 (-11.11%)
Mutual labels:  swipe
swipeable-button
Android Swipeable button like in iOS unlock screen. Made by Stfalcon
Stars: ✭ 83 (+130.56%)
Mutual labels:  swipe

Flutter 小案例(flutter_widget)

扫码下载

安装密码:123456

Flutter版本(要注意版本比如1.20.4的版本跑iOS会报找不到引擎)

Flutter 1.20.4 • channel stable • https://github.com/flutter/flutter.git
Framework • revision fba99f6cf9 (6 days ago) • 2020-09-14 15:32:52 -0700
Engine • revision d1bc06f032
ToolsDart 2.9.2

视频背景登录(IOS播放请使用真机调试)

仿马蜂窝自适应高度轮播图

自定义滑动(类似开言英语轮播图)

滑动导航变色

滑动隐藏导航

App状态监听

错误信息

打包IOS程序报错

Warning: CocoaPods installed but not initialized. Skipping pod install.
  CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.
  Without CocoaPods, plugins will not work on iOS or macOS.
  For more info, see https://flutter.dev/platform-plugins
To initialize CocoaPods, run:
  pod setup
once to finalize CocoaPods' installation.

M1芯片Podfile报架构问题

# M1芯片
installer.pods_project.build_configurations.each do |config|
  config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end

运行pod setup

pod setup
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].