flutteer 1.0.0+2
flutteer: ^1.0.0+2 copied to clipboard
A new Flutteer project.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutteerWith Flutter:
$ flutter pub add flutteerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutteer: ^1.0.0+2Alternatively, 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:flutteer/bmi.dart';
import 'package:flutteer/calculator.dart';
import 'package:flutteer/fitness.dart';
import 'package:flutteer/gallery.dart';
import 'package:flutteer/game.dart';
import 'package:flutteer/login.dart';
import 'package:flutteer/main.dart';
import 'package:flutteer/quiz.dart';
import 'package:flutteer/todo.dart';
import 'package:flutteer/weather.dart';