react 7.2.0 copy "react: ^7.2.0" to clipboard
react: ^7.2.0 copied to clipboard

Platformweb

Bindings of the ReactJS library for building interactive interfaces.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add react
copied to clipboard

With Flutter:

 $ flutter pub add react
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  react: ^7.2.0
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:react/react.dart';
copied to clipboard
69
likes
140
points
185k
downloads

Publisher

verified publisherworkiva.com

Weekly Downloads

2024.09.09 - 2025.03.24

Bindings of the ReactJS library for building interactive interfaces.

Repository (GitHub)

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

js, meta

More

Packages that depend on react