mzimmerm / flutter_charts

Charts Library for Flutter, written in Dart with Flutter.
Other
250 stars 42 forks source link

ambiguous import #17

Closed maheshmnj closed 4 years ago

maheshmnj commented 5 years ago

The name 'Container' is defined in the libraries 'package:flutter/src/widgets/container.dart' and 'package:flutter_charts/src/chart/container.dart'. [ambiguous_import]

I am unable to use this library due to above error.Iam using [flutter_charts: ^0.1.10]()

maheshmnj commented 4 years ago

I believe we can solve this by simplying renaming the import

import 'package:flutter_charts/src/chart/container.dart' as container;