diff --git a/.gitignore b/.gitignore index 72c6270e3..0da830492 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,76 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ .dart_tool/ -build/ -ios/.generated/ +.flutter-plugins +.flutter-plugins-dependencies .packages +.pub-cache/ +.pub/ +build/ # TODO: document why we don't want this file pubspec.lock -.flutter-plugins -.vscode/ -.idea -*.iml -GeneratedPluginRegistrant.h -GeneratedPluginRegistrant.m -GeneratedPluginRegistrant.java -ios/Flutter/Generated.xcconfig + +# Android related +**/android/**/gradle-wrapper.jar +**/android/.gradle +**/android/captures/ +**/android/gradlew +**/android/gradlew.bat +**/android/local.properties +**/android/**/GeneratedPluginRegistrant.java + +# iOS/XCode related +**/ios/**/*.mode1v3 +**/ios/**/*.mode2v3 +**/ios/**/*.moved-aside +**/ios/**/*.pbxuser +**/ios/**/*.perspectivev3 +**/ios/**/*sync/ +**/ios/**/.sconsign.dblite +**/ios/**/.tags* +**/ios/**/.vagrant/ +**/ios/**/DerivedData/ +**/ios/**/Icon? +**/ios/**/Pods/ +**/ios/**/.symlinks/ +**/ios/**/profile +**/ios/**/xcuserdata +**/ios/.generated/ +**/ios/Flutter/App.framework +**/ios/Flutter/Flutter.framework +**/ios/Flutter/Flutter.podspec +**/ios/Flutter/Generated.xcconfig +**/ios/Flutter/app.flx +**/ios/Flutter/app.zip +**/ios/Flutter/flutter_assets/ +**/ios/Flutter/flutter_export_environment.sh +**/ios/ServiceDefinitions.json +**/ios/Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!**/ios/**/default.mode1v3 +!**/ios/**/default.mode2v3 +!**/ios/**/default.pbxuser +!**/ios/**/default.perspectivev3 diff --git a/.metadata b/.metadata new file mode 100644 index 000000000..34563d4de --- /dev/null +++ b/.metadata @@ -0,0 +1,10 @@ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled and should not be manually edited. + +version: + revision: 8962f6dc68ec8e2206ac2fa874da4a453856c7d3 + channel: stable + +project_type: package diff --git a/flutter_map.iml b/flutter_map.iml index 84d5db537..6048a33bd 100644 --- a/flutter_map.iml +++ b/flutter_map.iml @@ -3,17 +3,17 @@ + + + - - - - + - + - + \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 2131290de..473f541e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,11 +2,9 @@ name: flutter_map description: A Dart implementation of Leaflet for Flutter apps version: 0.12.0 repository: https://github.com/johnpryan/flutter_map -module: - androidX: true - + environment: - sdk: ">=2.6.0 <3.0.0" + sdk: ">=2.7.0 <3.0.0" flutter: ">=2.0.0" dependencies: