tools
tools copied to clipboard
This repository is home to tooling related Dart packages.
Is there any reason we have to have the narrow ranges in pubspec.yaml? It's going to keep causing problems like we just had with `intl`, where it was preventing flutter...
Sometimes when running `dart pub get`, I get this crash: ```none build-collection-1.18.0: SocketException: Connection failed (OS Error: No route to host, errno = 65), address = www.google-analytics.com, port = 443...
Currently, we are using the `MemoryFileSystem.test()` constructor for all tests. This uses a fake clock internally which works great for tests that may fail due to race conditions. However, all...
We should limit how many dependencies we use where possible
GA4 does not behave like GA3, we should have a mechanism for resolving geolocation data within the package if GA4 is unable to support this feature
When on an unreliable internet connection, or a W/LAN network without actual Internet access (such that internet access hangs but doesn't outright fail), Dart's analytics can block any command, like...
Investigate the potential problems and solutions for the situation where there are multiple dash tools running with this package and are attempting to write to the same log file. How...
Related to: - #167 There was already work done to send events for the `LogHandler` and `Session` classes in #229, however, adding this feature to the `SurveyHandler` requires a lot...
Related to error that came up in `flutter/flutter` - https://github.com/flutter/flutter/issues/142541 It may be the case that a file has been created in a destination directory and then the permissions for...
I was looking for a graph library for an Advent of Code problem. I ran across the graph library here and realized that I needed to be able to build...