Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chenenyu committed Nov 18, 2020
1 parent f8816be commit 94a619c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## [0.1.0] - 2020.11.18

* Refactor.

## [0.0.2] - 2019.5.17

* Callback 'fps = 0' when rendering is idle.
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# flutter-fps
# flutter_fps

[![pub package](https://img.shields.io/pub/v/flutter_fps.svg)](https://pub.dev/packages/flutter_fps)

Expand All @@ -11,7 +11,7 @@ In your flutter project add the dependency:
```yaml
dependencies:
...
flutter_fps: ^0.0.2
flutter_fps: ^0.1.0
```

## Usage:
Expand Down
2 changes: 0 additions & 2 deletions lib/flutter_fps.dart
@@ -1,5 +1,3 @@
library fps;

import 'dart:collection';
import 'dart:ui';

Expand Down
10 changes: 3 additions & 7 deletions pubspec.yaml
@@ -1,16 +1,12 @@
name: flutter_fps
description: A Flutter library to catch fps.
version: 0.0.2
author: chenenyu <ceychina@gmail.com>
homepage: https://github.com/chenenyu/flutter-fps
version: 0.1.0
repository: https://github.com/chenenyu/flutter_fps
publish_to: https://pub.dev

environment:
sdk: ">=2.1.0 <3.0.0"

dependencies:
flutter:
sdk: flutter

dev_dependencies:
flutter_test:
sdk: flutter
7 changes: 0 additions & 7 deletions test/fps_test.dart

This file was deleted.

0 comments on commit 94a619c

Please sign in to comment.