flutter_game_performance_utils 0.1.0 copy "flutter_game_performance_utils: ^0.1.0" to clipboard
flutter_game_performance_utils: ^0.1.0 copied to clipboard

Performance utilities for Flutter mobile games. Debouncing, throttling, asset caching, and Firebase connection management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_game_performance_utils

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_game_performance_utils: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_game_performance_utils/flutter_game_performance_utils.dart';
0
likes
140
points
26
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Performance utilities for Flutter mobile games. Debouncing, throttling, asset caching, and Firebase connection management.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_game_performance_utils