0% found this document useful (0 votes)
20 views4 pages

Erver Setup Is Complete.

The document outlines the setup for a Flutter project named 'hokoo_flutter', including server configuration details such as base URL, secret key, and MongoDB connection string. It specifies the project's version, environment requirements, and a comprehensive list of dependencies and dev dependencies necessary for the application. Additionally, it includes asset management instructions for images, icons, and other resources used in the project.

Uploaded by

innectorankit2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views4 pages

Erver Setup Is Complete.

The document outlines the setup for a Flutter project named 'hokoo_flutter', including server configuration details such as base URL, secret key, and MongoDB connection string. It specifies the project's version, environment requirements, and a comprehensive list of dependencies and dev dependencies necessary for the application. Additionally, it includes asset management instructions for images, icons, and other resources used in the project.

Uploaded by

innectorankit2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

erver setup is complete.

1. baseURL : http://143.110.188.254:5000/
2. Secret key : 5TIvw5cpc0
3. MONGODB_CONNECTION_STRING:
mongodb://admin:[email protected]:27017/bytematch

name: hokoo_flutter
description: A new Flutter project.

# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as
versionCode.
# Read more about Android versioning at
https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number is
used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/
InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+2

environment:
sdk: '>=3.1.0 <4.0.0'

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter

# The following adds the Cupertino Icons font to your application.


# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.5
get: ^4.6.5
google_fonts: ^4.0.3
agora_rtc_engine: ^5.3.1
# agora_uikit: ^1.0.4
agora_rtm: ^1.5.0
permission_handler: ^10.2.0
lottie: ^2.0.0
shared_preferences: ^2.0.15
path_provider: ^2.0.11
http: ^0.13.5
carousel_slider: ^5.0.0
smooth_page_indicator: ^1.0.0+2
app_settings: ^5.1.1
story: ^0.8.0
swipe: ^0.0.1
custom_navigation_bar: ^0.8.2
camera: ^0.10.3+2
video_player: ^2.4.8
image_picker: ^0.8.6
share: ^2.0.4
store_redirect: ^2.0.1
intl: ^0.17.0
provider: ^6.0.4
firebase_messaging: 14.6.7
firebase_core: ^2.3.0
emoji_picker_flutter: ^3.0.0
chewie: ^1.3.1
cached_network_image: ^3.3.1
percent_indicator: ^4.0.1
flutter_phone_direct_caller: ^2.1.1
# data_connection_checker: ^0.3.4
rive: ^0.9.1
countup: ^0.1.4
socket_io_client: ^2.0.0
device_info_plus: ^10.1.0
fluttertoast: ^8.1.2
salomon_bottom_bar: ^3.3.1
flutter_switch: ^0.3.2
image_cropper: ^3.0.1
flutter_sound: ^9.2.13
razorpay_flutter: ^1.3.4
flutter_stripe: ^8.0.0+1
flutter_svg: ^2.0.1
flutter_local_notifications: ^17.2.1+2
firebase_auth: ^4.1.3
google_sign_in: ^5.4.4
shimmer: ^2.0.0
just_audio: ^0.9.11
record: ^3.0.0
font_awesome_flutter: ^9.1.0
flutter_vibrate: ^1.1.0
in_app_purchase: ^3.1.5
dropdown_button2: ^2.0.0
firebase_crashlytics: ^3.1.0
webview_flutter: ^2.0.13
video_thumbnail: ^0.5.3
dio: ^5.1.2
scroll_page_view: ^1.0.2
numberpicker: ^2.1.2
flutterwave_standard: ^1.0.4
agora_uikit: ^1.0.4

dev_dependencies:
flutter_test:
sdk: flutter

# The "flutter_lints" package below contains a set of recommended lints to


# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.1

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter packages.


flutter:

# The following line ensures that the Material Icons font is


# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true

# To add assets to your application, add an assets section, like this:


# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg

assets:
- assets/images/
- assets/icons/
- assets/lottie/
- assets/video/video_3.mp4
- assets/loveBirds/
- assets/emoji/
- assets/sticker/
- assets/riv/
- assets/Banner/
- assets/gpay.json
- assets/audio/call.mp3

# An image asset can refer to one or more resolution-specific "variants", see


# https://flutter.dev/assets-and-images/#resolution-aware

# For details regarding adding assets from package dependencies, see


# https://flutter.dev/assets-and-images/#from-packages

# To add custom fonts to your application, add a fonts section here,


# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages

You might also like