flutter_toolbox 6.3.2 flutter_toolbox: ^6.3.2 copied to clipboard
Common flutter widgets and helper methods.
6.3.2 #
- Fix netImage full screen not working because in a bug in push auth check.
6.3.1 #
- improved
mapIndexed
addedforEachIndexed
6.3.0 #
- Added
iterable_extensions
.
6.2.1 #
- Disable
ConnectionStatusBar.init
in the web.
6.2.0 #
- use
connectivity_plus
to support the web.
6.1.9 #
- removed
flutter_localizations'
because it was not used and was causing problems with nullsafety.
6.1.8 #
- use
http: '>=0.12.2 <=0.13.0-nullsafety.0'
6.1.7 #
- remove the upper bound for flutter
6.1.6 #
- updated
intl
so support nullsafety.
6.1.5 #
- update deps.
6.1.4 #
- added
TimeOfDayExtentions
andDateTimeExtentions
.
6.1.3 #
- added isInRange, toInt and toTimeOfDay to
time
.
6.1.2 #
- fixed
launchMaps
.
6.1.1 #
- added
launchMaps
. - updated deps
6.1.0 #
- fixed image picker crash when not choosing file from gallery
- fixed toast cut in arabic
- updated deps
- added optional authorized navigation.
6.0.0 #
- Removed
Context
fromsafeRequest
.
5.8.0 #
- Make
Context
optional insafeRequest
.
5.7.0-1.2.22 #
- Updated to be compatible with flutter 1.2.22.
5.7.0 #
- Changed to flutter_intl.
- updated deps
5.6.2 #
- updated deps
5.6.1 #
- Handel null in
containsIgnoreCase
.
5.6.0 #
- Added
secondsSinceEpoch
insidedate_time_extensions
5.5.0 #
- chance the behavior of
mutable
inLoadingBuilder
whenmutable
is set to true then false the last data is returned, as before is was the fist data was being returned. which lead to outdated data when calling setState after changing the mutable field.
5.4.0 #
- added fixExifRotation
- make safeRequest return what the onSuccess, onError and onUnknownError returns
- updated deps
5.3.0 #
- added
ListExtension
.
5.2.1 #
- show
toDateTimeFromServerFormat
extension.
5.2.0 #
- Added
toDateTimeFromServerFormat
extension.
5.1.3 #
- Added
logLoadedImageUrl
. - updated deps.
5.1.2 #
- Hide keyboard when picking an image.
5.1.1 #
- added
ScrollPhysics
to Paginated lists. - updated deps.
5.1.0 #
- Updated to work with flutter 1.7.0.
- Removed my mod datePicker.
5.0.5 #
- In safeRequest await on onSuccess and onError callbacks.
5.0.4 #
- Fix Network image throwing when there is an wrong image url.
5.0.3 #
- Fix Network image resizing not working.
5.0.2 #
- Fix Network image resizing not working.
5.0.1 #
- make the pixelRatio smaller for bigger screens.
5.0.0 #
- Breaking pass the
ToolboxConfig
directly. - added useWeservResizer.
4.8.4 #
- Added shrinkWrap to paginated list and grid.
4.8.3 #
- Added paginated_grid_view_count and paginated_grid_view_extent.
4.8.2 #
- Added childAspectRatio, crossAxisSpacing and mainAxisSpacing toPaginatedGridView.
4.8.1 #
- Added PaginatedGridView to toolbox.dart.
4.8.0 #
- Added PaginatedGridView.
- Added scrollDirection to PaginatedGridView and PaginatedListView.
4.7.1 #
- change serverFormatter to en.
4.7.0 #
- json_annotation: ^3.0.1
- build_runner: ^1.9.0
4.6.2 #
- revert 2.6.1.
4.6.1 #
- updated deps.
4.6.0 #
- Added future_extentions.
4.5.2 #
- updated deps.
4.5.1 #
- Added
call
to url_launcher;
4.5.0 #
- Added StringExtension;
4.4.18 #
- fix bug in
LoadingBuilder
andFutureLoadingBuilder
.
4.4.17 #
- Added
loadingBuilder
andloadingWidget
toLoadingBuilder
andFutureLoadingBuilder
.
4.4.16 #
- Fix onTap in NetImage.
4.4.15 #
- Handled wrong url in NetImage.
4.4.14 #
- Added size to NetImage.
4.4.13 #
- Added
onTap
to NetImage. - Added size to NetImage.
- updated deps.
4.4.12 #
- Handle the case when the localization is not available.
4.4.11 #
- Added ink_well_stacked.
4.4.10 #
- added sendMail to url_launchers
4.4.9 #
- added safeLaunch to url_launchers
4.4.8 #
- revert versions of intl intl_translation
4.4.7 #
- depend on more flexible versions of intl intl_translation
4.4.6 #
- depend on more flexible versions of intl intl_translation
4.4.5 #
- updated deps.
- depend on more flexible versions of intl intl_translation
4.4.4 #
- improve handling of showRefreshIndicator in PaginatedListView.
- localize the string server_error.
- update deps.
4.4.3 #
- revert changes fron 4.4.2 in flutter_pagewise.dart.
4.4.2 #
- Improve error reporting in flutter_pagewise.dart.
- updated deps
4.4.1 #
- added maps.dart to toolbox.dart.
4.4.0 #
- Added
launchGoogleMaps
.
4.3.3 #
- Updated provider: ^4.0.0.
4.3.2 #
- Make the hero animation in NetImage opt in as it was causing crashes when there is multiple image with the same url in the same page.
4.3.1 #
- Improve hero in NetImage.
4.3.0 #
- Added swiping support to the image.
4.2.1 #
- Expose toolbox_config.dart.
4.2.0 #
- Added global config to the app.
- Added config for noItemsFoundWidget.
- make the SearchItemPicker hide the empty text items.
4.1.0 #
- added toolbox_app.dart.
- updated toast.
- fixed crash with connection_status_bar.dart
4.0.0 #
- Updated deps to support flutter the stable 1.12.13.
3.6.1 #
- Added ru localization.
3.6.0 #
- Added noItemsFoundBuilder noItemsFoundWidget to PaginatedListView and to PaginatedSliverList.
3.5.2 #
- Use the default MultipartFile.fromPath instead of implementing it myself.
- updated deps
3.5.1 #
- improve
multiFile
and handle nulls in it.
3.5.0+1 #
- updated deps.
3.5.0 #
- make netImage not zoomable.
- updated deps.
3.4.1 #
- Make toolkit compatible with flutter master.
3.4.0 #
- Added onUnknownError to http.dart.
- updated deps
3.3.1 #
- make the background color black for full image.
3.3.0 #
- added Full screen to netImage
3.2.2 #
- added suffixIcon prefixIcon to SearchItemPicker
3.2.1 #
- expose SearchItemPicker
3.2.0 #
- added SearchItemPicker
- added localization to connection_status_bar.dart
3.2.0 #
- Ignore touch events on connectionStatusBar.
3.1.0 #
- Added connectionStatusBar.
3.0.0 #
- added refresh indicator to paginated_list_view.dart.
2.10.2 #
- fix a bug in http.
2.10.1 #
- Improve error methods for http.
2.10.0 #
- added pushAndRemoveUntil to navigator.
- added the class name as the route name so it can be looked up later.
2.9.6 #
- improve loadingBuilder logging.
2.9.5 #
- improve http logging.
2.9.4 #
- improve http logging.
2.9.3 #
- improve http logging.
2.9.2 #
- update chopper2.
2.9.1 #
- Fix errors regarding chopper2.
2.9.0 #
- Depend on my chopper2.
2.8.0 #
- Depend on my fork of chopper.
2.7.5 #
- Make future required in loading builder.
2.7.4 #
- Print the error in PaginateListView.
2.7.3 #
- Improve error handling.
2.7.2 #
- Added showServerErrorMessage to safeRest.
2.7.1 #
- Updated gradle and kotlin plugin.
2.7.0 #
- Added PaginateSliverList.
2.6.0 #
- Fix ios build issues.
2.5.1 #
- Added pushReplacement to navigation.dart.
2.5.0 #
- Added materialRoute to navigation.dart.
2.4.0 #
- Update deps.
2.3.1 #
- Added localization to time and date picker field.
2.3.0 #
- added navigation utils and push method inside it.
2.2.1 #
- check if onError is null in safeRequest.
2.2.0 #
- added await to onSuccess to behave predictably.
- added on error. to safeRequest.
2.1.0 #
- make onSuccess optional in safeRequest.
2.0.0 #
- handle the error in chopper 3.0.0.
1.7.0 #
- updated chopper to 3.0.0.
1.6.4+1 #
- Added defaults to TabRoundedLineIndicator.
1.6.4 #
- Added TabRoundedLineIndicator.
1.6.3+2 #
- revert changes in 1.6.3 and 1.6.3+1 wait for improvement in another time.
1.6.3+1 #
- try making loading builder logging more useful.
1.6.3 #
- make loading builder logging more useful.
1.6.2 #
- fix a bug in PaginateListView.
1.6.1 #
- added mutable to PaginateListView.
1.6.0+1 #
- added pageLoadController to PaginateListView.
- fixed comment in LoadingBuilder.
1.6.0 #
- removed drawer as it's better to be in the app.
1.5.0 #
- added paginate_list_view to flutter_toolbox
- change src from flutter_utils to flutter_toolbox
1.4.0 #
- added PaginateListView
1.3.3 #
- rename net_image to NetImage.
1.3.2 #
- updated cached_network_image.
- added flutter_cache_manager to make pub happy.
1.3.1 #
- Wrap the progressPar of the netImage into center
1.3.0 #
- Added NetImage
1.2.0 #
- change
d()
to take object not just a string to totally replaceprint()
.
1.1.0 #
- No changes just update to indicate breaking change.
1.0.3 #
- Remove common_button and common_text_field.
1.0.2 #
- Export all important files.
1.0.1 #
- Fix gradle build problems and update kotlin and gradle versions.
1.0.0 #
- initial release.