v2.0.7
panorama_viewer
पैनोरमा व्यूअर - एक 360-डिग्री पैनोरमा व्यूअर रीयूजेबल विजेट।
36लाइक 9.7 हज़ार30-दिन डाउनलोड160Pub अंक
AndroidiOS
पैनोरमा व्यूअर - फ्लटर विजेट
{"sdk":"flutter"}^0.1.1^2.0.1{"sdk":"flutter"}^5.0.0यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
A 360-degree panorama viewer.
This package is an updated porting of the plugin https://github.com/zesage/panorama.
Add panorama as a dependency in your pubspec.yaml file.
dependencies:
panorama_viewer: ^2.0.4
Import and add the Panorama Viewer widget to your project.
import 'package:panorama_viewer/panorama_viewer.dart';
... ...
@override
Widget build(BuildContext context) {
return Scaffold(
body: Center(
child: PanoramaViewer(
child: Image.asset('assets/panorama360.jpg'),
),
),
);
}
panorama_viewer instead of panorama.import 'package:panorama_viewer/panorama_viewer.dart';.Panorama to PanoramaViewer.SensorControl, change SensorControl.Orientation to SensorControl.orientation. All constant names are now in lower camel case, following the latest Dart best practices.On the web, sensors are not utilized because the sensor library used is only compatible with iOS and Android devices. Additionally, on some Android devices, if the panoramic image is too large, nothing is displayed. When checking the console log remotely, you may encounter WebGL errors or warnings.