You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.',
8
+
publisher:'codelessly.com'),
9
+
PackageModel(
10
+
name:'loading_gifs',
11
+
description:
12
+
'Loading indicator GIFs. Material and Cupertino (Android and iOS) loading indicators in assorted sizes. Use as placeholders for loading remote image assets.',
13
+
publisher:'codelessly.com'),
14
+
PackageModel(
15
+
name:'audioplayers',
16
+
description:
17
+
'A flutter plugin to play multiple audio files simultaneously',
18
+
publisher:'fireslime.xyz'),
19
+
PackageModel(
20
+
name:'flutter_html',
21
+
description:
22
+
'A Flutter widget rendering static HTML and CSS as Flutter widgets.',
23
+
publisher:'sub6resources.com'),
24
+
];
25
+
26
+
List<PackageModel> popularPackages = [
27
+
PackageModel(
28
+
name:'cloud_firestore',
29
+
description:
30
+
'Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with live synchronization and offline support on Android and iOS.',
31
+
publisher:'firebase.google.com'),
32
+
PackageModel(
33
+
name:'auto_size_text',
34
+
description:
35
+
'Flutter widget that automatically resizes text to fit perfectly within its bounds.',
36
+
publisher:''),
37
+
PackageModel(
38
+
name:'flushbar',
39
+
description:
40
+
'A flexible widget for user notification. Customize your text, button, duration, animations and much more. For Android devs, it is made to replace Snackbars and Toasts.',
41
+
publisher:''),
42
+
PackageModel(
43
+
name:'shimmer',
44
+
description:
45
+
'A package provides an easy way to add shimmer effect in Flutter project',
46
+
publisher:''),
47
+
PackageModel(
48
+
name:'smooth_page_indicator',
49
+
description:
50
+
'Customizable animated page indicator with a set of built-in effects.',
51
+
publisher:''),
52
+
PackageModel(
53
+
name:'confetti',
54
+
description:
55
+
'Blast colorful confetti all over the screen. Celebrate in app achievements with style. Control the velocity, angle, gravity and amount of confetti.',
56
+
publisher:''),
57
+
];
58
+
59
+
List<PackageModel> topFlutterPackages = [
60
+
PackageModel(
61
+
name:'flutter_linkify',
62
+
description:
63
+
'Turns text URLs and emails into clickable inline links in text for Flutter.',
64
+
publisher:'cretezy.com'),
65
+
PackageModel(
66
+
name:'like_button',
67
+
description:
68
+
'Like Button is a flutter library that allows you to create a button with animation effects similar to Twitter's heart when you like something.',
69
+
publisher:'fluttercandies.com'),
70
+
PackageModel(
71
+
name:'convex_bottom_bar',
72
+
description:
73
+
'A Flutter package which implements a ConvexAppBar to show a convex tab in the bottom bar. Theming supported.',
74
+
publisher:'hacktons.cn'),
75
+
PackageModel(
76
+
name:'sleek_circular_slider',
77
+
description:
78
+
'A highly customizable circular slider/progress bar & spinner for Flutter.',
79
+
publisher:''),
80
+
PackageModel(
81
+
name:'scroll_to_index',
82
+
description:'scroll to the index of any scrollable widget in Flutter',
83
+
publisher:''),
84
+
PackageModel(
85
+
name:'flutter_animator',
86
+
description:
87
+
'Create animations with less code in a chaining manner. This package allows you to combine and chain multiple animations based on percentages of the duration.',
88
+
publisher:''),
89
+
];
90
+
91
+
List<PackageModel> topDartPackages = [
92
+
PackageModel(
93
+
name:'bloc',
94
+
description:
95
+
'A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern.',
96
+
publisher:'bloclibrary.dev'),
97
+
PackageModel(
98
+
name:'flutter_cache_manager',
99
+
description:
100
+
'Generic cache manager for flutter. Saves web files on the storages of the device and saves the cache info using sqflite.',
101
+
publisher:'baseflow.com'),
102
+
PackageModel(
103
+
name:'petitparser',
104
+
description:
105
+
'A dynamic parser framework to build efficient grammars and parsers quickly.',
106
+
publisher:'lukas-renggli.ch'),
107
+
PackageModel(
108
+
name:'universal_html',
109
+
description:
110
+
'A \'dart:html\' that works in all platforms, including Flutter and server-side. Eases cross-platform development and other HTML / XML processing.',
111
+
publisher:'dint.dev'),
112
+
PackageModel(
113
+
name:'dio',
114
+
description:
115
+
'A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.',
116
+
publisher:'flutterchina.club'),
117
+
PackageModel(
118
+
name:'mobx_codegen',
119
+
description:
120
+
'Code generator for MobX that adds support for annotating your code with @observable, @computed, @action and also creating Store classes.',
0 commit comments