refresh_rate 1.0.1 copy "refresh_rate: ^1.0.1" to clipboard
refresh_rate: ^1.0.1 copied to clipboard

Unlock 90/120/144Hz on Android, iOS & desktop. Query display rates, control refresh, benchmark FPS with live debug overlays. Uses modern platform APIs.

example/lib/main.dart

import 'package:flutter/widgets.dart';
import 'package:refresh_rate/refresh_rate.dart';

import 'src/example_app.dart';
export 'src/example_app.dart';

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  RefreshRate.enable();
  runApp(const RefreshRateExampleApp());
}
14
likes
160
points
41
downloads
screenshot

Documentation

API reference

Publisher

verified publisherqoder.in

Weekly Downloads

Unlock 90/120/144Hz on Android, iOS & desktop. Query display rates, control refresh, benchmark FPS with live debug overlays. Uses modern platform APIs.

Homepage
Repository (GitHub)
View/report issues

Topics

#display #performance #animation #debug #ui

Funding

Consider supporting this project:

github.com

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on refresh_rate

Packages that implement refresh_rate