flutter_earth

Last updated:

0 purchases

flutter_earth Image
flutter_earth Images
Add to Cart

Description:

flutter earth

flutter_earth #

A Flutter earth widget.
Getting Started #
Add flutter_earth as a dependency in your pubspec.yaml file.
dependencies:
flutter_earth: ^0.0.4
copied to clipboard
import 'package:flutter_earth/flutter_earth.dart';
... ...

@override
Widget build(BuildContext context) {
return Scaffold(
body: Center(
child: FlutterEarth(
url: 'http://mt0.google.com/vt/lyrs=y&hl=en&x={x}&y={y}&z={z}',
radius: 180,
),
),
);
}
copied to clipboard
Screenshot #

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.