You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
2.2 KiB

2 years ago
  1. name: itasmob
  2. description: An innovative attendance system.
  3. version: 1.0.0+1
  4. environment:
  5. sdk: ">=2.12.0 <3.0.0"
  6. dependencies:
  7. flutter:
  8. sdk: flutter
  9. retrofit: ^2.0.1
  10. analyzer: ^1.7.0
  11. dio: ^4.0.0
  12. json_serializable: ^4.1.4
  13. retrofit_generator: ^2.0.1
  14. build_runner: ^2.1.4
  15. dartz: ^0.10.0
  16. data_connection_checker_tv: ^0.3.5-nullsafety
  17. timeago:
  18. webview_flutter:
  19. google_fonts:
  20. get_it: ^7.2.0
  21. pretty_dio_logger: ^1.2.0-beta-1
  22. hexcolor: ^2.0.4
  23. font_awesome_flutter: ^9.1.0
  24. charts_flutter: ^0.12.0
  25. # The following adds the Cupertino Icons font to your application.
  26. # Use with the CupertinoIcons class for iOS style icons.
  27. cupertino_icons: ^1.0.2
  28. dev_dependencies:
  29. flutter_test:
  30. sdk: flutter
  31. flutter_lints: ^1.0.0
  32. # For information on the generic Dart part of this file, see the
  33. # following page: https://dart.dev/tools/pub/pubspec
  34. # The following section is specific to Flutter.
  35. flutter:
  36. # The following line ensures that the Material Icons font is
  37. # included with your application, so that you can use the icons in
  38. # the material Icons class.
  39. uses-material-design: true
  40. # To add assets to your application, add an assets section, like this:
  41. # assets:
  42. # - images/a_dot_burr.jpeg
  43. # - images/a_dot_ham.jpeg
  44. assets:
  45. - assets/
  46. # An image asset can refer to one or more resolution-specific "variants", see
  47. # https://flutter.dev/assets-and-images/#resolution-aware.
  48. # For details regarding adding assets from package dependencies, see
  49. # https://flutter.dev/assets-and-images/#from-packages
  50. # To add custom fonts to your application, add a fonts section here,
  51. # in this "flutter" section. Each entry in this list should have a
  52. # "family" key with the font family name, and a "fonts" key with a
  53. # list giving the asset and other descriptors for the font. For
  54. # example:
  55. # fonts:
  56. # - family: Schyler
  57. # fonts:
  58. # - asset: fonts/Schyler-Regular.ttf
  59. # - asset: fonts/Schyler-Italic.ttf
  60. # style: italic
  61. # - family: Trajan Pro
  62. # fonts:
  63. # - asset: fonts/TrajanPro.ttf
  64. # - asset: fonts/TrajanPro_Bold.ttf
  65. # weight: 700
  66. #
  67. # For details regarding fonts from package dependencies,
  68. # see https://flutter.dev/custom-fonts/#from-packages