tools icon indicating copy to clipboard operation
tools copied to clipboard

This repository is home to tooling related Dart packages.

Results 257 tools issues
Sort by recently updated
recently updated
newest added

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

package:unified_analytics

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

package:unified_analytics

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

package:unified_analytics

We should limit how many dependencies we use where possible

package:unified_analytics

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

package:unified_analytics

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

package:unified_analytics

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

package:unified_analytics

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

package:unified_analytics

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

package:unified_analytics

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

package:graphs