Till Friebe
0f6fd64bed
Move ResponsiveWidgets to example folder
...
This widget has nothing to do with the library and is only used in
the example, so it is moved to the example.
4 years ago
Till Friebe
102883dfef
Disallow lines longer than 80 characters
4 years ago
Till Friebe
d4e4b0d507
Hide implementation files ( #233 )
4 years ago
Till Friebe
873bfbcee1
Sort constructors first
4 years ago
Till Friebe
ff61b1a951
Fix more warnings (forgot to save the files)
4 years ago
Till Friebe
e1793ead61
Fix linter warnings in example
4 years ago
Till Friebe
bc494bc50f
Prefer final
...
Declaring variables as final when possible is a good practice
because it helps avoid accidental reassignments and allows the
compiler to do optimizations.
4 years ago
Xin Yao
e4a3c11702
Update example code
4 years ago
Xin Yao
7791364c5a
Fix warnings in example
4 years ago
Xin Yao
63a616e7eb
Remove universal_html dependency
4 years ago
Till Friebe
cd05dfaeb8
Avoid redundant argument values ( #114 )
...
If it's ok, I would spend the day enabling linter rules so that the
codebase is more compliant with [Effective Dart](https://dart.dev/guides/language/effective-dart )
and thus more readable for new developers.
4 years ago
Xin Yao
02e5fb0ba2
Fix home page
4 years ago
Till Friebe
ceb191b26b
Rename app folder to example ( #109 )
4 years ago
Xin Yao
811cb341bf
Add pedantic
4 years ago
Xin Yao
c561c852b0
Update README
4 years ago
singerdmx
9bcee88705
Rename onImageTapCallBack to onImagePickCallback
4 years ago
singerdmx
4f044e2b09
Rename uploadFileCallback to onImagePickCallback
4 years ago
singerdmx
e34e0c7660
Update example
4 years ago
singerdmx
c4d6edc60e
Update example main.dart
4 years ago
pengw00
0d5884f321
add example file and bump version to 0.0.4
4 years ago