[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-9488":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":33,"readmeContent":34,"aiSummary":35,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":36,"discoverSource":37},9488,"supabase-flutter","supabase\u002Fsupabase-flutter","supabase","Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.","https:\u002F\u002Fsupabase.com\u002F",null,"Dart",1003,302,33,17,0,2,11,1,57.54,"MIT License",false,"main",[25,26,27,28,29,30,31,7,32],"dart-package","database","flutter","mit-license","mobile-development","postgres","realtime","websocket","2026-06-12 04:00:44","![Supabase](https:\u002F\u002Fraw.githubusercontent.com\u002Fsupabase\u002Fsupabase-flutter\u002Fmain\u002F.github\u002Fimages\u002Fsupabase-banner.jpg)\n\n# `Supabase Flutter`\n\nFlutter Client library for [Supabase](https:\u002F\u002Fsupabase.com\u002F).\n\n- Documentation: https:\u002F\u002Fsupabase.com\u002Fdocs\u002Freference\u002Fdart\u002Fintroduction\n\n## Run locally\n\nThis repo is a monorepo powered by [Melos](https:\u002F\u002Fmelos.invertase.dev\u002F) containing [supabase_flutter](https:\u002F\u002Fgithub.com\u002Fsupabase\u002Fsupabase-flutter\u002Ftree\u002Fmain\u002Fpackages\u002Fsupabase_flutter) and its sub-libraries. All packages are located in the `packages` directory.\n\nTo install on a locally developed app:\n\n- Clone this repo\n- Install Melos globally if you haven't already: `dart pub global activate melos`\n- Run `melos bootstrap` or `melos bs` at the root of the cloned directory to install dependencies\n- Add the target package to your `pubspec.yaml` file specifying the path.\n  ```yaml\n  supabase_flutter:\n    path: \u003Cyour-path-to-the-local-supabase-flutter-repo>\u002Fpackages\u002Fsupabase_flutter\n  ```\n\n## Testing\n\nThe tests for the packages `postgrest`, `gotrue` and `storage_client` need some Supabase services running.\nTo run these tests locally, you need to have the `docker` cli with `docker-compose` installed.\n\nThe needed configuration for starting the services are in the `infra` directory.\n\nTo start the services change working directory to `infra\u002F\u003Cpackage>` and run the following command:\n\n```bash\ndocker compose up -d\n```\n\nRun the Dart tests within the package directory in `packages\u002F\u003Cpackage>` with the following command:\nThe `-j 1` flag runs the tests not concurrently, which works better since the tests are running against the same services.\n\n```bash\ndart test -j 1\n```\n\nTo stop the services run the following command in the `infra\u002F\u003Cpackage>` directory:\n\n```bash\ndocker compose down\n```\n\n## Contributing\n\n- Fork the repo on [GitHub](https:\u002F\u002Fgithub.com\u002Fsupabase\u002Fsupabase-flutter)\n- Clone the project to your own machine\n- Commit changes to your own branch\n- Push your work back up to your fork\n- Submit a Pull request so that we can review your changes and merge\n\n## License\n\nThis repo is licensed under MIT.\n\n## Resources\n\n- [Quickstart: Flutter](https:\u002F\u002Fsupabase.com\u002Fdocs\u002Fguides\u002Fwith-flutter)\n- [Flutter Tutorial: building a Flutter chat app](https:\u002F\u002Fsupabase.com\u002Fblog\u002Fflutter-tutorial-building-a-chat-app)\n- [Flutter Tutorial - Part 2: Authentication and Authorization with RLS](https:\u002F\u002Fsupabase.com\u002Fblog\u002Fflutter-authentication-and-authorization-with-rls)\n","supabase-flutter 是一个用于将 Supabase 集成到 Flutter 应用中的客户端库，使开发者能够轻松构建安全且可扩展的产品。该项目支持数据库操作、实时数据同步和用户认证等功能，基于 Dart 语言开发，并通过 WebSocket 实现了高效的实时通信能力。它特别适用于需要快速开发具备后端服务的移动应用场景中，如社交应用、即时通讯软件等。此外，项目遵循 MIT 许可协议，拥有活跃的社区支持与丰富的文档资源，便于开发者上手使用及贡献代码。","2026-06-11 03:23:06","top_language"]