Fluster = Flutter + Cluster
A geospatial point clustering library for Dart (Flutter not actually required). The algorithm is a Dart port of supercluster.
web3dart
A dart library that connects to interact with the Ethereum blockchain. It connects to an Ethereum node to send transactions, interact with smart contracts and much more!
Features
- Connect to an Ethereum node with the rpc-api, call common methods
- Send signed Ethereum transactions
- Generate private keys, setup new Ethereum addresses
- Call functions on smart contracts and listen for contract events
- Code generation based on smart contract ABI for easier interaction
A library for parsing and evaluating mathematical expressions.
- Performs evaluations in real, vector, and interval contexts.
- Supports expression simplification and differentiation.
math_expressions is inspired by mathExpr for Java and distributed under the MIT license.
Features
- Evaluation of expressions in various modes: Real, Vector and Interval.
- Parsing, simplification and differentiation of mathematical expressions.
- Supporting most basic math functions out of the box.
- Extensible through custom function definitions in code.
- Well documented and tested.
sensors_plus
graphql
graphql/client.dart
is a GraphQL client for dart modeled on the apollo client, and is currently the most popular GraphQL client for dart. It is co-developed alongside graphql_flutter
on github, where you can find more in-depth examples. We also have a lively community alongside the rest of the GraphQL Dart community on discord.
As of v4
, it is built on foundational libraries from the gql-dart project, including gql
, gql_link
, and normalize
. We also depend on hive for persistence via HiveStore
.
collection
dart:collection
to make working with collections easier.