amap_2d_view_state.dart 321 Bytes
import 'package:flutter/foundation.dart';
import 'package:flutter/widgets.dart';

import 'amap_2d_view.dart';

class AMap2DViewState extends State<AMap2DView> {
  @override
  Widget build(BuildContext context) {
    return Text(
        '$defaultTargetPlatform is not yet supported by the flutter_2d_amap plugin');
  }
}