foundation_flutter 0.2.0 copy "foundation_flutter: ^0.2.0" to clipboard
foundation_flutter: ^0.2.0 copied to clipboard

Foundational functionality to build graphical applications

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add foundation_flutter

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

dependencies:
  foundation_flutter: ^0.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:foundation_flutter/AbstractTheme.dart';
import 'package:foundation_flutter/Application.dart';
import 'package:foundation_flutter/ApplicationState.dart';
import 'package:foundation_flutter/Direction.dart';
import 'package:foundation_flutter/HistoryAction.dart';
import 'package:foundation_flutter/HistoryListener.dart';
import 'package:foundation_flutter/HistoryManager.dart';
import 'package:foundation_flutter/Home.dart';
import 'package:foundation_flutter/MapStack.dart';
import 'package:foundation_flutter/Nav.dart';
import 'package:foundation_flutter/NavBar.dart';
import 'package:foundation_flutter/Screen.dart';
import 'package:foundation_flutter/ScreenFocusWidget.dart';
import 'package:foundation_flutter/ScreenListener.dart';
import 'package:foundation_flutter/ScreenManager.dart';
import 'package:foundation_flutter/ScreenState.dart';
import 'package:foundation_flutter/ScreenStatus.dart';
import 'package:foundation_flutter/TransitionManager.dart';
import 'package:foundation_flutter/TypedScreen.dart';
import 'package:foundation_flutter/TypedScreenState.dart';
import 'package:foundation_flutter/Util.dart';
import 'package:foundation_flutter/foundation.dart';
5
likes
60
pub points
85%
popularity

Publisher

unverified uploader

Foundational functionality to build graphical applications

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

animations, badges, flutter

More

Packages that depend on foundation_flutter