devrev_sdk_flutter 2.2.0-beta.2 copy "devrev_sdk_flutter: ^2.2.0-beta.2" to clipboard
devrev_sdk_flutter: ^2.2.0-beta.2 copied to clipboard

DevRev SDK, used for integrating DevRev services into your Flutter app.

example/example.md

DevRev SDK for Flutter sample app #

A sample app with use cases for the DevRev SDK for Flutter has been provided as a part of our public repository. To set up and run the sample app:

  1. Go to the example directory:
    cd example
    flutter clean
    rm -rf ios android web linux macos windows
    flutter create --platforms=android,ios .
    
  2. Install the dependencies:
    flutter pub get
    
  3. To run the Android app open the android directory in Android Studio or run the following command:
    flutter run -d android
    
  4. To run the iOS app open the ios/Runner.xcworkspace in Xcode for running the iOS app or run the following command:
    flutter run -d ios
    
    Additional steps before running the app:
    1. Change the minimum iOS deployment target version to 15.0.
    2. Go to the ios directory and perform pod install --repo-update.
    3. Open ios/Runner.xcodeproj in Xcode and select Package dependencies -> FlutterGeneratedPluginSwiftPackage -> Package.swift set iOS version from 12 to 15.
      platforms: [
      		.iOS("15.0")
      ]
      
    4. Perform File -> Packages -> Resolve package versions.
    5. Build and run the app.
0
likes
150
points
183
downloads

Publisher

verified publisherdevrev.ai

Weekly Downloads

DevRev SDK, used for integrating DevRev services into your Flutter app.

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on devrev_sdk_flutter

Packages that implement devrev_sdk_flutter