Panorama
A 360-degree panorama viewer.
Getting Started
Add panorama as a dependency in your pubspec.yaml file.
dependencies: panorama: ^0.1.0
Import and add the Panorama widget to your project.
import 'package:panorama/panorama.dart'; ... ... @override Widget build(BuildContext context) { return Scaffold( body: Center( child: Panorama( child: Image.asset('assets/panorama.jpg'), ), ), ); }
Screenshot
Download Panorama Flutter Widget source code on GitHub
https://github.com/zesage/panorama
Provides the list of the opensource Flutter apps collection with GitHub repository.