fixle_feedback_flutter 0.0.1 copy "fixle_feedback_flutter: ^0.0.1" to clipboard
fixle_feedback_flutter: ^0.0.1 copied to clipboard

PlatformAndroidiOS
outdated

Fixle's flutter package. Use it to get feedback from clients/teams during app development.

Fixle Flutter #

This is a package to use Fixle on UI of a flutter app.

Fixle provides a platform for mobile app developers, product managers, and designers, to collaborate seamlessly and get feedback on your app development process in real-time.

Features #

  1. No need to take screenshots of the app screens and email them to your team. Fixle does that for you; you just need to add comments on those screens, and fixle does the rest.
  2. Go through previous comments and participate in conversations with the team.
  3. Enable/disable these functionalities for a particular version of this app, with the switch of a button on Fixle Dashboard-> Settings -> Enabled versions.

Some screenshots showing these features:

app_bar.png showing a thread 2.png showing a thread.png

Features Coming soon: #

  1. Tag team members
  2. Login with Google for user identification.

Installation #

For integration, as an app developer you just need to add 2 lines of code. Following are the steps:

  1. Paste fixle_flutter_feedback: ^0.0.1 under pubspec.yaml of your flutter APP project.
  2. Set up on Fixle.
    1. Go to Fixle Dashboard (Sign in if not already)
    2. Go to your project cCreate new project if not already)
    3. Add the version of your app mentioned in file pubspec.yaml
    4. Copy api key
  3. Go to the home widget of your APP project.
    1. Your home widget is the one which you mention under MaterialApp(home: HomeWidget()).
    2. Paste this in the build method of Home Widget:
      Fixle().showOverlay(context, 'api_key_that_you_copied_above');
      
  1. If you have different routes, mentioned under

      MaterialApp(home: HomeWidget(), routes: {
          '/search': (context) => SearchPage()
      })
    

    then you will have to do this for all these route widgets too (SearchPage in this example). (Don't worry, there will just be one instance of Fixle utility bar created).

  2. That's it. When you deploy the app, and change the version, make sure to do step (2.iii) for this new version.

Additional information #

  1. Apple only supports digits and . for version string that you specify in your pubspec.yaml
2
likes
110
points
21
downloads

Publisher

verified publisherfixle.dev

Weekly Downloads

Fixle's flutter package. Use it to get feedback from clients/teams during app development.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, dsquare_dart_utils, firebase_auth, firebase_core, flutter, google_sign_in, logger, native_screenshot_ext, package_info_plus, uuid

More

Packages that depend on fixle_feedback_flutter