• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Active Matrimonial Flutter App

Active Matrimonial Flutter App 1.9.1

No permission to download
To null this
Open File Vendors/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php
Change Whole Content With

Code:
<?php

namespace MehediIitdu\CoreComponentRepository;
use App\Models\Addon;
use Cache;

class CoreComponentRepository
{
public static function instantiateShopRepository() {
}

protected static function serializeObjectResponse($zn, $request_data_json) {
}

protected static function finalizeRepository($rn) {
}

public static function initializeCache() {
foreach(Addon::all() as $addon){
Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
return 'yes';
});
}
}

public static function finalizeCache($addon){

}
}
 
anybody can help

this error when compiling

Code:
/C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_quill-8.6.1/lib/src/widgets/proxy.dart:149:9: Error: Type 'TextScaler' not found.
  final TextScaler textScaler;
 
anybody can help

this error when compiling

Code:
/C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_quill-8.6.1/lib/src/widgets/proxy.dart:149:9: Error: Type 'TextScaler' not found.
  final TextScaler textScaler;
flutter_quill-^8.6.1 to flutter_quill-8.6.1
 
still same no luck
im using flutter version 3.10.4

and pubspec.yaml -

Code:
name: active_matrimonial_flutter_app
description: active_matrimonial_flutter_app

# 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 used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html

version: 1.8.5+16

environment:
  sdk: '>=3.0.3 <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

  one_context: ^2.1.0
  smooth_page_indicator: ^1.0.0+2
  expandable: ^5.0.1
  flutter_quill: 7.2.4
  markdown: ^7.0.1
  shared_preferences: ^2.0.15
  flutter_facebook_auth: ^5.0.6
  twitter_login: ^4.2.3
  rename: ^2.0.1
  full_screen_image: any
  package_info_plus: ^4.0.0
  toast: ^0.3.0
  intl: ^0.18.0
  pinput: ^2.2.31
  email_validator: ^2.1.16
  google_fonts: ^4.0.4
  carousel_slider: ^4.1.1
  redux: ^5.0.0
  flutter_redux: ^0.10.0
  redux_thunk: ^0.4.0
  http: ^0.13.5
  intl_phone_number_input: ^0.7.1
  image_picker: ^0.8.6
  multiselect: ^0.1.0
  webview_flutter: ^4.0.7
  firebase_auth: ^4.1.3
  google_sign_in: ^6.0.2
  firebase_core: ^2.4.0
  flutter_launcher_icons: ^0.13.1
  flutter_lints: ^2.0.0
  flutter_swipable: ^1.2.1
  flutter_staggered_grid_view: ^0.6.2
  cached_network_image: ^3.0.0
  connectivity: ^3.0.6
  flutter_summernote: ^1.0.0
  zoom_widget: ^2.0.0
  flutter_html: ^3.0.0-beta.1
  url_launcher: ^6.1.14
  cupertino_icons: ^1.0.2
  firebase_messaging: 14.7.1
  flutter_local_notifications: ^16.1.0

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_localizations:
    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_icons:
  android: true
  ios: true
  image_path: "assets/logo/app_icon.png"

# 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:
  generate: true

  # 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:
    - assets/
    - assets/logo/
    - assets/icon/
    - assets/images/

  # 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
 
im using flutter version 3.10.4

and pubspec.yaml -

Code:
name: active_matrimonial_flutter_app
description: active_matrimonial_flutter_app

# 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 used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html

version: 1.8.5+16

environment:
  sdk: '>=3.0.3 <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

  one_context: ^2.1.0
  smooth_page_indicator: ^1.0.0+2
  expandable: ^5.0.1
  flutter_quill: 7.2.4
  markdown: ^7.0.1
  shared_preferences: ^2.0.15
  flutter_facebook_auth: ^5.0.6
  twitter_login: ^4.2.3
  rename: ^2.0.1
  full_screen_image: any
  package_info_plus: ^4.0.0
  toast: ^0.3.0
  intl: ^0.18.0
  pinput: ^2.2.31
  email_validator: ^2.1.16
  google_fonts: ^4.0.4
  carousel_slider: ^4.1.1
  redux: ^5.0.0
  flutter_redux: ^0.10.0
  redux_thunk: ^0.4.0
  http: ^0.13.5
  intl_phone_number_input: ^0.7.1
  image_picker: ^0.8.6
  multiselect: ^0.1.0
  webview_flutter: ^4.0.7
  firebase_auth: ^4.1.3
  google_sign_in: ^6.0.2
  firebase_core: ^2.4.0
  flutter_launcher_icons: ^0.13.1
  flutter_lints: ^2.0.0
  flutter_swipable: ^1.2.1
  flutter_staggered_grid_view: ^0.6.2
  cached_network_image: ^3.0.0
  connectivity: ^3.0.6
  flutter_summernote: ^1.0.0
  zoom_widget: ^2.0.0
  flutter_html: ^3.0.0-beta.1
  url_launcher: ^6.1.14
  cupertino_icons: ^1.0.2
  firebase_messaging: 14.7.1
  flutter_local_notifications: ^16.1.0

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_localizations:
    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_icons:
  android: true
  ios: true
  image_path: "assets/logo/app_icon.png"

# 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:
  generate: true

  # 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:
    - assets/
    - assets/logo/
    - assets/icon/
    - assets/images/

  # 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
same chief i even used ur
pubspec.yaml still same error
 
sorry i am new to flutter how to downgrade it ?
The current Dart SDK version is 3.1.1.

Because flutter_quill 8.6.1 requires SDK version >=3.1.5 <4.0.0 and no versions of flutter_quill match >8.6.1 <9.0.0, flutter_quill ^8.6.1 is forbidden.
So, because active_matrimonial_flutter_app depends on flutter_quill ^8.6.1, version solving failed.


You can try one of the following suggestions to make the pubspec resolve:
* Try using the Flutter SDK version: 3.16.0.
* Consider downgrading your constraint on flutter_quill: flutter pub add flutter_quill:^8.1.1
 

I downloaded Active Matrimonial Flutter App 1.8 and it works, but why can't I see the members and packages on my page? I will be glad if you help me.​

 
I solved many bugs. The packages section in the application does not work. Does anyone have any suggestions?
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock