All Projects → wasabeef → flutter_use

wasabeef / flutter_use

Licence: Unlicense license
Play Flutter Hooks.

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to flutter use

flhooks
React like Hooks implementation for Flutter.
Stars: ✭ 38 (-74.67%)
Mutual labels:  react-hooks, flutter-hooks
eslint-config-ns
ESLint config ready to be used in multiple projects. Based on Airbnb's code style with prettier, jest and react support.
Stars: ✭ 27 (-82%)
Mutual labels:  react-hooks
React Form
⚛️ Hooks for managing form state and validation in React
Stars: ✭ 2,270 (+1413.33%)
Mutual labels:  react-hooks
use-route-as-state
Use React Router route and query string as component state
Stars: ✭ 37 (-75.33%)
Mutual labels:  react-hooks
Project chat application
This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a real time chat application. Covered topics: React.js, Node.js, Express.js, and Socket.io.
Stars: ✭ 2,966 (+1877.33%)
Mutual labels:  react-hooks
react-use-countdown
React hook for countdown state.
Stars: ✭ 19 (-87.33%)
Mutual labels:  react-hooks
Haunted
React's Hooks API implemented for web components 👻
Stars: ✭ 2,197 (+1364.67%)
Mutual labels:  react-hooks
use-navigator-online
⚛️ React Hooks to detect when your browser is online/offline.
Stars: ✭ 23 (-84.67%)
Mutual labels:  react-hooks
fetchye
✨ If you know how to use Fetch, you know how to use Fetchye [fetch-yae]. Simple React Hooks, Centralized Cache, Infinitely Extensible.
Stars: ✭ 36 (-76%)
Mutual labels:  react-hooks
use-google-sheets
📝 A React Hook for getting data from Google Sheets API v4
Stars: ✭ 75 (-50%)
Mutual labels:  react-hooks
use-axios-react
React axios hooks for CRUD
Stars: ✭ 31 (-79.33%)
Mutual labels:  react-hooks
Reactfire
Hooks, Context Providers, and Components that make it easy to interact with Firebase.
Stars: ✭ 2,908 (+1838.67%)
Mutual labels:  react-hooks
react-facade
Experimental dependency injection for React hooks
Stars: ✭ 95 (-36.67%)
Mutual labels:  react-hooks
Fre
👻 Tiny Footprint Concurrent UI library for Fiber.
Stars: ✭ 3,195 (+2030%)
Mutual labels:  react-hooks
react-native-scrollable-animated-header
🤯 React Native Animated Header with ScrollView
Stars: ✭ 112 (-25.33%)
Mutual labels:  react-hooks
Mobx React Lite
Lightweight React bindings for MobX based on React 16.8 and Hooks
Stars: ✭ 2,096 (+1297.33%)
Mutual labels:  react-hooks
react-7h-hooks
(持续增加中)提供一些偏业务的实用 react hooks, 让你每天只工作 7 小时 !
Stars: ✭ 15 (-90%)
Mutual labels:  react-hooks
react-immer-hooks
Easy immutability in React Hooks with Immer.
Stars: ✭ 45 (-70%)
Mutual labels:  react-hooks
typescript-react-boilerplate
👻 Minimal example for React with TypeScript.
Stars: ✭ 17 (-88.67%)
Mutual labels:  react-hooks
react-stripe-script-loader
A React Component that loads Stripe script if necessary and shows React Stripe Elements
Stars: ✭ 22 (-85.33%)
Mutual labels:  react-hooks
flutter_use

flutter_lints
Inspired by react-use.



flutter pub add flutter_use

  • Sensors

  • UI

  • Animations

  • Side-effects

  • Lifecycles

  • State

  • TBD
    • useCopyToClipboard — copies text to clipboard.
    • useEvent — subscribe to events.
    • useScroll — tracks a widget's scroll position.
    • useScrolling — tracks whether widget is scrolling.
    • useFullscreen — display an element or video full-screen.
    • useClickAway— triggers callback when user clicks outside target area.
    • usePageLeave — triggers when mouse leaves page boundaries.
    • usePermission — query permission status for apps APIs.
    • useMethods — neat alternative to useReducer.
    • useSetState — creates setState method which works like this.setState.
    • usePromise — resolves promise only while component is mounted.
    • useObservable — tracks latest value of an Observable.
    • useThrottle and useThrottleFn — throttles a function.



Unlicense — public domain.



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