Skip to content

Commit

Permalink
fix(action_controller): fix file:/// for action_controller.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Aoi-hosizora committed Oct 31, 2020
1 parent 2b603a2 commit 3b1baf4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.1.0] - Refactor the whole library
## [1.1.1] - Refactor the whole library

+ Add some comments to api, update some filenames.
+ Merge `common` and `item` packages to `widget`.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/widget/scroll_fab.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'file:///F:/Projects/flutter_ahlib/lib/src/common/action_controller.dart';
import 'package:flutter_ahlib/src/common/action_controller.dart';
import 'package:flutter_ahlib/src/widget/scroll_fab_controller.dart';

/// Used in [_scrollListener] to check if invoked animation.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/widget/scroll_fab_controller.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'file:///F:/Projects/flutter_ahlib/lib/src/common/action_controller.dart';
import 'package:flutter_ahlib/src/common/action_controller.dart';

/// Controller for [ScrollFloatingActionButton], includes show and hide function
class ScrollFabController {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_ahlib
description: >
AoiHosizora's personal library used in flutter,
contains some useful widgets and utils.
version: 1.1.0
version: 1.1.1
homepage: https://github.com/Aoi-hosizora/flutter_ahlib
repository: https://github.com/Aoi-hosizora/flutter_ahlib

Expand Down

0 comments on commit 3b1baf4

Please sign in to comment.