|
1 | | -[<img src="https://user-images.githubusercontent.com/1295961/45949308-cbb2f680-bffb-11e8-8054-28c35ed6d132.png" align="center" width="850">](http://flutter.io) |
| 1 | +[<img src="https://user-images.githubusercontent.com/1295961/45949308-cbb2f680-bffb-11e8-8054-28c35ed6d132.png" align="center" width="850">](https://flutter.dev/) |
2 | 2 |
|
3 | 3 | <p align="center"> |
4 | 4 | <a href="https://stackoverflow.com/questions/tagged/flutter?sort=votes"> |
|
18 | 18 |
|
19 | 19 | </p> |
20 | 20 |
|
21 | | -<a href="https://flutter.io/">Flutter</a> is a mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codebase. |
| 21 | +<a href="https://flutter.dev/">Flutter</a> is a mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codebase. |
22 | 22 |
|
23 | 23 | If you appreciate the content 📖, support projects visibility, give 👍| ⭐| 👏 |
24 | 24 |
|
@@ -301,7 +301,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| |
301 | 301 |
|
302 | 302 | ### Monetization |
303 | 303 |
|
304 | | -- [Admob](https://pub.dartlang.org/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt |
| 304 | +- [Admob](https://pub.dev/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt |
305 | 305 | - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase |
306 | 306 | - [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) <!--stargazers:VolodymyrLykhonis/flutter_billing--> - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com) |
307 | 307 | - [Payments](https://github.com/pplante/flutter_payments) <!--stargazers:pplante/flutter_payments--> - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co) |
@@ -351,15 +351,15 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| |
351 | 351 |
|
352 | 352 | ## Plugins |
353 | 353 |
|
354 | | -- [Pub Plugins](https://pub.dartlang.org/flutter/plugins) - Plugins filter in Dart Pub Repository. |
| 354 | +- [Pub packages](https://pub.dev/flutter/packages) - Packages filter in Dart Pub Repository. |
355 | 355 | - [Plugins](https://github.com/flutter/plugins/tree/master/packages) - Official Flutter Team Plugins |
356 | 356 |
|
357 | 357 | ### Device |
358 | 358 |
|
359 | 359 | - [WebView](https://github.com/dart-flitter/flutter_webview_plugin) <!--stargazers:dart-flitter/flutter_webview_plugin--> - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard) |
360 | 360 | - [Location](https://github.com/Lyokone/flutterlocation) <!--stargazers:Lyokone/flutterlocation--> - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone) |
361 | | -- [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. |
362 | | -- [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001) |
| 361 | +- [Battery](https://pub.dev/packages/battery) - Access various information about the battery. |
| 362 | +- [Proximity Sensor Plugin](https://pub.dev/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001) |
363 | 363 | - [Geolocation](https://github.com/loup-v/geolocation) <!--stargazers:loup-v/geolocation--> - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io) |
364 | 364 | - [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) <!--stargazers:MaikuB/flutter_local_notifications--> - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB) |
365 | 365 | - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com) |
@@ -393,7 +393,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| |
393 | 393 | ### Services |
394 | 394 |
|
395 | 395 | - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) <!--stargazers:VictorRancesCode/flutter_dialogflow--> - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/) |
396 | | -- [Intercom](https://pub.dartlang.org/packages/intercom) <!--stargazers:ChangeFinance/intercom_flutter--> - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n) |
| 396 | +- [Intercom](https://pub.dev/packages/intercom) <!--stargazers:ChangeFinance/intercom_flutter--> - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n) |
397 | 397 | - [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) <!--stargazers:OneSignal/OneSignal-Flutter-SDK--> - Push notification service by [OneSignal](https://github.com/OneSignal) |
398 | 398 | - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) <!--stargazers:pinkfish/flutter_places_dialog--> - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish) |
399 | 399 | - [App Rating](https://github.com/AppleEducate/app_review) <!--stargazers:AppleEducate/app_review--> - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com) |
|
0 commit comments