fragment_navigate 0.1.4 copy "fragment_navigate: ^0.1.4" to clipboard
fragment_navigate: ^0.1.4 copied to clipboard

outdated

A controller to make the effect of swapping fragments like in native Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fragment_navigate

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

dependencies:
  fragment_navigate: ^0.1.4

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:fragment_navigate/navigate-bloc.dart';
import 'package:fragment_navigate/navigate-support.dart';
import 'package:fragment_navigate/widgets/widgets-support.dart';
16
likes
0
points
10
downloads

Publisher

verified publishercleancode.dev

Weekly Downloads

A controller to make the effect of swapping fragments like in native Android.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc_pattern, flutter, rxdart

More

Packages that depend on fragment_navigate