pc_plugins 0.0.1-dev.117 copy "pc_plugins: ^0.0.1-dev.117" to clipboard
pc_plugins: ^0.0.1-dev.117 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