best-flutter

Results 21 repositories owned by best-flutter

flutter_refresh

72
Stars
12
Forks
Watchers

A Flutter plugin for refreshing every scrollable view by pulling down-up.

awesome-flutter

17
Stars
4
Forks
Watchers

An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.

disk_lru_cache

31
Stars
5
Forks
Watchers

Disk lru cache for flutter.

easy_alert

33
Stars
6
Forks
Watchers

A package for flutter to use alert and toast within one line code.

flutter-lover

36
Stars
5
Forks
Watchers

我们是一群热爱flutter的开发者,我们的目标是让更多人爱上flutter,让移动开发变得更加高效、简单。

flutter_baidu_location

23
Stars
6
Forks
Watchers

A flutter plugin for baidu geo location.百度地图定位flutter插件

flutter_statusbar

16
Stars
4
Forks
Watchers

A flutter plugin to fetch statusbar info like height.

flutter_wechat_ble

54
Stars
12
Forks
Watchers

ble 4.0 with wechat style api for flutter. flutter版微信api风格的低功耗蓝牙

gbk2utf8

43
Stars
25
Forks
Watchers

A flutter package to convert gbk to utf-8

lazy_indexed_stack

20
Stars
7
Forks
Watchers

懒加载IndexedStack,IndexedStack默认全部加载children,在某些情况下我们不希望这样,lazy_indexed_stack在index被访问之后才加载对应的视图