pc_plugins 0.0.1-dev.119
pc_plugins: ^0.0.1-dev.119 copied to clipboard
Plugins for projects in pc team.
0.0.1-dev.1 #
- initial version
0.0.1-dev.2 #
- _added controller templates for [add/get/search/delete] datas _ use tController/baseTRepo to build controllers with riverpod/algolia/...
0.0.1-dev.3 #
- _added suggestion templates _
0.0.1-dev.4 #
- tempConfig now becomes _sug_tempConfig+repo_tempConfig _
- tController.addT ,tController.updateT now returns Future
0.0.1-dev.5 #
- _reader => reader
0.0.1-dev.6 #
- ava.highlight for highlighted icon border
0.0.1-dev.7 #
- bool repo_tempConfig.isUnread(T data,String myid)? =>
- _ which determine if a datatype was unread or not (if null then wouldn't update read/unread,treated as read)_ **
- Future
- _ set a datatype to read (called only when repo_tempConfig.isUnread!=null&&repo_tempConfig.isUnread(d)_ **
- _tController.set2read(T data) => set a data to read
- _ e.g can be called when enter detail page,
- _ caution: not recommend to call in getbyId(id), since getdata can be called at many places,search etc.._ **
- _ ava(useCached:true) can use cached_network_image _
0.0.1-dev.10 #
** added channelsController<C,U,M>, channelRepo<C,M,U>, tempConfig_chat<C,M,U>* ** tempConfig_Msg<C,M>, msgsController<C,M> for chat controller
0.0.1-dev.117 #
** added SimpleDcFbController* ** for adding either to the front or at the end
0.0.1-dev.119 #
- align_positioned: ^3.0.0 => ^5.0.1
- cached_network_image: Remove
- cloud_firestore: ^5.1.0 => ^5.5.0
- decimal: ^2.2.0 => ^2.3.3
- firebase_core: ^3.2.0 => ^3.8.0
- flutter_form_builder: ^9.3.0 => ^9.5.0
- hooks_riverpod: ^2.1.1 => ^2.6.1
- pointer_interceptor: ^0.10.1+1 => ^0.10.1+2
- webview_flutter: ^4.0.7 => ^4.10.0
- flutter_lints: ^1.0.0 => ^5.0.0