flutter_for_web 1.0.0 copy "flutter_for_web: ^1.0.0" to clipboard
flutter_for_web: ^1.0.0 copied to clipboard

discontinued

A component of the flutter_web package as released by the Flutter team. Uploaded to Dart's pub repositories by Christian Lewis.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_for_web

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

dependencies:
  flutter_for_web: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_for_web/semantics.dart';
import 'package:flutter_for_web/painting.dart';
import 'package:flutter_for_web/foundation.dart';
import 'package:flutter_for_web/services.dart';
import 'package:flutter_for_web/scheduler.dart';
import 'package:flutter_for_web/rendering.dart';
import 'package:flutter_for_web/material.dart';
import 'package:flutter_for_web/io.dart';
import 'package:flutter_for_web/widgets.dart';
import 'package:flutter_for_web/cupertino.dart';
import 'package:flutter_for_web/gestures.dart';
import 'package:flutter_for_web/animation.dart';
import 'package:flutter_for_web/physics.dart';
0
likes
10
pub points
57%
popularity

Publisher

unverified uploader

A component of the flutter_web package as released by the Flutter team. Uploaded to Dart's pub repositories by Christian Lewis.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter_for_web_ui, meta, typed_data, vector_math

More

Packages that depend on flutter_for_web