Bliss - Dating app
  • Overview
  • Preview
    • Bliss App
    • Admin App
  • Features
    • Bliss App
    • Admin App
  • Instalation
    • Backend
    • Bliss App
    • Admin App
    • Build App
  • Packages
    • Backend
    • App
  • Structure
    • Backend
    • Bliss App
    • Admin App
  • Style of code writing
  • Customize
    • Languages
    • Theme
Powered by GitBook
On this page
  1. Packages

App

Packages used by bliss app & admin app using flutter 3.7.8

pubspec.yaml


environment:
  sdk: '>=2.19.5 <3.0.0'  

dependencies:
  flutter:
    sdk: flutter

  cupertino_icons: ^1.0.2

  # base plugin
  material_design_icons_flutter: ^5.0.6996
  shared_preferences: ^2.0.18
  flutter_localization: ^0.1.10
  dropdown_button2: ^2.0.0
  feature_discovery: ^0.14.1
  uuid: ^3.0.6
  flutter_dotenv: ^5.0.2
  flutter_datetime_picker: ^1.5.1
  intl: ^0.17.0
  date_format: ^2.0.7
  pie_menu: ^1.3.0

  #routing
  fluro: ^2.0.4
  universal_html: ^2.0.8
  url_strategy: ^0.2.0 # for remove url char '#'' on flutter web
  
  #state management
  get: ^4.6.5
  
  #networking
  http: ^0.13.5
  dio: ^5.0.1
  socket_io_client: ^2.0.1
  
  #auth
  jwt_decode: ^0.3.1

  #location
  geolocator: ^9.0.2

  #file 
  file_picker: ^5.2.6

  #grid list
  flutter_staggered_grid_view: ^0.6.2

  #image 
  photo_view: ^0.14.0
  cached_network_image: ^3.2.3

dev_dependencies:
  flutter_test:
    sdk: flutter

  flutter_lints: ^2.0.0
PreviousBackendNextStructure

Last updated 1 year ago