Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Flutter By Example | 919 | 3 years ago | 7 | other | Dart | |||||
A collection of simple, bare-bones Flutter apps that each demonstrate a concept | ||||||||||
Stream Chat Flutter | 696 | 1 | 15 hours ago | 48 | July 07, 2022 | 59 | other | Dart | ||
Flutter Chat SDK - Build your own chat app experience using Dart, Flutter and the Stream Chat Messaging API.. | ||||||||||
Ferry | 507 | 4 | 8 days ago | 61 | September 25, 2022 | 58 | mit | Dart | ||
Stream-based strongly typed GraphQL client for Dart | ||||||||||
Cubit | 445 | 6 | 3 years ago | 18 | July 06, 2020 | mit | Dart | |||
Cubit is a lightweight state management solution. It is a subset of the bloc package that does not rely on events and instead uses methods to emit new states. | ||||||||||
Flutter_flip_panel | 408 | 4 | 2 years ago | 10 | November 21, 2019 | 16 | bsd-3-clause | Dart | ||
A package for flip panel with built-in animation | ||||||||||
Frosty | 331 | 16 days ago | 32 | agpl-3.0 | Dart | |||||
A mobile Twitch client for iOS and Android with 7TV, BetterTTV (BTTV), and FrankerFaceZ (FFZ) support. Built with Flutter. | ||||||||||
Ice_live_viewer | 245 | 18 days ago | 8 | apache-2.0 | Dart | |||||
A Flutter project can make you watch live with ease. | ||||||||||
Obs_blade | 213 | a month ago | 13 | gpl-3.0 | Dart | |||||
Make use of the OBS WebSocket Plugin (https://github.com/obsproject/obs-websocket) and control your stream | ||||||||||
Rebloc | 211 | 3 | 2 | 2 years ago | 16 | March 07, 2021 | 4 | bsd-3-clause | Dart | |
A state management library for Flutter that combines aspects of Redux and BLoC. | ||||||||||
Creator | 195 | 1 | 23 days ago | 14 | November 13, 2022 | 2 | mit | Dart | ||
A state management library that enables concise, fluid, readable and testable business logic code. |
sqlfiltebrite is a dart lang implement of square/sqlbrite that base on tekartik/sqflite.
Read the sqflite's ReadMe
Read the sqlbrite's ReadMe
See example.
sqlfiltebrite support nested transation
that not supported by tekartik/sqflite (Issue#146).
nested transation
in sqlfiltebrite is a simulation of the nest transaction that not a real one.
How works? See Example.